2024-03-21T12:33:16.868 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T12:33:16.868 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930 --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/orig.config.yaml 2024-03-21T12:33:16.896 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T12:33:16.992 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930 branch: wip-guits-testing-2024-03-21-0818 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7614930' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-03-21-0818 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 owner: scheduled_gabrioux@teuthology priority: 70 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: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/tiS642K0Z/W2KwCjbyn+5HDLFSEbvPbnOIi7Kwe6+CZHSLF4s76Kb6jeethgdAGN3Mja6szzZX5LJRUlsaJ8= smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABcVFCNkEumybneGBR2FuOvzg+bIIQlbTxicL2qIAkhCR1sw0iptsv+xfOeJ4jo4Hcrswv1P/7iZPIhDcqI6rw= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfKCKfKg1ORD/rziHZ3Cd3ZpQeO1vqVzW9vt7V3/cTboB/MTfwuTvFEIjYQjbmPch0c4tSI+sFQ48Yjh314FLo= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T12:33:16.992 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T12:33:16.993 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T12:33:16.993 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T12:33:16.994 INFO:teuthology.task.internal:Checking packages... 2024-03-21T12:33:17.017 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T12:33:17.017 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T12:33:17.018 INFO:teuthology.packaging:ref: None 2024-03-21T12:33:17.018 INFO:teuthology.packaging:tag: None 2024-03-21T12:33:17.018 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T12:33:17.018 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:33:17.018 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-03-21-0818 2024-03-21T12:33:17.155 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267.g960fbbe4 2024-03-21T12:33:17.156 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T12:33:17.163 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T12:33:17.163 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T12:33:17.180 INFO:teuthology.task.internal:Saving configuration 2024-03-21T12:33:17.192 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T12:33:17.197 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:33:17.226 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.181420', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/tiS642K0Z/W2KwCjbyn+5HDLFSEbvPbnOIi7Kwe6+CZHSLF4s76Kb6jeethgdAGN3Mja6szzZX5LJRUlsaJ8='} 2024-03-21T12:33:17.247 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.184622', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABcVFCNkEumybneGBR2FuOvzg+bIIQlbTxicL2qIAkhCR1sw0iptsv+xfOeJ4jo4Hcrswv1P/7iZPIhDcqI6rw='} 2024-03-21T12:33:17.270 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.183092', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfKCKfKg1ORD/rziHZ3Cd3ZpQeO1vqVzW9vt7V3/cTboB/MTfwuTvFEIjYQjbmPch0c4tSI+sFQ48Yjh314FLo='} 2024-03-21T12:33:17.270 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T12:33:17.277 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-21T12:33:17.277 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-21T12:33:17.277 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-21T12:33:17.277 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T12:33:17.382 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff6f96f8e50>, signals=[15]) 2024-03-21T12:33:17.382 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T12:33:17.388 INFO:teuthology.task.internal:Opening connections... 2024-03-21T12:33:17.388 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T12:33:17.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:33:17.492 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T12:33:17.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:33:17.596 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-03-21T12:33:17.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:33:17.686 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T12:33:17.692 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-03-21T12:33:17.711 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-03-21T12:33:17.711 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T12:33:17.768 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T12:33:17.769 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T12:33:17.769 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-03-21T12:33:17.793 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-03-21T12:33:17.811 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-03-21T12:33:17.811 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-03-21T12:33:17.866 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="CentOS Stream" 2024-03-21T12:33:17.866 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="9" 2024-03-21T12:33:17.866 INFO:teuthology.orchestra.run.smithi066.stdout:ID="centos" 2024-03-21T12:33:17.866 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE="rhel fedora" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="9" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:PLATFORM_ID="platform:el9" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:ANSI_COLOR="0;31" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:LOGO="fedora-logo-icon" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://centos.org/" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T12:33:17.867 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T12:33:17.867 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-03-21T12:33:17.884 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-03-21T12:33:17.902 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-03-21T12:33:17.903 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-03-21T12:33:17.959 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:LOGO="fedora-logo-icon" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T12:33:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T12:33:17.960 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-03-21T12:33:17.984 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T12:33:17.992 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T12:33:17.998 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T12:33:17.998 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-03-21T12:33:18.001 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-03-21T12:33:18.003 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-03-21T12:33:18.022 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T12:33:18.027 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T12:33:18.027 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-03-21T12:33:18.058 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-03-21T12:33:18.061 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-03-21T12:33:18.170 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T12:33:18.255 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T12:33:18.268 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T12:33:18.268 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T12:33:18.269 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T12:33:18.269 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T12:33:18.269 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T12:33:18.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:33:18.287 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-03-21T12:33:18.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:33:18.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:33:18.288 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T12:33:18.289 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-21T12:33:18.343 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-361.el9.x86_64 2024-03-21T12:33:18.343 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.14.0-361.el9.x86_64 2024-03-21T12:33:18.343 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-03-21T12:33:18.346 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-361.el9.x86_64 2024-03-21T12:33:18.346 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-361.el9.x86_64 2024-03-21T12:33:18.346 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-03-21T12:33:18.347 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-361.el9.x86_64 2024-03-21T12:33:18.347 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.14.0-361.el9.x86_64 2024-03-21T12:33:18.348 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum install -y kernel 2024-03-21T12:33:20.615 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-03-21T12:33:20.844 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - AppStream 7.6 MB/s | 6.7 MB 00:00 2024-03-21T12:33:20.955 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS-9 - AppStream 6.9 MB/s | 6.7 MB 00:00 2024-03-21T12:33:22.024 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-03-21T12:33:22.327 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.0 MB 00:00 2024-03-21T12:33:22.480 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS-9 - BaseOS 5.4 MB/s | 2.0 MB 00:00 2024-03-21T12:33:22.781 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-03-21T12:33:23.293 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-03-21T12:33:23.514 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-03-21T12:33:29.274 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - AppStream 4.0 MB/s | 19 MB 00:04 2024-03-21T12:33:31.034 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 2.8 MB/s | 19 MB 00:06 2024-03-21T12:33:32.980 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:09 2024-03-21T12:33:33.497 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.1 MB 00:00 2024-03-21T12:33:34.947 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-03-21T12:33:35.420 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 6.1 MB 00:00 2024-03-21T12:33:37.028 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-03-21T12:33:37.034 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-03-21T12:33:38.606 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-03-21T12:33:42.332 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-03-21T12:33:43.804 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-03-21T12:33:44.514 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T12:33:44.514 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T12:33:44.610 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:33:44.622 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout:Install 4 Packages 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:33:44.623 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 76 M 2024-03-21T12:33:44.624 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 123 M 2024-03-21T12:33:44.624 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:33:45.125 INFO:teuthology.orchestra.run.smithi066.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 139 kB/s | 44 kB 00:00 2024-03-21T12:33:45.354 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 706 kB/s | 6.1 MB 00:08 2024-03-21T12:33:45.926 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T12:33:45.927 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T12:33:46.023 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:33:46.033 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:33:46.033 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-03-21T12:33:46.033 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:33:46.033 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:33:46.033 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-03-21T12:33:46.034 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:33:46.035 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 76 M 2024-03-21T12:33:46.035 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 123 M 2024-03-21T12:33:46.035 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:33:46.496 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 158 kB/s | 44 kB 00:00 2024-03-21T12:33:46.838 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-03-21T12:33:47.513 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 11 MB/s | 15 MB 00:01 2024-03-21T12:33:48.230 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 16 MB/s | 27 MB 00:01 2024-03-21T12:33:48.647 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 14 MB/s | 33 MB 00:02 2024-03-21T12:33:48.649 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:33:48.649 INFO:teuthology.orchestra.run.smithi031.stdout:Total 29 MB/s | 76 MB 00:02 2024-03-21T12:33:49.342 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:33:49.762 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:33:49.762 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:33:50.821 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:33:50.822 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:33:51.264 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 4.8 MB/s | 21 MB 00:04 2024-03-21T12:33:53.426 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:33:54.053 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:33:54.131 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:33:56.280 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-21T12:33:57.041 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:33:57.172 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:33:58.362 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T12:33:58.362 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T12:33:58.458 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:33:58.462 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-03-21T12:33:58.463 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:33:58.464 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 76 M 2024-03-21T12:33:58.464 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 123 M 2024-03-21T12:33:58.464 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:33:58.632 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 362 kB/s | 44 kB 00:00 2024-03-21T12:34:00.090 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 9.4 MB/s | 15 MB 00:01 2024-03-21T12:34:01.090 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 13 MB/s | 33 MB 00:02 2024-03-21T12:34:01.365 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 10 MB/s | 27 MB 00:02 2024-03-21T12:34:01.365 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:34:01.365 INFO:teuthology.orchestra.run.smithi136.stdout:Total 26 MB/s | 76 MB 00:02 2024-03-21T12:34:02.027 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:34:02.273 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:02.314 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:02.402 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:34:02.402 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:34:03.414 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:34:03.414 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:34:05.897 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:34:06.574 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:34:06.659 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:07.442 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:09.412 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:09.571 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:09.773 INFO:teuthology.orchestra.run.smithi066.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 611 kB/s | 15 MB 00:24 2024-03-21T12:34:14.262 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:14.346 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:19.102 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:33.130 INFO:teuthology.orchestra.run.smithi066.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 586 kB/s | 27 MB 00:48 2024-03-21T12:34:37.746 INFO:teuthology.orchestra.run.smithi066.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 647 kB/s | 33 MB 00:52 2024-03-21T12:34:37.746 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:34:37.747 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.4 MB/s | 76 MB 00:53 2024-03-21T12:34:38.420 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:38.420 INFO:teuthology.orchestra.run.smithi031.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T12:34:38.421 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:34:38.441 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:34:38.466 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:38.839 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:38.839 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:34:38.840 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:38.840 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:38.869 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:34:38.870 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:34:39.241 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:39.241 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:34:39.241 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:34:39.241 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.241 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.242 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.242 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:34:39.242 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:34:39.584 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:34:39.684 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.685 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:34:39.685 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T12:34:39.685 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T12:34:39.686 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T12:34:39.686 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T12:34:39.686 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T12:34:39.686 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:34:39.768 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:39.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:34:39.769 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.06 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 68.el9 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Group : Unspecified 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 8264254 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T12:34:39.807 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : builder@centos.org 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:34:39.808 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T12:34:39.809 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T12:34:39.809 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 5.14.0-430.el9.x86_64 2024-03-21T12:34:39.809 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T12:34:39.913 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:34:39.913 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:34:40.423 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-03-21T12:34:41.759 INFO:teuthology.orchestra.run.smithi031.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T12:34:41.794 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-03-21T12:34:41.796 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-03-21T12:34:41.812 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.yZfaPwbvFd 2024-03-21T12:34:41.812 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yZfaPwbvFd 2024-03-21T12:34:41.883 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.yZfaPwbvFd 2024-03-21T12:34:42.031 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.yZfaPwbvFd is 6KB 2024-03-21T12:34:42.078 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.yZfaPwbvFd 2024-03-21T12:34:42.093 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T12:34:42.161 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T12:34:42.161 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T12:34:42.161 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T12:34:42.161 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T12:34:42.162 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T12:34:42.342 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-03-21T12:34:42.517 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:34:43.129 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:34:43.212 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:46.121 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:46.256 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:48.408 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:48.408 INFO:teuthology.orchestra.run.smithi136.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T12:34:48.408 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:34:48.452 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:48.829 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:48.829 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:34:48.829 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:34:48.829 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:49.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:49.237 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:34:49.237 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:34:49.237 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.237 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.238 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.238 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.238 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:34:49.238 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:34:49.582 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:34:49.675 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.676 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:34:49.676 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T12:34:49.676 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T12:34:49.676 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T12:34:49.676 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T12:34:49.677 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T12:34:49.677 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:34:49.755 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:34:49.755 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:34:49.756 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-03-21T12:34:49.789 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-03-21T12:34:49.789 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-03-21T12:34:49.789 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.06 2024-03-21T12:34:49.789 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 68.el9 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Group : Unspecified 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 8264254 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : builder@centos.org 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T12:34:49.790 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:34:49.791 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T12:34:49.792 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T12:34:49.792 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 5.14.0-430.el9.x86_64 2024-03-21T12:34:49.792 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T12:34:50.364 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-03-21T12:34:51.334 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:34:51.381 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:34:51.748 INFO:teuthology.orchestra.run.smithi136.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T12:34:51.780 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-03-21T12:34:51.789 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-03-21T12:34:51.808 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.szFkHAHoDD 2024-03-21T12:34:51.808 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.szFkHAHoDD 2024-03-21T12:34:51.876 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.szFkHAHoDD 2024-03-21T12:34:52.022 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.szFkHAHoDD is 6KB 2024-03-21T12:34:52.071 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.szFkHAHoDD 2024-03-21T12:34:52.084 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T12:34:52.150 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T12:34:52.150 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T12:34:52.150 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T12:34:52.150 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T12:34:52.151 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T12:34:52.301 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-03-21T12:34:56.489 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:35:12.346 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T12:35:12.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:35:12.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:35:22.304 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T12:35:22.304 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:35:22.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:35:27.264 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:35:27.265 INFO:teuthology.orchestra.run.smithi066.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T12:35:27.265 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:35:27.310 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:35:27.714 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:35:27.714 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T12:35:27.714 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T12:35:27.714 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:35:28.144 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:35:28.467 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:35:28.586 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.586 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:35:28.586 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T12:35:28.586 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T12:35:28.586 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T12:35:28.587 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T12:35:28.587 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T12:35:28.587 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T12:35:28.669 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T12:35:28.670 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T12:35:28.670 DEBUG:teuthology.orchestra.run.smithi066:> sudo rpm -qi grub2-tools 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Name : grub2-tools 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Epoch : 1 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Version : 2.06 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Release : 68.el9 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: x86_64 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Group : Unspecified 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Size : 8264254 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:License : GPLv3+ 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T12:35:28.707 INFO:teuthology.orchestra.run.smithi066.stdout:Packager : builder@centos.org 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:Vendor : CentOS 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:Summary : Support tools for GRUB. 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:Description : 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:hardware devices. 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:35:28.708 INFO:teuthology.orchestra.run.smithi066.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T12:35:28.709 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T12:35:28.709 INFO:teuthology.task.kernel:Updating grub on smithi066 to boot 5.14.0-430.el9.x86_64 2024-03-21T12:35:28.709 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T12:35:29.349 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-03-21T12:35:30.689 INFO:teuthology.orchestra.run.smithi066.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T12:35:30.717 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-03-21T12:35:30.721 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-03-21T12:35:30.722 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-03-21T12:35:30.737 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.KUBVKfrdGH 2024-03-21T12:35:30.738 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KUBVKfrdGH 2024-03-21T12:35:30.810 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.KUBVKfrdGH 2024-03-21T12:35:30.951 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.KUBVKfrdGH is 6KB 2024-03-21T12:35:31.000 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.KUBVKfrdGH 2024-03-21T12:35:31.014 DEBUG:teuthology.orchestra.run.smithi066:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T12:35:31.090 INFO:teuthology.orchestra.run.smithi066.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T12:35:31.091 INFO:teuthology.orchestra.run.smithi066.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T12:35:31.091 INFO:teuthology.orchestra.run.smithi066.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T12:35:31.091 INFO:teuthology.orchestra.run.smithi066.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T12:35:31.092 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T12:35:31.255 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-03-21T12:35:39.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:35:39.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:35:40.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-03-21T12:35:49.712 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:35:49.713 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:35:52.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-03-21T12:35:58.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-03-21T12:36:01.258 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T12:36:01.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:36:01.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:04.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:36:04.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:10.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:36:10.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:10.987 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T12:36:11.424 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:36:11.425 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T12:36:11.425 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T12:36:11.440 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-430.el9.x86_64 2024-03-21T12:36:11.440 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T12:36:11.440 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T12:36:11.440 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T12:36:12.441 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T12:36:12.441 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T12:36:12.534 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-03-21T12:36:12.599 DEBUG:teuthology.parallel:result is None 2024-03-21T12:36:23.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-03-21T12:36:35.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T12:36:38.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:36:38.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:38.629 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-03-21T12:36:39.027 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:36:39.027 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-430.el9.x86_64"... 2024-03-21T12:36:39.027 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-03-21T12:36:39.041 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-430.el9.x86_64 2024-03-21T12:36:39.042 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T12:36:39.042 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T12:36:39.042 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T12:36:40.043 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T12:36:40.043 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T12:36:40.139 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-03-21T12:36:40.191 DEBUG:teuthology.parallel:result is None 2024-03-21T12:36:44.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:36:44.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:47.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T12:36:59.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:36:59.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:37:02.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T12:37:17.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:37:17.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:37:20.962 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T12:37:38.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:37:38.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:38:10.857 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-21T12:38:11.247 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:38:11.247 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T12:38:11.248 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-21T12:38:11.264 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-430.el9.x86_64 2024-03-21T12:38:11.264 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T12:38:11.264 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T12:38:11.264 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T12:38:12.265 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T12:38:12.265 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T12:38:12.346 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-03-21T12:38:12.388 DEBUG:teuthology.parallel:result is None 2024-03-21T12:38:12.389 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T12:38:12.400 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T12:38:12.400 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T12:38:12.404 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T12:38:12.406 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T12:38:12.425 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T12:38:12.433 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T12:38:12.444 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T12:38:12.444 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T12:38:12.464 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T12:38:12.466 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T12:38:12.529 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T12:38:12.537 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T12:38:12.537 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T12:38:12.540 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T12:38:12.542 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T12:38:12.575 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.587 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.587 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.589 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.597 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.605 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:12.605 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T12:38:12.617 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T12:38:12.617 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T12:38:12.633 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T12:38:12.648 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T12:38:12.678 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T12:38:12.687 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T12:38:12.688 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T12:38:12.704 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T12:38:12.721 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T12:38:12.737 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:12.801 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:12.847 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:12.926 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:12.974 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:38:12.974 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T12:38:13.042 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:13.086 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:13.145 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:13.226 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:13.277 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:38:13.277 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T12:38:13.350 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:13.394 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:13.450 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:13.533 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:13.579 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:38:13.579 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T12:38:13.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-03-21T12:38:13.651 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-03-21T12:38:13.653 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-03-21T12:38:13.699 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:38:13.702 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:38:13.739 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:38:14.176 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T12:38:14.185 INFO:teuthology.task.internal:Starting timer... 2024-03-21T12:38:14.185 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T12:38:14.199 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T12:38:14.209 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-21T12:38:14.210 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-03-21T12:38:14.268 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-03-21T12:38:14.270 DEBUG:teuthology.orchestra.run.smithi066:> sudo service auditd rotate 2024-03-21T12:38:14.318 INFO:teuthology.orchestra.run.smithi066.stdout:Rotating logs: 2024-03-21T12:38:14.319 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-03-21T12:38:14.373 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-03-21T12:38:14.375 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T12:38:14.375 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-03-21T12:38:14.401 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-03-21T12:38:14.401 DEBUG:teuthology.orchestra.run.smithi066:> /usr/sbin/getenforce 2024-03-21T12:38:14.424 INFO:teuthology.orchestra.run.smithi066.stdout:Permissive 2024-03-21T12:38:14.425 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-03-21T12:38:14.448 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-03-21T12:38:14.449 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi066.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive'} 2024-03-21T12:38:14.449 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:38:14.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:38:14.479 DEBUG:teuthology.orchestra.run.smithi066:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:38:14.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:38:14.513 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:38:14.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:38:14.545 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T12:38:14.545 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-03-21T12:38:14.594 DEBUG:teuthology.orchestra.run.smithi066:> sudo /usr/sbin/setenforce permissive 2024-03-21T12:38:14.635 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-03-21T12:38:14.675 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T12:38:14.689 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T12:38:14.708 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T12:38:14.709 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi066.front.sepia.ceph.com,smithi136.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T12:42:38.917 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi066.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com')] 2024-03-21T12:42:38.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:42:38.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:42:39.009 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T12:42:39.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T12:42:39.089 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:42:39.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:42:39.192 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-21T12:42:39.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T12:42:39.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:42:39.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:42:39.358 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-03-21T12:42:39.439 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-03-21T12:42:39.440 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T12:42:39.451 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T12:42:39.451 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T12:42:39.451 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:42:39.454 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T12:42:39.454 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:42:39.456 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T12:42:39.456 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:42:39.487 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T12:42:39.489 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T12:42:39.506 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T12:42:39.510 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T12:42:39.516 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T12:42:39.534 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T12:42:39.537 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-03-21T12:42:39.547 INFO:teuthology.orchestra.run.smithi066.stderr:sudo: ntpd: command not found 2024-03-21T12:42:39.551 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-03-21T12:42:39.564 INFO:teuthology.orchestra.run.smithi066.stdout:506 Cannot talk to daemon 2024-03-21T12:42:39.565 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-03-21T12:42:39.568 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T12:42:39.579 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-03-21T12:42:39.584 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T12:42:39.585 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T12:42:39.596 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T12:42:39.604 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T12:42:39.613 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T12:42:39.639 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.644 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.660 INFO:teuthology.orchestra.run.smithi066.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:=============================================================================== 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.666 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.667 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:42:39.670 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:42:39.670 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-03-21T12:42:39.670 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.670 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.670 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.671 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:42:39.671 INFO:teuthology.run_tasks:Running task install... 2024-03-21T12:42:39.680 DEBUG:teuthology.task.install:project ceph 2024-03-21T12:42:39.680 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'}} 2024-03-21T12:42:39.680 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T12:42:39.680 INFO:teuthology.task.install:Using flavor: default 2024-03-21T12:42:39.686 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-21T12:42:39.686 INFO:teuthology.task.install:extra packages: [] 2024-03-21T12:42:39.686 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T12:42:39.687 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:42:39.689 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T12:42:39.689 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:42:39.690 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T12:42:39.690 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:42:39.837 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T12:42:39.837 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T12:42:39.844 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T12:42:39.845 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T12:42:39.912 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T12:42:39.913 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T12:42:39.956 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T12:42:39.957 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:42:39.957 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T12:42:39.984 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-21T12:42:39.984 DEBUG:teuthology.orchestra.run.smithi136:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T12:42:40.007 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T12:42:40.007 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:42:40.007 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T12:42:40.021 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T12:42:40.021 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:42:40.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T12:42:40.040 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-21T12:42:40.040 DEBUG:teuthology.orchestra.run.smithi066:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T12:42:40.049 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-21T12:42:40.050 DEBUG:teuthology.orchestra.run.smithi031:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T12:42:40.052 DEBUG:teuthology.orchestra.run.smithi136:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-21T12:42:40.112 DEBUG:teuthology.orchestra.run.smithi066:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-21T12:42:40.118 DEBUG:teuthology.orchestra.run.smithi031:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-21T12:42:40.131 DEBUG:teuthology.orchestra.run.smithi136:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-21T12:42:40.197 INFO:teuthology.orchestra.run.smithi136.stdout:check_obsoletes = 1 2024-03-21T12:42:40.199 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum clean all 2024-03-21T12:42:40.200 DEBUG:teuthology.orchestra.run.smithi031:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-21T12:42:40.201 DEBUG:teuthology.orchestra.run.smithi066:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-21T12:42:40.230 INFO:teuthology.orchestra.run.smithi066.stdout:check_obsoletes = 1 2024-03-21T12:42:40.232 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum clean all 2024-03-21T12:42:40.267 INFO:teuthology.orchestra.run.smithi031.stdout:check_obsoletes = 1 2024-03-21T12:42:40.270 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum clean all 2024-03-21T12:42:40.432 INFO:teuthology.orchestra.run.smithi136.stdout:74 files removed 2024-03-21T12:42:40.459 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-radosgw 2024-03-21T12:42:40.482 INFO:teuthology.orchestra.run.smithi066.stdout:74 files removed 2024-03-21T12:42:40.510 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-radosgw 2024-03-21T12:42:40.512 INFO:teuthology.orchestra.run.smithi031.stdout:74 files removed 2024-03-21T12:42:40.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-radosgw 2024-03-21T12:42:41.389 INFO:teuthology.orchestra.run.smithi136.stdout:ceph packages for x86_64 132 kB/s | 83 kB 00:00 2024-03-21T12:42:41.501 INFO:teuthology.orchestra.run.smithi066.stdout:ceph packages for x86_64 123 kB/s | 83 kB 00:00 2024-03-21T12:42:41.613 INFO:teuthology.orchestra.run.smithi031.stdout:ceph packages for x86_64 108 kB/s | 83 kB 00:00 2024-03-21T12:42:41.965 INFO:teuthology.orchestra.run.smithi136.stdout:ceph noarch packages 22 kB/s | 12 kB 00:00 2024-03-21T12:42:42.044 INFO:teuthology.orchestra.run.smithi066.stdout:ceph noarch packages 24 kB/s | 12 kB 00:00 2024-03-21T12:42:42.264 INFO:teuthology.orchestra.run.smithi031.stdout:ceph noarch packages 19 kB/s | 12 kB 00:00 2024-03-21T12:42:42.674 INFO:teuthology.orchestra.run.smithi136.stdout:ceph source packages 2.8 kB/s | 1.9 kB 00:00 2024-03-21T12:42:42.811 INFO:teuthology.orchestra.run.smithi066.stdout:ceph source packages 2.6 kB/s | 1.9 kB 00:00 2024-03-21T12:42:43.006 INFO:teuthology.orchestra.run.smithi031.stdout:ceph source packages 2.7 kB/s | 1.9 kB 00:00 2024-03-21T12:42:43.455 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-03-21T12:42:43.476 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 8.8 MB/s | 6.7 MB 00:00 2024-03-21T12:42:43.542 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-21T12:42:44.868 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 7.5 MB/s | 2.0 MB 00:00 2024-03-21T12:42:44.905 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-03-21T12:42:45.001 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-03-21T12:42:46.900 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.0 MB 00:01 2024-03-21T12:42:46.954 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.0 MB 00:01 2024-03-21T12:42:48.689 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-03-21T12:42:49.393 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-03-21T12:42:54.098 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.1 MB 00:01 2024-03-21T12:42:54.790 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 870 kB/s | 8.0 MB 00:09 2024-03-21T12:42:55.740 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-03-21T12:42:56.550 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-03-21T12:43:00.908 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 783 kB/s | 6.1 MB 00:08 2024-03-21T12:43:02.592 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-03-21T12:43:06.585 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 21 MB 00:03 2024-03-21T12:43:07.941 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 808 kB/s | 6.1 MB 00:07 2024-03-21T12:43:09.450 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-03-21T12:43:11.434 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-03-21T12:43:12.518 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 21 MB 00:02 2024-03-21T12:43:13.829 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrading: 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:43:13.841 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T12:43:13.842 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T12:43:13.843 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout:Install 30 Packages 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrade 2 Packages 2024-03-21T12:43:13.844 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:13.845 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 59 M 2024-03-21T12:43:13.845 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:43:17.576 INFO:teuthology.orchestra.run.smithi136.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 1.6 MB/s | 5.4 MB 00:03 2024-03-21T12:43:17.644 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-03-21T12:43:17.668 INFO:teuthology.orchestra.run.smithi136.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 275 kB/s | 25 kB 00:00 2024-03-21T12:43:17.960 INFO:teuthology.orchestra.run.smithi136.stdout:(3/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 2.5 MB/s | 746 kB 00:00 2024-03-21T12:43:18.143 INFO:teuthology.orchestra.run.smithi136.stdout:(4/32): libradosstriper1-19.0.0-2267.g960fbbe4. 2.7 MB/s | 501 kB 00:00 2024-03-21T12:43:18.244 INFO:teuthology.orchestra.run.smithi136.stdout:(5/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 2.4 MB/s | 9.9 MB 00:04 2024-03-21T12:43:18.305 INFO:teuthology.orchestra.run.smithi136.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 777 kB/s | 45 kB 00:00 2024-03-21T12:43:18.369 INFO:teuthology.orchestra.run.smithi136.stdout:(7/32): python3-ceph-common-19.0.0-2267.g960fbb 1.9 MB/s | 131 kB 00:00 2024-03-21T12:43:18.478 INFO:teuthology.orchestra.run.smithi136.stdout:(8/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 1.5 MB/s | 162 kB 00:00 2024-03-21T12:43:18.645 INFO:teuthology.orchestra.run.smithi136.stdout:(9/32): python3-rados-19.0.0-2267.g960fbbe4.el9 1.9 MB/s | 320 kB 00:00 2024-03-21T12:43:18.812 INFO:teuthology.orchestra.run.smithi136.stdout:(10/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 1.7 MB/s | 298 kB 00:00 2024-03-21T12:43:18.887 INFO:teuthology.orchestra.run.smithi136.stdout:(11/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 1.3 MB/s | 99 kB 00:00 2024-03-21T12:43:19.012 INFO:teuthology.orchestra.run.smithi136.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 847 kB/s | 106 kB 00:00 2024-03-21T12:43:19.071 INFO:teuthology.orchestra.run.smithi136.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.7 MB/s | 159 kB 00:00 2024-03-21T12:43:19.096 INFO:teuthology.orchestra.run.smithi136.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 44 kB 00:00 2024-03-21T12:43:19.171 INFO:teuthology.orchestra.run.smithi136.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-21T12:43:19.213 INFO:teuthology.orchestra.run.smithi136.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.7 MB/s | 282 kB 00:00 2024-03-21T12:43:19.238 INFO:teuthology.orchestra.run.smithi136.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.6 MB/s | 41 kB 00:00 2024-03-21T12:43:19.864 INFO:teuthology.orchestra.run.smithi136.stdout:(18/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_ 3.0 MB/s | 5.1 MB 00:01 2024-03-21T12:43:20.030 INFO:teuthology.orchestra.run.smithi136.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 210 kB/s | 35 kB 00:00 2024-03-21T12:43:20.097 INFO:teuthology.orchestra.run.smithi136.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 668 kB/s | 44 kB 00:00 2024-03-21T12:43:20.150 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:43:20.163 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:20.163 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:43:20.163 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:20.163 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrading: 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T12:43:20.164 INFO:teuthology.orchestra.run.smithi031.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T12:43:20.165 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout:Install 30 Packages 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrade 2 Packages 2024-03-21T12:43:20.166 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:20.167 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 59 M 2024-03-21T12:43:20.167 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:43:20.373 INFO:teuthology.orchestra.run.smithi136.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-03-21T12:43:20.875 INFO:teuthology.orchestra.run.smithi136.stdout:(22/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 3.1 MB/s | 20 MB 00:06 2024-03-21T12:43:21.007 INFO:teuthology.orchestra.run.smithi136.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 198 kB/s | 26 kB 00:00 2024-03-21T12:43:21.107 INFO:teuthology.orchestra.run.smithi136.stdout:(24/32): qatlib-23.11.0-1.el9.x86_64.rpm 116 kB/s | 216 kB 00:01 2024-03-21T12:43:21.132 INFO:teuthology.orchestra.run.smithi136.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 388 kB/s | 49 kB 00:00 2024-03-21T12:43:21.166 INFO:teuthology.orchestra.run.smithi136.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-21T12:43:21.341 INFO:teuthology.orchestra.run.smithi136.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-03-21T12:43:21.408 INFO:teuthology.orchestra.run.smithi136.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 4.4 MB 00:01 2024-03-21T12:43:21.566 INFO:teuthology.orchestra.run.smithi136.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 7.0 MB/s | 1.6 MB 00:00 2024-03-21T12:43:21.708 INFO:teuthology.orchestra.run.smithi136.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-03-21T12:43:22.194 INFO:teuthology.orchestra.run.smithi031.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 2.9 MB/s | 5.4 MB 00:01 2024-03-21T12:43:22.270 INFO:teuthology.orchestra.run.smithi031.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 336 kB/s | 25 kB 00:00 2024-03-21T12:43:22.478 INFO:teuthology.orchestra.run.smithi031.stdout:(3/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 3.5 MB/s | 746 kB 00:00 2024-03-21T12:43:22.591 INFO:teuthology.orchestra.run.smithi136.stdout:(31/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 2.9 MB/s | 3.4 MB 00:01 2024-03-21T12:43:22.612 INFO:teuthology.orchestra.run.smithi031.stdout:(4/32): libradosstriper1-19.0.0-2267.g960fbbe4. 3.7 MB/s | 501 kB 00:00 2024-03-21T12:43:22.658 INFO:teuthology.orchestra.run.smithi136.stdout:(32/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 2.9 MB/s | 3.1 MB 00:01 2024-03-21T12:43:22.661 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:43:22.661 INFO:teuthology.orchestra.run.smithi136.stdout:Total 6.7 MB/s | 59 MB 00:08 2024-03-21T12:43:22.693 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:43:22.731 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:43:22.731 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:43:23.213 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:43:23.214 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:43:23.387 INFO:teuthology.orchestra.run.smithi031.stdout:(5/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_6 6.6 MB/s | 5.1 MB 00:00 2024-03-21T12:43:23.471 INFO:teuthology.orchestra.run.smithi031.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 543 kB/s | 45 kB 00:00 2024-03-21T12:43:23.538 INFO:teuthology.orchestra.run.smithi031.stdout:(7/32): python3-ceph-common-19.0.0-2267.g960fbb 1.9 MB/s | 131 kB 00:00 2024-03-21T12:43:23.655 INFO:teuthology.orchestra.run.smithi031.stdout:(8/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 3.0 MB/s | 9.9 MB 00:03 2024-03-21T12:43:23.680 INFO:teuthology.orchestra.run.smithi031.stdout:(9/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 1.1 MB/s | 162 kB 00:00 2024-03-21T12:43:23.755 INFO:teuthology.orchestra.run.smithi031.stdout:(10/32): python3-rados-19.0.0-2267.g960fbbe4.el 3.1 MB/s | 320 kB 00:00 2024-03-21T12:43:23.780 INFO:teuthology.orchestra.run.smithi031.stdout:(11/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 2.9 MB/s | 298 kB 00:00 2024-03-21T12:43:23.847 INFO:teuthology.orchestra.run.smithi031.stdout:(12/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 1.1 MB/s | 99 kB 00:00 2024-03-21T12:43:23.906 INFO:teuthology.orchestra.run.smithi031.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 846 kB/s | 106 kB 00:00 2024-03-21T12:43:23.931 INFO:teuthology.orchestra.run.smithi031.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-03-21T12:43:23.948 INFO:teuthology.orchestra.run.smithi031.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-03-21T12:43:24.024 INFO:teuthology.orchestra.run.smithi031.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-03-21T12:43:24.066 INFO:teuthology.orchestra.run.smithi031.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 282 kB 00:00 2024-03-21T12:43:24.091 INFO:teuthology.orchestra.run.smithi031.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 619 kB/s | 41 kB 00:00 2024-03-21T12:43:24.266 INFO:teuthology.orchestra.run.smithi031.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 199 kB/s | 35 kB 00:00 2024-03-21T12:43:24.408 INFO:teuthology.orchestra.run.smithi031.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 314 kB/s | 44 kB 00:00 2024-03-21T12:43:24.592 INFO:teuthology.orchestra.run.smithi031.stdout:(21/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 4.9 MB/s | 20 MB 00:04 2024-03-21T12:43:24.617 INFO:teuthology.orchestra.run.smithi031.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 393 kB/s | 216 kB 00:00 2024-03-21T12:43:24.679 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:43:24.751 INFO:teuthology.orchestra.run.smithi031.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-03-21T12:43:24.779 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T12:43:24.825 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T12:43:24.842 INFO:teuthology.orchestra.run.smithi031.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 711 kB/s | 309 kB 00:00 2024-03-21T12:43:24.868 INFO:teuthology.orchestra.run.smithi031.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 416 kB/s | 49 kB 00:00 2024-03-21T12:43:24.872 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T12:43:24.901 INFO:teuthology.orchestra.run.smithi031.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-21T12:43:24.903 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:43:24.919 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:43:24.977 INFO:teuthology.orchestra.run.smithi031.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-03-21T12:43:25.080 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:43:25.132 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:43:25.144 INFO:teuthology.orchestra.run.smithi031.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.0 MB/s | 4.4 MB 00:00 2024-03-21T12:43:25.177 INFO:teuthology.orchestra.run.smithi031.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-03-21T12:43:25.211 INFO:teuthology.orchestra.run.smithi031.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.8 MB/s | 1.6 MB 00:00 2024-03-21T12:43:25.466 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T12:43:25.511 INFO:teuthology.orchestra.run.smithi031.stdout:(31/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 9.2 MB/s | 3.4 MB 00:00 2024-03-21T12:43:25.523 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:25.595 INFO:teuthology.orchestra.run.smithi031.stdout:(32/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 7.5 MB/s | 3.1 MB 00:00 2024-03-21T12:43:25.597 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:43:25.597 INFO:teuthology.orchestra.run.smithi031.stdout:Total 11 MB/s | 59 MB 00:05 2024-03-21T12:43:25.598 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:25.630 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:43:25.671 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:43:25.671 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:43:25.687 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T12:43:25.707 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:43:25.770 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:43:25.799 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T12:43:25.852 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T12:43:25.921 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:43:25.943 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:43:25.998 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:43:26.033 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T12:43:26.142 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T12:43:26.184 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:43:26.184 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T12:43:26.185 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:43:26.225 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T12:43:26.257 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T12:43:26.286 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T12:43:26.319 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T12:43:26.646 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T12:43:26.674 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:43:26.747 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:43:26.778 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T12:43:26.822 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T12:43:27.282 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T12:43:27.311 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:43:27.364 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:43:27.432 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T12:43:27.462 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T12:43:27.857 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:43:27.947 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T12:43:27.974 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T12:43:28.002 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T12:43:28.039 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:43:28.055 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:43:28.256 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:43:28.312 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:43:28.675 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T12:43:28.710 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:28.803 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:28.892 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T12:43:28.920 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:43:28.974 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:43:29.003 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T12:43:29.048 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T12:43:29.126 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:43:29.164 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:43:29.227 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:43:29.254 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T12:43:29.365 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T12:43:29.397 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T12:43:29.437 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T12:43:29.462 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T12:43:29.482 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T12:43:29.515 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T12:43:29.661 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:29.708 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:29.845 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T12:43:29.878 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:43:29.969 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:43:30.000 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T12:43:30.044 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T12:43:30.332 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:30.378 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:43:30.454 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:43:30.454 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T12:43:30.454 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T12:43:30.454 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:30.495 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:30.530 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T12:43:30.564 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:43:30.636 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:43:30.707 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T12:43:30.734 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T12:43:33.020 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:33.063 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:33.657 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:43:33.692 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:43:33.781 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:43:33.781 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T12:43:33.781 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T12:43:33.781 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:33.819 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /sys 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /proc 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /mnt 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /var/tmp 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /home 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /root 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /tmp 2024-03-21T12:43:40.075 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:41.010 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:43:41.034 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:41.036 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:43:41.129 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:43:41.129 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:42.248 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:42.248 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:43:42.249 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T12:43:42.250 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T12:43:42.251 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T12:43:43.286 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout:Upgraded: 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.287 INFO:teuthology.orchestra.run.smithi136.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:43.288 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:43.289 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:43:43.632 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-test 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /sys 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /proc 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /mnt 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /var/tmp 2024-03-21T12:43:43.963 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /home 2024-03-21T12:43:43.964 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /root 2024-03-21T12:43:43.964 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /tmp 2024-03-21T12:43:43.964 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:44.196 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:33 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:43:44.356 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T12:43:44.357 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-03-21T12:43:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:44.359 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 49 M 2024-03-21T12:43:44.359 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 206 M 2024-03-21T12:43:44.359 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:43:44.776 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 580 kB/s | 217 kB 00:00 2024-03-21T12:43:44.904 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:43:44.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:44.930 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:43:44.959 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 300 kB 00:00 2024-03-21T12:43:45.002 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:43:45.002 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:45.018 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 63 kB 00:00 2024-03-21T12:43:45.185 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 208 kB/s | 163 kB 00:00 2024-03-21T12:43:46.060 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 180 kB/s | 187 kB 00:01 2024-03-21T12:43:46.182 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:46.182 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T12:43:46.182 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T12:43:46.182 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T12:43:46.183 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T12:43:46.184 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T12:43:46.185 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T12:43:46.185 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:43:46.185 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T12:43:46.185 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T12:43:47.185 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 17 MB/s | 48 MB 00:02 2024-03-21T12:43:47.189 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:43:47.189 INFO:teuthology.orchestra.run.smithi136.stdout:Total 17 MB/s | 49 MB 00:02 2024-03-21T12:43:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:43:47.224 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:43:47.224 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:43:47.316 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout:Upgraded: 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T12:43:47.317 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T12:43:47.318 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:47.319 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:43:47.603 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:43:47.603 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:43:47.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-test 2024-03-21T12:43:48.175 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:43:48.232 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:31 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:43:48.252 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T12:43:48.294 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T12:43:48.334 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:43:48.369 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T12:43:48.387 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:43:48.388 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T12:43:48.389 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout:Install 6 Packages 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 49 M 2024-03-21T12:43:48.390 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 206 M 2024-03-21T12:43:48.391 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:43:48.696 INFO:teuthology.orchestra.run.smithi031.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-21T12:43:48.747 INFO:teuthology.orchestra.run.smithi031.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-21T12:43:48.780 INFO:teuthology.orchestra.run.smithi031.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-21T12:43:48.947 INFO:teuthology.orchestra.run.smithi031.stdout:(4/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 392 kB/s | 163 kB 00:00 2024-03-21T12:43:49.697 INFO:teuthology.orchestra.run.smithi031.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 204 kB/s | 187 kB 00:00 2024-03-21T12:43:51.156 INFO:teuthology.orchestra.run.smithi031.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 18 MB/s | 48 MB 00:02 2024-03-21T12:43:51.159 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:43:51.159 INFO:teuthology.orchestra.run.smithi031.stdout:Total 18 MB/s | 49 MB 00:02 2024-03-21T12:43:51.173 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:43:51.196 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:43:51.196 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:43:51.595 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:43:51.595 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:43:52.219 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:43:52.291 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T12:43:52.332 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T12:43:52.372 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:43:52.420 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T12:43:52.450 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:43:52.909 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:43:52.988 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T12:43:55.363 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T12:43:55.745 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T12:43:55.745 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: jq-1.6-16.el9.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:55.746 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:43:56.072 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph 2024-03-21T12:43:56.680 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:45 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:43:56.841 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:43:56.843 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================= 2024-03-21T12:43:56.843 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:43:56.843 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================= 2024-03-21T12:43:56.843 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T12:43:56.844 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T12:43:56.845 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T12:43:56.846 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================= 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout:Install 36 Packages 2024-03-21T12:43:56.847 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:43:56.848 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 30 M 2024-03-21T12:43:56.848 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 107 M 2024-03-21T12:43:56.848 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:43:57.196 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:43:57.268 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:43:57.464 INFO:teuthology.orchestra.run.smithi136.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-03-21T12:43:57.773 INFO:teuthology.orchestra.run.smithi136.stdout:(2/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-03-21T12:43:58.131 INFO:teuthology.orchestra.run.smithi136.stdout:(3/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86_ 7.0 MB/s | 4.7 MB 00:00 2024-03-21T12:43:58.190 INFO:teuthology.orchestra.run.smithi136.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 4.2 MB/s | 248 kB 00:00 2024-03-21T12:43:58.407 INFO:teuthology.orchestra.run.smithi136.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 862 kB/s | 187 kB 00:00 2024-03-21T12:43:58.473 INFO:teuthology.orchestra.run.smithi136.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 144 kB 00:00 2024-03-21T12:43:58.507 INFO:teuthology.orchestra.run.smithi136.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 945 kB/s | 32 kB 00:00 2024-03-21T12:43:58.549 INFO:teuthology.orchestra.run.smithi136.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-21T12:43:58.599 INFO:teuthology.orchestra.run.smithi136.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 771 kB/s | 39 kB 00:00 2024-03-21T12:43:58.666 INFO:teuthology.orchestra.run.smithi136.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.5 MB/s | 241 kB 00:00 2024-03-21T12:43:58.883 INFO:teuthology.orchestra.run.smithi136.stdout:(11/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 15 MB/s | 17 MB 00:01 2024-03-21T12:43:58.925 INFO:teuthology.orchestra.run.smithi136.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 4.4 MB/s | 1.1 MB 00:00 2024-03-21T12:43:58.942 INFO:teuthology.orchestra.run.smithi136.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 103 kB 00:00 2024-03-21T12:43:58.984 INFO:teuthology.orchestra.run.smithi136.stdout:(14/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86 1.4 MB/s | 2.3 MB 00:01 2024-03-21T12:43:59.009 INFO:teuthology.orchestra.run.smithi136.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.4 MB/s | 124 kB 00:00 2024-03-21T12:43:59.035 INFO:teuthology.orchestra.run.smithi136.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.0 MB/s | 187 kB 00:00 2024-03-21T12:43:59.252 INFO:teuthology.orchestra.run.smithi136.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 468 kB/s | 125 kB 00:00 2024-03-21T12:43:59.477 INFO:teuthology.orchestra.run.smithi136.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 342 kB/s | 151 kB 00:00 2024-03-21T12:43:59.627 INFO:teuthology.orchestra.run.smithi136.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 116 kB/s | 43 kB 00:00 2024-03-21T12:43:59.678 INFO:teuthology.orchestra.run.smithi136.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 858 kB/s | 172 kB 00:00 2024-03-21T12:43:59.687 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:43:59.687 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T12:43:59.687 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T12:43:59.687 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:43:59.688 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T12:43:59.688 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T12:43:59.720 INFO:teuthology.orchestra.run.smithi136.stdout:(21/36): lua-devel-5.4.4-4.el9.x86_64.rpm 33 kB/s | 22 kB 00:00 2024-03-21T12:43:59.778 INFO:teuthology.orchestra.run.smithi136.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-03-21T12:43:59.887 INFO:teuthology.orchestra.run.smithi136.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-03-21T12:43:59.920 INFO:teuthology.orchestra.run.smithi136.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-03-21T12:43:59.996 INFO:teuthology.orchestra.run.smithi136.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-03-21T12:44:00.012 INFO:teuthology.orchestra.run.smithi136.stdout:(26/36): python3-jaraco-classes-3.2.1-5.el9.noa 60 kB/s | 18 kB 00:00 2024-03-21T12:44:00.029 INFO:teuthology.orchestra.run.smithi136.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-03-21T12:44:00.046 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T12:44:00.046 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: jq-1.6-16.el9.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:00.047 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:00.096 INFO:teuthology.orchestra.run.smithi136.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-03-21T12:44:00.147 INFO:teuthology.orchestra.run.smithi136.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-03-21T12:44:00.197 INFO:teuthology.orchestra.run.smithi136.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-03-21T12:44:00.222 INFO:teuthology.orchestra.run.smithi136.stdout:(31/36): python3-more-itertools-8.12.0-2.el9.no 376 kB/s | 79 kB 00:00 2024-03-21T12:44:00.256 INFO:teuthology.orchestra.run.smithi136.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 827 kB/s | 90 kB 00:00 2024-03-21T12:44:00.298 INFO:teuthology.orchestra.run.smithi136.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-03-21T12:44:00.320 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph 2024-03-21T12:44:00.373 INFO:teuthology.orchestra.run.smithi136.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-03-21T12:44:00.398 INFO:teuthology.orchestra.run.smithi136.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-03-21T12:44:00.432 INFO:teuthology.orchestra.run.smithi136.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-03-21T12:44:00.435 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:00.436 INFO:teuthology.orchestra.run.smithi136.stdout:Total 8.3 MB/s | 30 MB 00:03 2024-03-21T12:44:00.459 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:00.502 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:00.502 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:00.900 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:43 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:00.904 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:00.905 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:01.060 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout:========================================================================================= 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout:========================================================================================= 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T12:44:01.063 INFO:teuthology.orchestra.run.smithi031.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T12:44:01.064 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T12:44:01.065 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout:========================================================================================= 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout:Install 36 Packages 2024-03-21T12:44:01.066 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:01.067 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 30 M 2024-03-21T12:44:01.067 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 107 M 2024-03-21T12:44:01.067 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:01.774 INFO:teuthology.orchestra.run.smithi031.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 35 kB/s | 6.6 kB 00:00 2024-03-21T12:44:02.024 INFO:teuthology.orchestra.run.smithi031.stdout:(2/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86_ 5.3 MB/s | 2.3 MB 00:00 2024-03-21T12:44:02.074 INFO:teuthology.orchestra.run.smithi031.stdout:(3/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 3.1 MB/s | 1.5 MB 00:00 2024-03-21T12:44:02.158 INFO:teuthology.orchestra.run.smithi031.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 2.9 MB/s | 248 kB 00:00 2024-03-21T12:44:02.238 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:02.293 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T12:44:02.326 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T12:44:02.354 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T12:44:02.391 INFO:teuthology.orchestra.run.smithi031.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 801 kB/s | 187 kB 00:00 2024-03-21T12:44:02.423 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T12:44:02.458 INFO:teuthology.orchestra.run.smithi031.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 144 kB 00:00 2024-03-21T12:44:02.461 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T12:44:02.485 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T12:44:02.500 INFO:teuthology.orchestra.run.smithi031.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 758 kB/s | 32 kB 00:00 2024-03-21T12:44:02.542 INFO:teuthology.orchestra.run.smithi031.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-21T12:44:02.576 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T12:44:02.584 INFO:teuthology.orchestra.run.smithi031.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 927 kB/s | 39 kB 00:00 2024-03-21T12:44:02.655 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T12:44:02.659 INFO:teuthology.orchestra.run.smithi031.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.1 MB/s | 241 kB 00:00 2024-03-21T12:44:02.696 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T12:44:02.768 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T12:44:02.768 INFO:teuthology.orchestra.run.smithi031.stdout:(11/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86 4.7 MB/s | 4.7 MB 00:00 2024-03-21T12:44:02.822 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T12:44:02.843 INFO:teuthology.orchestra.run.smithi031.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 6.2 MB/s | 1.1 MB 00:00 2024-03-21T12:44:02.861 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T12:44:02.868 INFO:teuthology.orchestra.run.smithi031.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-03-21T12:44:02.909 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T12:44:02.964 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T12:44:03.035 INFO:teuthology.orchestra.run.smithi031.stdout:(14/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 17 MB/s | 17 MB 00:01 2024-03-21T12:44:03.060 INFO:teuthology.orchestra.run.smithi031.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 571 kB/s | 124 kB 00:00 2024-03-21T12:44:03.094 INFO:teuthology.orchestra.run.smithi031.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 830 kB/s | 187 kB 00:00 2024-03-21T12:44:03.149 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T12:44:03.198 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T12:44:03.239 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T12:44:03.261 INFO:teuthology.orchestra.run.smithi031.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 134 kB/s | 22 kB 00:00 2024-03-21T12:44:03.281 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T12:44:03.310 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T12:44:03.336 INFO:teuthology.orchestra.run.smithi031.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 417 kB/s | 125 kB 00:00 2024-03-21T12:44:03.394 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T12:44:03.411 INFO:teuthology.orchestra.run.smithi031.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-03-21T12:44:03.429 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:44:03.462 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T12:44:03.502 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T12:44:03.537 INFO:teuthology.orchestra.run.smithi031.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-03-21T12:44:03.538 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T12:44:03.572 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T12:44:03.612 INFO:teuthology.orchestra.run.smithi031.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 143 kB/s | 11 kB 00:00 2024-03-21T12:44:03.661 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T12:44:03.671 INFO:teuthology.orchestra.run.smithi031.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-03-21T12:44:03.712 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T12:44:03.729 INFO:teuthology.orchestra.run.smithi031.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 398 kB/s | 23 kB 00:00 2024-03-21T12:44:03.784 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T12:44:03.788 INFO:teuthology.orchestra.run.smithi031.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 333 kB/s | 19 kB 00:00 2024-03-21T12:44:03.846 INFO:teuthology.orchestra.run.smithi031.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 337 kB/s | 20 kB 00:00 2024-03-21T12:44:03.905 INFO:teuthology.orchestra.run.smithi031.stdout:(26/36): python3-logutils-0.3.5-21.el9.noarch.r 793 kB/s | 46 kB 00:00 2024-03-21T12:44:03.922 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T12:44:03.963 INFO:teuthology.orchestra.run.smithi031.stdout:(27/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-03-21T12:44:04.030 INFO:teuthology.orchestra.run.smithi031.stdout:(28/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-03-21T12:44:04.046 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:44:04.089 INFO:teuthology.orchestra.run.smithi031.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-03-21T12:44:04.147 INFO:teuthology.orchestra.run.smithi031.stdout:(30/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-03-21T12:44:04.205 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T12:44:04.206 INFO:teuthology.orchestra.run.smithi031.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 612 kB/s | 36 kB 00:00 2024-03-21T12:44:04.234 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:44:04.259 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:04.273 INFO:teuthology.orchestra.run.smithi031.stdout:(32/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-03-21T12:44:04.340 INFO:teuthology.orchestra.run.smithi031.stdout:(33/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 6.3 MB/s | 427 kB 00:00 2024-03-21T12:44:04.399 INFO:teuthology.orchestra.run.smithi031.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-03-21T12:44:05.685 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:44:05.711 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:06.152 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:44:06.175 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:06.395 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:44:06.398 INFO:teuthology.orchestra.run.smithi031.stdout:(35/36): luarocks-3.9.2-1.el9.noarch.rpm 46 kB/s | 151 kB 00:03 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:44:06.418 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:06.483 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:44:06.573 INFO:teuthology.orchestra.run.smithi031.stdout:(36/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 53 kB/s | 172 kB 00:03 2024-03-21T12:44:06.576 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:06.576 INFO:teuthology.orchestra.run.smithi031.stdout:Total 5.4 MB/s | 30 MB 00:05 2024-03-21T12:44:06.601 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:06.647 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:06.647 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:07.106 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:07.106 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:08.176 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T12:44:08.177 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T12:44:08.178 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T12:44:08.179 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T12:44:08.179 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T12:44:08.179 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:44:08.179 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T12:44:08.180 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T12:44:08.180 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T12:44:08.180 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T12:44:08.180 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T12:44:08.448 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:08.518 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T12:44:08.552 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T12:44:08.579 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T12:44:08.653 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T12:44:08.686 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T12:44:08.719 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T12:44:08.815 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T12:44:08.891 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T12:44:08.938 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T12:44:09.013 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T12:44:09.065 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T12:44:09.102 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T12:44:09.169 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T12:44:09.224 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T12:44:09.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T12:44:09.306 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T12:44:09.307 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T12:44:09.307 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:09.307 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:09.415 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T12:44:09.465 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T12:44:09.509 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T12:44:09.539 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T12:44:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T12:44:09.647 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T12:44:09.687 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:44:09.692 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-base 2024-03-21T12:44:09.720 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T12:44:09.761 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T12:44:09.804 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T12:44:09.838 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T12:44:09.932 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T12:44:09.969 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T12:44:10.036 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T12:44:10.178 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T12:44:10.251 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:59 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:10.308 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:44:10.347 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:10.398 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:10.399 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:10.399 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:10.463 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install cephadm 2024-03-21T12:44:10.476 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T12:44:10.498 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:44:10.523 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:44:10.523 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:10.523 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T12:44:10.523 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:44:10.524 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:44:10.524 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:11.021 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:00 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:11.168 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:11.168 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 750 k 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 757 k 2024-03-21T12:44:11.169 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:11.550 INFO:teuthology.orchestra.run.smithi136.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 1.9 MB/s | 750 kB 00:00 2024-03-21T12:44:11.550 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:11.551 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.9 MB/s | 750 kB 00:00 2024-03-21T12:44:11.551 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:11.556 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:11.556 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:11.562 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:11.562 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:11.635 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:12.041 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:44:12.058 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:44:12.067 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:12.138 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:12.533 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:44:12.534 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:44:12.556 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:12.784 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:44:12.806 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:44:12.806 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:12.807 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T12:44:12.807 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:44:12.807 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:44:12.807 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:12.825 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:12.825 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:12.825 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:12.825 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:12.825 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:12.826 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:12.875 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:44:13.038 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T12:44:13.612 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:02 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:13.765 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:44:13.767 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:13.767 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 145 k 2024-03-21T12:44:13.767 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 436 k 2024-03-21T12:44:13.767 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:13.990 INFO:teuthology.orchestra.run.smithi136.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 653 kB/s | 145 kB 00:00 2024-03-21T12:44:13.990 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:13.991 INFO:teuthology.orchestra.run.smithi136.stdout:Total 649 kB/s | 145 kB 00:00 2024-03-21T12:44:13.991 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:13.998 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:13.998 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:14.049 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:14.050 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:14.190 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:14.249 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:14.274 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:14.274 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:14.274 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T12:44:14.274 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T12:44:14.696 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T12:44:14.697 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T12:44:14.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T12:44:14.699 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T12:44:15.257 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:15.258 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:15.258 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:15.258 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.258 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:15.258 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:15.484 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.612 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T12:44:15.613 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T12:44:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:15.615 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:15.904 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-base 2024-03-21T12:44:16.051 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:05 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:16.147 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:16.199 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:16.200 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:16.200 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:16.266 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T12:44:16.478 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:59 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:16.578 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:16.632 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:16.634 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:44:16.634 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:16.694 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install cephadm 2024-03-21T12:44:16.824 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:05 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:16.974 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T12:44:16.975 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:16.976 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-03-21T12:44:16.977 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-03-21T12:44:16.977 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:16.977 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 8.6 M 2024-03-21T12:44:16.977 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 103 M 2024-03-21T12:44:16.977 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:17.260 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:00 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:17.311 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2267.g96 172 kB/s | 34 kB 00:00 2024-03-21T12:44:17.403 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2267.g960 57 kB/s | 16 kB 00:00 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:17.413 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 750 k 2024-03-21T12:44:17.414 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 757 k 2024-03-21T12:44:17.415 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:17.487 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.7 MB/s | 1.0 MB 00:00 2024-03-21T12:44:17.512 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 238 kB 00:00 2024-03-21T12:44:17.697 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 2.6 MB/s | 750 kB 00:00 2024-03-21T12:44:17.698 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:17.698 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.6 MB/s | 750 kB 00:00 2024-03-21T12:44:17.698 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:17.704 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:17.704 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:17.710 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:17.710 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:17.712 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 5.9 MB/s | 3.5 MB 00:00 2024-03-21T12:44:17.789 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:17.962 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-03-21T12:44:17.988 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-21T12:44:18.071 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-03-21T12:44:18.147 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-03-21T12:44:18.230 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-03-21T12:44:18.273 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:18.370 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:18.389 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.8 MB/s | 2.0 MB 00:00 2024-03-21T12:44:18.750 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:19.052 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:19.254 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T12:44:19.564 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 416 kB/s | 863 kB 00:02 2024-03-21T12:44:19.569 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:19.569 INFO:teuthology.orchestra.run.smithi136.stdout:Total 3.3 MB/s | 8.6 MB 00:02 2024-03-21T12:44:19.589 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:19.609 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:19.609 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:19.790 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:19.790 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:19.829 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:02 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:19.982 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:44:19.983 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:19.984 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 145 k 2024-03-21T12:44:19.984 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 436 k 2024-03-21T12:44:19.984 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:20.219 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 618 kB/s | 145 kB 00:00 2024-03-21T12:44:20.220 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:20.220 INFO:teuthology.orchestra.run.smithi031.stdout:Total 614 kB/s | 145 kB 00:00 2024-03-21T12:44:20.220 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:20.229 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:20.229 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:20.283 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:20.283 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:20.317 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:20.389 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T12:44:20.423 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:20.425 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T12:44:20.487 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:20.494 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T12:44:20.512 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:20.512 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:20.512 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T12:44:20.512 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:20.527 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T12:44:20.639 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T12:44:20.772 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T12:44:20.858 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T12:44:20.907 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T12:44:20.935 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:44:20.968 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:21.568 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:21.807 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr 2024-03-21T12:44:22.019 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T12:44:22.061 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:44:22.373 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:05 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:22.471 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:22.526 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:22.527 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:44:22.527 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:22.593 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T12:44:23.158 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:06 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:23.313 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:23.314 INFO:teuthology.orchestra.run.smithi031.stdout:====================================================================================== 2024-03-21T12:44:23.314 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:23.314 INFO:teuthology.orchestra.run.smithi031.stdout:====================================================================================== 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T12:44:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:====================================================================================== 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:Install 12 Packages 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 8.6 M 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 103 M 2024-03-21T12:44:23.316 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:23.429 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:44:23.429 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T12:44:23.429 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T12:44:23.429 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T12:44:23.429 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T12:44:23.430 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T12:44:23.781 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T12:44:23.782 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T12:44:23.782 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T12:44:23.782 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:23.782 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:23.922 INFO:teuthology.orchestra.run.smithi031.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2267.g96 173 kB/s | 34 kB 00:00 2024-03-21T12:44:23.947 INFO:teuthology.orchestra.run.smithi031.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2267.g960 74 kB/s | 16 kB 00:00 2024-03-21T12:44:24.053 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T12:44:24.089 INFO:teuthology.orchestra.run.smithi031.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-21T12:44:24.114 INFO:teuthology.orchestra.run.smithi031.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-03-21T12:44:24.556 INFO:teuthology.orchestra.run.smithi031.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.2 MB/s | 548 kB 00:00 2024-03-21T12:44:24.617 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:13 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:24.623 INFO:teuthology.orchestra.run.smithi031.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 291 kB/s | 19 kB 00:00 2024-03-21T12:44:24.741 INFO:teuthology.orchestra.run.smithi031.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 3.5 MB/s | 3.5 MB 00:01 2024-03-21T12:44:24.768 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================================ 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================================ 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:24.769 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================================ 2024-03-21T12:44:24.770 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-03-21T12:44:24.771 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:24.771 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 37 M 2024-03-21T12:44:24.771 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 209 M 2024-03-21T12:44:24.771 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:24.857 INFO:teuthology.orchestra.run.smithi031.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.7 MB/s | 2.0 MB 00:00 2024-03-21T12:44:24.924 INFO:teuthology.orchestra.run.smithi031.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 461 kB/s | 31 kB 00:00 2024-03-21T12:44:24.999 INFO:teuthology.orchestra.run.smithi031.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-03-21T12:44:25.083 INFO:teuthology.orchestra.run.smithi031.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 422 kB/s | 144 kB 00:00 2024-03-21T12:44:25.489 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 207 kB/s | 32 kB 00:00 2024-03-21T12:44:25.523 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 538 kB/s | 17 kB 00:00 2024-03-21T12:44:25.565 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 840 kB/s | 34 kB 00:00 2024-03-21T12:44:25.607 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-21T12:44:25.807 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-21T12:44:25.808 INFO:teuthology.orchestra.run.smithi031.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 503 kB/s | 863 kB 00:01 2024-03-21T12:44:25.815 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:25.815 INFO:teuthology.orchestra.run.smithi031.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-03-21T12:44:25.835 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:25.855 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:25.855 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:25.874 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-03-21T12:44:25.899 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-03-21T12:44:26.050 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:26.050 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:26.241 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-03-21T12:44:26.602 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:26.641 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 803 kB 00:00 2024-03-21T12:44:26.667 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 459 kB/s | 195 kB 00:00 2024-03-21T12:44:26.675 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T12:44:26.719 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T12:44:26.767 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T12:44:26.804 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T12:44:26.912 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T12:44:27.045 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T12:44:27.100 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 535 kB/s | 245 kB 00:00 2024-03-21T12:44:27.136 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T12:44:27.185 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T12:44:27.212 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:44:27.244 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T12:44:28.001 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 2.8 MB/s | 7.4 MB 00:02 2024-03-21T12:44:28.006 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:28.006 INFO:teuthology.orchestra.run.smithi136.stdout:Total 11 MB/s | 37 MB 00:03 2024-03-21T12:44:28.050 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:28.075 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:28.075 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:28.352 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T12:44:28.386 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:44:28.423 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:28.424 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:29.132 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:29.206 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T12:44:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T12:44:29.331 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:44:29.383 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T12:44:29.560 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:44:29.599 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:44:29.679 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T12:44:29.730 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T12:44:29.731 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T12:44:30.077 INFO:teuthology.orchestra.run.smithi031.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T12:44:30.078 INFO:teuthology.orchestra.run.smithi031.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T12:44:30.078 INFO:teuthology.orchestra.run.smithi031.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T12:44:30.078 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:30.078 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:30.307 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T12:44:30.329 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T12:44:30.453 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T12:44:30.894 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:13 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:31.057 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:31.058 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================================ 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================================ 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T12:44:31.059 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================================ 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout:Install 12 Packages 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:31.060 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 37 M 2024-03-21T12:44:31.061 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 209 M 2024-03-21T12:44:31.061 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:31.721 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T12:44:31.732 INFO:teuthology.orchestra.run.smithi031.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 162 kB/s | 32 kB 00:00 2024-03-21T12:44:31.765 INFO:teuthology.orchestra.run.smithi031.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-03-21T12:44:31.799 INFO:teuthology.orchestra.run.smithi031.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-21T12:44:31.858 INFO:teuthology.orchestra.run.smithi031.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.3 MB/s | 3.0 MB 00:00 2024-03-21T12:44:32.058 INFO:teuthology.orchestra.run.smithi031.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-03-21T12:44:32.125 INFO:teuthology.orchestra.run.smithi031.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-03-21T12:44:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-03-21T12:44:32.317 INFO:teuthology.orchestra.run.smithi031.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.8 MB/s | 803 kB 00:00 2024-03-21T12:44:32.493 INFO:teuthology.orchestra.run.smithi031.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-03-21T12:44:32.518 INFO:teuthology.orchestra.run.smithi031.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 980 kB/s | 195 kB 00:00 2024-03-21T12:44:32.748 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T12:44:32.774 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:44:33.109 INFO:teuthology.orchestra.run.smithi031.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 4.7 MB/s | 7.4 MB 00:01 2024-03-21T12:44:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 260 kB/s | 245 kB 00:00 2024-03-21T12:44:33.438 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:33.438 INFO:teuthology.orchestra.run.smithi031.stdout:Total 16 MB/s | 37 MB 00:02 2024-03-21T12:44:33.482 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:33.507 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:33.507 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:33.883 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:33.883 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:34.606 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:34.683 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T12:44:34.714 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T12:44:34.815 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:44:34.851 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T12:44:35.036 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:44:35.066 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:44:35.151 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T12:44:35.272 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T12:44:35.672 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T12:44:35.672 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:35.673 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:35.843 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T12:44:35.950 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T12:44:36.044 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-rook 2024-03-21T12:44:36.612 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:25 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:36.763 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:36.764 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:36.764 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:36.764 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:36.764 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:36.764 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T12:44:36.765 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:36.766 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 2.0 M 2024-03-21T12:44:36.767 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 26 M 2024-03-21T12:44:36.767 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:37.043 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 204 kB/s | 24 kB 00:00 2024-03-21T12:44:37.068 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 125 kB/s | 18 kB 00:00 2024-03-21T12:44:37.135 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.0 MB/s | 132 kB 00:00 2024-03-21T12:44:37.160 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 174 kB 00:00 2024-03-21T12:44:37.186 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-21T12:44:37.211 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-03-21T12:44:37.270 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 142 kB/s | 49 kB 00:00 2024-03-21T12:44:37.286 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T12:44:37.295 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-03-21T12:44:37.320 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-03-21T12:44:37.429 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.2 MB/s | 203 kB 00:00 2024-03-21T12:44:37.454 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 442 kB/s | 59 kB 00:00 2024-03-21T12:44:37.654 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 398 kB/s | 90 kB 00:00 2024-03-21T12:44:37.729 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.4 MB/s | 1.0 MB 00:00 2024-03-21T12:44:37.731 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:37.732 INFO:teuthology.orchestra.run.smithi136.stdout:Total 2.1 MB/s | 2.0 MB 00:00 2024-03-21T12:44:37.732 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:37.745 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:37.745 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:37.835 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:37.835 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:38.341 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:38.375 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T12:44:38.406 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:44:38.509 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T12:44:38.573 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T12:44:38.628 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T12:44:38.666 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T12:44:38.707 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T12:44:38.800 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T12:44:38.918 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T12:44:38.975 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T12:44:39.688 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T12:44:39.733 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T12:44:39.767 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T12:44:39.815 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T12:44:39.837 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:44:40.711 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:44:40.711 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T12:44:40.711 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T12:44:40.711 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T12:44:40.712 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T12:44:40.892 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:44:40.892 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T12:44:40.892 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T12:44:40.892 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T12:44:40.893 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T12:44:41.060 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T12:44:41.060 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:41.060 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:41.060 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:41.061 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:41.330 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T12:44:41.341 INFO:teuthology.orchestra.run.smithi031.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T12:44:41.342 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T12:44:41.342 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T12:44:41.342 INFO:teuthology.orchestra.run.smithi031.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T12:44:41.342 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:41.342 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:41.711 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-rook 2024-03-21T12:44:41.893 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:30 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:42.043 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T12:44:42.044 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================== 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:42.045 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 6.8 M 2024-03-21T12:44:42.046 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 33 M 2024-03-21T12:44:42.046 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:42.288 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:25 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:42.444 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T12:44:42.445 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T12:44:42.446 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 2.0 M 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 26 M 2024-03-21T12:44:42.447 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:42.622 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 206 kB/s | 24 kB 00:00 2024-03-21T12:44:42.639 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 134 kB/s | 18 kB 00:00 2024-03-21T12:44:42.685 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-03-21T12:44:42.689 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-21T12:44:42.706 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.0 MB/s | 132 kB 00:00 2024-03-21T12:44:42.748 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-03-21T12:44:42.764 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 729 kB/s | 43 kB 00:00 2024-03-21T12:44:42.802 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-21T12:44:42.815 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 158 kB/s | 49 kB 00:00 2024-03-21T12:44:42.903 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 360 kB/s | 140 kB 00:00 2024-03-21T12:44:43.107 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 44 kB/s | 15 kB 00:00 2024-03-21T12:44:43.149 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 80 kB/s | 32 kB 00:00 2024-03-21T12:44:43.153 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 165 kB/s | 58 kB 00:00 2024-03-21T12:44:43.211 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-03-21T12:44:43.316 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 354 kB/s | 59 kB 00:00 2024-03-21T12:44:43.374 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 363 kB/s | 203 kB 00:00 2024-03-21T12:44:43.449 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 673 kB/s | 90 kB 00:00 2024-03-21T12:44:43.545 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 639 kB/s | 548 kB 00:00 2024-03-21T12:44:43.546 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:43.547 INFO:teuthology.orchestra.run.smithi136.stdout:Total 4.5 MB/s | 6.8 MB 00:01 2024-03-21T12:44:43.559 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:43.570 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:43.570 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:43.616 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-03-21T12:44:43.621 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:43.621 INFO:teuthology.orchestra.run.smithi031.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-03-21T12:44:43.621 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:43.636 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:43.637 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:43.658 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:43.658 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:43.738 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:43.739 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:43.958 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:44.126 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T12:44:44.172 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T12:44:44.258 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:44.437 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T12:44:44.494 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T12:44:44.550 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T12:44:44.585 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T12:44:44.627 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T12:44:44.703 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T12:44:44.724 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T12:44:44.790 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T12:44:44.843 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T12:44:44.853 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T12:44:44.876 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:44:44.896 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T12:44:45.678 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T12:44:45.684 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T12:44:45.726 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T12:44:45.760 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T12:44:45.809 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T12:44:45.838 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:44:45.975 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:45.976 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:46.226 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-fuse 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T12:44:46.636 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T12:44:46.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T12:44:46.782 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:46.933 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:46.934 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:46.935 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-03-21T12:44:46.935 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:46.935 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 969 k 2024-03-21T12:44:46.935 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 2.8 M 2024-03-21T12:44:46.935 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:47.008 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T12:44:47.008 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:47.009 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:47.147 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 372 kB/s | 79 kB 00:00 2024-03-21T12:44:47.243 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T12:44:47.655 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 1.2 MB/s | 890 kB 00:00 2024-03-21T12:44:47.657 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:47.657 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.3 MB/s | 969 kB 00:00 2024-03-21T12:44:47.657 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:47.678 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:47.678 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:47.750 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:47.750 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:47.818 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:30 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:47.924 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:47.975 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:47.976 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================== 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout:Install 6 Packages 2024-03-21T12:44:47.977 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:47.978 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 6.8 M 2024-03-21T12:44:47.978 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 33 M 2024-03-21T12:44:47.978 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:48.059 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T12:44:48.129 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:44:48.835 INFO:teuthology.orchestra.run.smithi031.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 262 kB/s | 140 kB 00:00 2024-03-21T12:44:48.847 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:44:48.847 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T12:44:49.011 INFO:teuthology.orchestra.run.smithi031.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.1 MB/s | 5.8 MB 00:00 2024-03-21T12:44:49.036 INFO:teuthology.orchestra.run.smithi031.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 337 kB/s | 248 kB 00:00 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:49.153 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:49.220 INFO:teuthology.orchestra.run.smithi031.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 277 kB/s | 58 kB 00:00 2024-03-21T12:44:49.253 INFO:teuthology.orchestra.run.smithi031.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 235 kB/s | 51 kB 00:00 2024-03-21T12:44:49.303 INFO:teuthology.orchestra.run.smithi031.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-21T12:44:49.304 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:49.305 INFO:teuthology.orchestra.run.smithi031.stdout:Total 5.1 MB/s | 6.8 MB 00:01 2024-03-21T12:44:49.318 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:49.329 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:49.329 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:49.411 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-volume 2024-03-21T12:44:49.420 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:49.424 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:49.728 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:49.887 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T12:44:49.939 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T12:44:49.988 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:50.140 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-03-21T12:44:50.141 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:50.142 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 342 k 2024-03-21T12:44:50.142 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 1.5 M 2024-03-21T12:44:50.142 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:50.261 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 579 kB/s | 69 kB 00:00 2024-03-21T12:44:50.419 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 986 kB/s | 273 kB 00:00 2024-03-21T12:44:50.420 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:50.421 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.2 MB/s | 342 kB 00:00 2024-03-21T12:44:50.421 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:50.430 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:50.430 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:50.462 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:50.463 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:50.499 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T12:44:50.593 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T12:44:50.612 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:50.663 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T12:44:50.691 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:44:50.805 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T12:44:50.839 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:44:50.855 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:44:50.855 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:50.855 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T12:44:50.855 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:51.460 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:44:51.461 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T12:44:51.461 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T12:44:51.461 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T12:44:51.461 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T12:44:51.461 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T12:44:51.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T12:44:51.772 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:51.773 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:51.928 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:52.002 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-fuse 2024-03-21T12:44:52.277 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados-devel 2024-03-21T12:44:52.572 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:52.728 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T12:44:52.729 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout:Install 2 Packages 2024-03-21T12:44:52.730 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:52.731 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 969 k 2024-03-21T12:44:52.731 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 2.8 M 2024-03-21T12:44:52.731 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:52.855 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:52.879 INFO:teuthology.orchestra.run.smithi031.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 530 kB/s | 79 kB 00:00 2024-03-21T12:44:53.004 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:53.005 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 127 k 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 456 k 2024-03-21T12:44:53.006 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:53.079 INFO:teuthology.orchestra.run.smithi031.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 2.5 MB/s | 890 kB 00:00 2024-03-21T12:44:53.081 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:53.081 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.7 MB/s | 969 kB 00:00 2024-03-21T12:44:53.081 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:53.102 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:53.102 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:53.177 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:53.177 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:53.210 INFO:teuthology.orchestra.run.smithi136.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 622 kB/s | 127 kB 00:00 2024-03-21T12:44:53.210 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:53.211 INFO:teuthology.orchestra.run.smithi136.stdout:Total 618 kB/s | 127 kB 00:00 2024-03-21T12:44:53.211 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:53.216 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:53.216 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:53.275 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:53.276 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:53.359 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:53.427 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:53.508 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T12:44:53.534 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:53.573 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:44:54.001 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:54.284 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:54.295 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:44:54.295 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T12:44:54.527 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs2 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:54.597 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:54.873 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-volume 2024-03-21T12:44:55.101 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:55.202 INFO:teuthology.orchestra.run.smithi136.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:55.256 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:55.257 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:55.257 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:55.320 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs-devel 2024-03-21T12:44:55.451 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:55.611 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout:Install 2 Packages 2024-03-21T12:44:55.612 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:55.613 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 342 k 2024-03-21T12:44:55.613 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 1.5 M 2024-03-21T12:44:55.613 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:55.867 INFO:teuthology.orchestra.run.smithi031.stdout:(1/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 1.1 MB/s | 273 kB 00:00 2024-03-21T12:44:55.886 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:55.892 INFO:teuthology.orchestra.run.smithi031.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 246 kB/s | 69 kB 00:00 2024-03-21T12:44:55.893 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:55.894 INFO:teuthology.orchestra.run.smithi031.stdout:Total 1.2 MB/s | 342 kB 00:00 2024-03-21T12:44:55.894 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:55.902 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:55.903 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:55.936 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:55.937 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:56.036 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:44:56.037 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:56.038 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 31 k 2024-03-21T12:44:56.038 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 140 k 2024-03-21T12:44:56.038 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:44:56.086 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:56.274 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T12:44:56.301 INFO:teuthology.orchestra.run.smithi136.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 119 kB/s | 31 kB 00:00 2024-03-21T12:44:56.302 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:56.302 INFO:teuthology.orchestra.run.smithi136.stdout:Total 118 kB/s | 31 kB 00:00 2024-03-21T12:44:56.303 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:44:56.303 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:44:56.306 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:44:56.306 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:44:56.319 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:44:56.319 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:44:56.319 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T12:44:56.319 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:56.334 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:44:56.335 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:44:56.455 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:44:56.546 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:56.928 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:57.027 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T12:44:57.188 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:57.188 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:57.188 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:44:57.188 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:57.189 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:44:57.189 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:57.337 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:57.338 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:57.361 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados2 2024-03-21T12:44:57.647 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librados-devel 2024-03-21T12:44:57.919 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:46 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:58.016 INFO:teuthology.orchestra.run.smithi136.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:58.067 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:58.069 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:58.069 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:58.124 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librbd1 2024-03-21T12:44:58.227 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:44:58.383 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:44:58.383 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 127 k 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 456 k 2024-03-21T12:44:58.384 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:44:58.684 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:47 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:58.697 INFO:teuthology.orchestra.run.smithi031.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 406 kB/s | 127 kB 00:00 2024-03-21T12:44:58.698 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:44:58.698 INFO:teuthology.orchestra.run.smithi031.stdout:Total 403 kB/s | 127 kB 00:00 2024-03-21T12:44:58.698 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:44:58.704 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:44:58.704 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:44:58.767 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:44:58.767 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:44:58.782 INFO:teuthology.orchestra.run.smithi136.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:58.833 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:58.834 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:58.834 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:58.887 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rados 2024-03-21T12:44:58.917 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:44:59.032 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:59.447 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:44:59.484 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:59.545 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:44:59.598 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:44:59.599 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:44:59.600 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:44:59.646 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rgw 2024-03-21T12:44:59.788 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:44:59.788 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:59.788 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:44:59.788 INFO:teuthology.orchestra.run.smithi031.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:44:59.788 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:44:59.789 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:44:59.995 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install libcephfs2 2024-03-21T12:45:00.211 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:49 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:00.308 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:00.359 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:00.361 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:45:00.361 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:00.411 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-cephfs 2024-03-21T12:45:00.581 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:43 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:00.686 INFO:teuthology.orchestra.run.smithi031.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:00.743 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:00.744 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:00.744 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:00.812 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install libcephfs-devel 2024-03-21T12:45:00.972 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:49 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:01.070 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:01.121 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:01.122 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:45:01.122 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:01.167 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rbd 2024-03-21T12:45:01.397 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:01.564 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 31 k 2024-03-21T12:45:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 140 k 2024-03-21T12:45:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:45:01.734 INFO:teuthology.orchestra.run.smithi031.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 186 kB/s | 31 kB 00:00 2024-03-21T12:45:01.735 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:50 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:01.735 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:01.735 INFO:teuthology.orchestra.run.smithi031.stdout:Total 184 kB/s | 31 kB 00:00 2024-03-21T12:45:01.735 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:45:01.738 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:45:01.738 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:45:01.760 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:45:01.760 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:45:01.832 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:01.870 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:45:01.883 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:01.885 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-03-21T12:45:01.885 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:01.940 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-fuse 2024-03-21T12:45:01.985 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:02.373 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:02.499 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:51 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:02.645 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:02.645 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:02.646 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:45:02.646 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:02.646 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:02.646 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:02.650 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:02.650 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 85 k 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 231 k 2024-03-21T12:45:02.651 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:45:02.799 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librados2 2024-03-21T12:45:02.942 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 293 kB/s | 85 kB 00:00 2024-03-21T12:45:02.943 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:02.943 INFO:teuthology.orchestra.run.smithi136.stdout:Total 292 kB/s | 85 kB 00:00 2024-03-21T12:45:02.943 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:45:02.950 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:45:02.950 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:45:03.004 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:45:03.004 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:45:03.137 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:45:03.232 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:03.370 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:46 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:03.471 INFO:teuthology.orchestra.run.smithi031.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:03.525 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:03.527 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:03.527 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:03.568 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librbd1 2024-03-21T12:45:03.648 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:03.933 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:04.139 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:47 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:04.157 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-mirror 2024-03-21T12:45:04.239 INFO:teuthology.orchestra.run.smithi031.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:04.294 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:04.295 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:04.295 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:04.344 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rados 2024-03-21T12:45:04.756 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:53 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:04.917 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:04.917 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:45:04.918 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:04.919 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:47 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:04.919 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 3.1 M 2024-03-21T12:45:04.919 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 13 M 2024-03-21T12:45:04.919 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:45:05.018 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:05.072 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:05.073 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:05.073 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:05.119 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rgw 2024-03-21T12:45:05.455 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-03-21T12:45:05.455 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:05.455 INFO:teuthology.orchestra.run.smithi136.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-03-21T12:45:05.456 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:45:05.465 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:45:05.465 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:45:05.537 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:45:05.537 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:45:05.693 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:05.793 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:05.847 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:05.849 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:05.849 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:05.891 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-cephfs 2024-03-21T12:45:05.959 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:45:06.031 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:45:06.056 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:06.462 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:49 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:06.560 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:06.615 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:06.616 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:06.616 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:06.668 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rbd 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:07.204 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:07.241 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:50 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:07.341 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:45:07.395 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:07.397 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-03-21T12:45:07.397 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:07.440 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-fuse 2024-03-21T12:45:07.452 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-nbd 2024-03-21T12:45:08.012 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:51 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:08.026 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:57 ago on Thu 21 Mar 2024 12:43:11 PM UTC. 2024-03-21T12:45:08.168 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:08.169 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:08.169 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-03-21T12:45:08.169 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 85 k 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 231 k 2024-03-21T12:45:08.170 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:45:08.175 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-03-21T12:45:08.176 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:08.177 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 170 k 2024-03-21T12:45:08.177 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 490 k 2024-03-21T12:45:08.177 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-03-21T12:45:08.395 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 379 kB/s | 85 kB 00:00 2024-03-21T12:45:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:Total 376 kB/s | 85 kB 00:00 2024-03-21T12:45:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:45:08.404 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:45:08.404 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:45:08.461 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:45:08.461 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:45:08.542 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 467 kB/s | 170 kB 00:00 2024-03-21T12:45:08.543 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:08.543 INFO:teuthology.orchestra.run.smithi136.stdout:Total 465 kB/s | 170 kB 00:00 2024-03-21T12:45:08.543 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-03-21T12:45:08.551 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-03-21T12:45:08.551 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-03-21T12:45:08.603 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:45:08.606 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-03-21T12:45:08.607 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-03-21T12:45:08.760 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-03-21T12:45:08.779 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:08.865 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:09.172 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:09.286 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:09.422 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:45:09.564 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-03-21T12:45:09.655 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-mirror 2024-03-21T12:45:09.796 DEBUG:teuthology.parallel:result is None 2024-03-21T12:45:10.233 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:53 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:10.389 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:45:10.390 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:10.390 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 3.1 M 2024-03-21T12:45:10.390 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 13 M 2024-03-21T12:45:10.390 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:45:11.298 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 3.4 MB/s | 3.1 MB 00:00 2024-03-21T12:45:11.298 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:11.299 INFO:teuthology.orchestra.run.smithi031.stdout:Total 3.4 MB/s | 3.1 MB 00:00 2024-03-21T12:45:11.299 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:45:11.310 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:45:11.310 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:45:11.388 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:45:11.389 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:45:11.829 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:45:11.898 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:45:11.922 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:13.067 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:13.067 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:13.067 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:45:13.067 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:13.068 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:13.068 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:13.300 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-nbd 2024-03-21T12:45:13.879 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:56 ago on Thu 21 Mar 2024 12:43:17 PM UTC. 2024-03-21T12:45:14.034 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-03-21T12:45:14.035 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:14.035 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-03-21T12:45:14.035 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:14.035 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-03-21T12:45:14.035 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 170 k 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 490 k 2024-03-21T12:45:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-03-21T12:45:14.492 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 374 kB/s | 170 kB 00:00 2024-03-21T12:45:14.492 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:45:14.492 INFO:teuthology.orchestra.run.smithi031.stdout:Total 373 kB/s | 170 kB 00:00 2024-03-21T12:45:14.493 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-03-21T12:45:14.502 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-03-21T12:45:14.502 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-03-21T12:45:14.561 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-03-21T12:45:14.561 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-03-21T12:45:14.713 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-03-21T12:45:14.819 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:15.243 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:45:15.519 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-03-21T12:45:15.737 DEBUG:teuthology.parallel:result is None 2024-03-21T12:46:11.073 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 109 kB/s | 21 MB 03:15 2024-03-21T12:46:16.179 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-03-21T12:46:18.693 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout:Upgrading: 2024-03-21T12:46:18.710 INFO:teuthology.orchestra.run.smithi066.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: boost-program-options 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T12:46:18.711 INFO:teuthology.orchestra.run.smithi066.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-argparse 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T12:46:18.712 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout:Installing weak dependencies: 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout:Install 30 Packages 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout:Upgrade 2 Packages 2024-03-21T12:46:18.713 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:18.714 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 59 M 2024-03-21T12:46:18.714 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:46:20.080 INFO:teuthology.orchestra.run.smithi066.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 5.4 MB/s | 5.4 MB 00:00 2024-03-21T12:46:20.138 INFO:teuthology.orchestra.run.smithi066.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 433 kB/s | 25 kB 00:00 2024-03-21T12:46:20.280 INFO:teuthology.orchestra.run.smithi066.stdout:(3/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 5.1 MB/s | 746 kB 00:00 2024-03-21T12:46:20.406 INFO:teuthology.orchestra.run.smithi066.stdout:(4/32): libradosstriper1-19.0.0-2267.g960fbbe4. 3.9 MB/s | 501 kB 00:00 2024-03-21T12:46:20.539 INFO:teuthology.orchestra.run.smithi066.stdout:(5/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 6.8 MB/s | 9.9 MB 00:01 2024-03-21T12:46:20.606 INFO:teuthology.orchestra.run.smithi066.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 677 kB/s | 45 kB 00:00 2024-03-21T12:46:20.681 INFO:teuthology.orchestra.run.smithi066.stdout:(7/32): python3-ceph-common-19.0.0-2267.g960fbb 1.7 MB/s | 131 kB 00:00 2024-03-21T12:46:20.757 INFO:teuthology.orchestra.run.smithi066.stdout:(8/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 2.1 MB/s | 162 kB 00:00 2024-03-21T12:46:20.849 INFO:teuthology.orchestra.run.smithi066.stdout:(9/32): python3-rados-19.0.0-2267.g960fbbe4.el9 3.4 MB/s | 320 kB 00:00 2024-03-21T12:46:20.941 INFO:teuthology.orchestra.run.smithi066.stdout:(10/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 3.2 MB/s | 298 kB 00:00 2024-03-21T12:46:21.049 INFO:teuthology.orchestra.run.smithi066.stdout:(11/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_ 8.0 MB/s | 5.1 MB 00:00 2024-03-21T12:46:21.074 INFO:teuthology.orchestra.run.smithi066.stdout:(12/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 744 kB/s | 99 kB 00:00 2024-03-21T12:46:21.358 INFO:teuthology.orchestra.run.smithi066.stdout:(13/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 9.0 MB/s | 20 MB 00:02 2024-03-21T12:46:21.492 INFO:teuthology.orchestra.run.smithi066.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 239 kB/s | 106 kB 00:00 2024-03-21T12:46:21.517 INFO:teuthology.orchestra.run.smithi066.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 360 kB/s | 159 kB 00:00 2024-03-21T12:46:21.542 INFO:teuthology.orchestra.run.smithi066.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 335 kB/s | 44 kB 00:00 2024-03-21T12:46:21.651 INFO:teuthology.orchestra.run.smithi066.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 661 kB 00:00 2024-03-21T12:46:21.676 INFO:teuthology.orchestra.run.smithi066.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.7 MB/s | 282 kB 00:00 2024-03-21T12:46:21.701 INFO:teuthology.orchestra.run.smithi066.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 259 kB/s | 41 kB 00:00 2024-03-21T12:46:21.768 INFO:teuthology.orchestra.run.smithi066.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 380 kB/s | 35 kB 00:00 2024-03-21T12:46:21.794 INFO:teuthology.orchestra.run.smithi066.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 484 kB/s | 44 kB 00:00 2024-03-21T12:46:21.819 INFO:teuthology.orchestra.run.smithi066.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.3 MB/s | 216 kB 00:00 2024-03-21T12:46:21.944 INFO:teuthology.orchestra.run.smithi066.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-03-21T12:46:22.036 INFO:teuthology.orchestra.run.smithi066.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-03-21T12:46:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 416 kB/s | 49 kB 00:00 2024-03-21T12:46:22.095 INFO:teuthology.orchestra.run.smithi066.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-21T12:46:22.162 INFO:teuthology.orchestra.run.smithi066.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-03-21T12:46:22.237 INFO:teuthology.orchestra.run.smithi066.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-03-21T12:46:22.270 INFO:teuthology.orchestra.run.smithi066.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.9 MB/s | 838 kB 00:00 2024-03-21T12:46:22.346 INFO:teuthology.orchestra.run.smithi066.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 8.6 MB/s | 1.6 MB 00:00 2024-03-21T12:46:22.605 INFO:teuthology.orchestra.run.smithi066.stdout:(31/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 9.4 MB/s | 3.1 MB 00:00 2024-03-21T12:46:22.663 INFO:teuthology.orchestra.run.smithi066.stdout:(32/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 8.0 MB/s | 3.4 MB 00:00 2024-03-21T12:46:22.668 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:46:22.668 INFO:teuthology.orchestra.run.smithi066.stdout:Total 15 MB/s | 59 MB 00:03 2024-03-21T12:46:22.702 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:46:22.744 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:46:22.744 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:46:23.273 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:46:23.274 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:46:24.970 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:46:25.070 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T12:46:25.109 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T12:46:25.135 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T12:46:25.158 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:46:25.176 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T12:46:25.320 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:46:25.377 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T12:46:25.722 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T12:46:25.786 INFO:teuthology.orchestra.run.smithi066.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:46:25.895 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:46:25.985 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T12:46:26.004 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:46:26.067 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T12:46:26.096 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T12:46:26.132 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T12:46:26.201 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:46:26.223 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:46:26.286 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T12:46:26.313 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T12:46:26.425 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T12:46:26.465 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T12:46:26.505 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T12:46:26.538 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T12:46:26.567 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T12:46:26.599 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T12:46:26.929 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T12:46:27.104 INFO:teuthology.orchestra.run.smithi066.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:46:27.195 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T12:46:27.226 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T12:46:27.265 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T12:46:27.749 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T12:46:27.775 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:46:27.846 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T12:46:27.926 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T12:46:27.961 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T12:46:30.292 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:46:30.349 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:46:30.948 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T12:46:30.985 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:46:31.078 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T12:46:31.079 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T12:46:31.079 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T12:46:31.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:31.120 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /sys 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /proc 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /mnt 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /var/tmp 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /home 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /root 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /tmp 2024-03-21T12:46:40.889 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:41.855 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:46:41.880 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T12:46:41.880 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:46:41.881 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T12:46:41.881 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:46:41.881 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T12:46:41.881 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:41.883 INFO:teuthology.orchestra.run.smithi066.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:46:41.966 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T12:46:41.966 INFO:teuthology.orchestra.run.smithi066.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:46:43.101 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T12:46:43.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T12:46:43.103 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T12:46:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T12:46:43.105 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T12:46:43.105 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T12:46:43.105 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout:Upgraded: 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.138 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T12:46:44.139 INFO:teuthology.orchestra.run.smithi066.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:46:44.524 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-test 2024-03-21T12:46:45.111 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:29 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:46:45.269 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:46:45.270 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:45.270 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:46:45.270 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:45.270 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout:Install 6 Packages 2024-03-21T12:46:45.271 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:45.272 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 49 M 2024-03-21T12:46:45.272 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 206 M 2024-03-21T12:46:45.272 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:46:45.593 INFO:teuthology.orchestra.run.smithi066.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-21T12:46:45.643 INFO:teuthology.orchestra.run.smithi066.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-21T12:46:45.668 INFO:teuthology.orchestra.run.smithi066.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-03-21T12:46:45.710 INFO:teuthology.orchestra.run.smithi066.stdout:(4/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 575 kB/s | 163 kB 00:00 2024-03-21T12:46:45.785 INFO:teuthology.orchestra.run.smithi066.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-21T12:46:47.744 INFO:teuthology.orchestra.run.smithi066.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 21 MB/s | 48 MB 00:02 2024-03-21T12:46:47.747 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:46:47.747 INFO:teuthology.orchestra.run.smithi066.stdout:Total 20 MB/s | 49 MB 00:02 2024-03-21T12:46:47.761 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:46:47.785 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:46:47.785 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:46:48.185 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:46:48.185 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:46:48.784 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:46:48.854 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T12:46:48.926 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T12:46:48.983 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:46:49.028 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T12:46:49.055 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:46:53.828 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T12:46:53.907 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:46:56.230 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T12:46:56.231 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T12:46:56.231 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T12:46:56.231 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T12:46:56.231 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T12:46:56.231 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T12:46:56.608 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T12:46:56.608 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:56.608 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:46:56.608 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:56.608 INFO:teuthology.orchestra.run.smithi066.stdout: jq-1.6-16.el9.x86_64 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:56.609 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:46:56.896 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph 2024-03-21T12:46:57.503 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:41 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:46:57.667 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout:========================================================================================= 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout:========================================================================================= 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T12:46:57.670 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T12:46:57.671 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T12:46:57.672 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout:========================================================================================= 2024-03-21T12:46:57.673 INFO:teuthology.orchestra.run.smithi066.stdout:Install 36 Packages 2024-03-21T12:46:57.674 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:46:57.674 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 30 M 2024-03-21T12:46:57.674 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 107 M 2024-03-21T12:46:57.674 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:46:58.456 INFO:teuthology.orchestra.run.smithi066.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-03-21T12:46:58.563 INFO:teuthology.orchestra.run.smithi066.stdout:(2/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-03-21T12:46:58.897 INFO:teuthology.orchestra.run.smithi066.stdout:(3/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86_ 3.4 MB/s | 2.3 MB 00:00 2024-03-21T12:46:59.005 INFO:teuthology.orchestra.run.smithi066.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 2.2 MB/s | 248 kB 00:00 2024-03-21T12:46:59.114 INFO:teuthology.orchestra.run.smithi066.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-21T12:46:59.156 INFO:teuthology.orchestra.run.smithi066.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-21T12:46:59.181 INFO:teuthology.orchestra.run.smithi066.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-03-21T12:46:59.206 INFO:teuthology.orchestra.run.smithi066.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.9 MB/s | 47 kB 00:00 2024-03-21T12:46:59.232 INFO:teuthology.orchestra.run.smithi066.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-03-21T12:46:59.273 INFO:teuthology.orchestra.run.smithi066.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-03-21T12:46:59.441 INFO:teuthology.orchestra.run.smithi066.stdout:(11/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 19 MB/s | 17 MB 00:00 2024-03-21T12:46:59.474 INFO:teuthology.orchestra.run.smithi066.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 5.7 MB/s | 1.1 MB 00:00 2024-03-21T12:46:59.499 INFO:teuthology.orchestra.run.smithi066.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 103 kB 00:00 2024-03-21T12:46:59.525 INFO:teuthology.orchestra.run.smithi066.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-21T12:46:59.550 INFO:teuthology.orchestra.run.smithi066.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-21T12:46:59.684 INFO:teuthology.orchestra.run.smithi066.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 789 kB/s | 125 kB 00:00 2024-03-21T12:46:59.767 INFO:teuthology.orchestra.run.smithi066.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-03-21T12:46:59.792 INFO:teuthology.orchestra.run.smithi066.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-03-21T12:46:59.809 INFO:teuthology.orchestra.run.smithi066.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-03-21T12:46:59.843 INFO:teuthology.orchestra.run.smithi066.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-03-21T12:46:59.868 INFO:teuthology.orchestra.run.smithi066.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 431 kB/s | 11 kB 00:00 2024-03-21T12:46:59.894 INFO:teuthology.orchestra.run.smithi066.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 704 kB/s | 18 kB 00:00 2024-03-21T12:46:59.919 INFO:teuthology.orchestra.run.smithi066.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 932 kB/s | 23 kB 00:00 2024-03-21T12:46:59.944 INFO:teuthology.orchestra.run.smithi066.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-03-21T12:46:59.970 INFO:teuthology.orchestra.run.smithi066.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 385 kB/s | 19 kB 00:00 2024-03-21T12:46:59.995 INFO:teuthology.orchestra.run.smithi066.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-03-21T12:47:00.020 INFO:teuthology.orchestra.run.smithi066.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-03-21T12:47:00.045 INFO:teuthology.orchestra.run.smithi066.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-03-21T12:47:00.071 INFO:teuthology.orchestra.run.smithi066.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-03-21T12:47:00.096 INFO:teuthology.orchestra.run.smithi066.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-03-21T12:47:00.171 INFO:teuthology.orchestra.run.smithi066.stdout:(31/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86 2.7 MB/s | 4.7 MB 00:01 2024-03-21T12:47:00.205 INFO:teuthology.orchestra.run.smithi066.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-03-21T12:47:00.230 INFO:teuthology.orchestra.run.smithi066.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-03-21T12:47:00.256 INFO:teuthology.orchestra.run.smithi066.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-03-21T12:47:00.281 INFO:teuthology.orchestra.run.smithi066.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-03-21T12:47:00.348 INFO:teuthology.orchestra.run.smithi066.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-03-21T12:47:00.350 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:00.350 INFO:teuthology.orchestra.run.smithi066.stdout:Total 11 MB/s | 30 MB 00:02 2024-03-21T12:47:00.375 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:00.423 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:00.423 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:00.840 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:00.840 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:02.168 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:02.250 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T12:47:02.283 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T12:47:02.311 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T12:47:02.375 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T12:47:02.418 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T12:47:02.451 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T12:47:02.546 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T12:47:02.623 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T12:47:02.671 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T12:47:02.782 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T12:47:02.839 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T12:47:02.877 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T12:47:02.936 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T12:47:02.999 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T12:47:03.194 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T12:47:03.239 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T12:47:03.284 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T12:47:03.320 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T12:47:03.350 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T12:47:03.429 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T12:47:03.461 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:47:03.494 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T12:47:03.534 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T12:47:03.569 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T12:47:03.604 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T12:47:03.696 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T12:47:03.735 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T12:47:03.811 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T12:47:03.951 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T12:47:04.086 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:47:04.251 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T12:47:04.281 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:47:04.307 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T12:47:04.307 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:04.307 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T12:47:04.308 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:47:04.308 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T12:47:04.308 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:05.823 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:47:05.850 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T12:47:05.851 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:05.851 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T12:47:05.851 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:47:05.851 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T12:47:05.851 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:06.315 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T12:47:06.340 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:06.566 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:47:06.590 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T12:47:06.591 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:06.591 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T12:47:06.591 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:47:06.591 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T12:47:06.591 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:06.658 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:47:08.439 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T12:47:08.440 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T12:47:08.441 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T12:47:08.442 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T12:47:08.442 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T12:47:08.442 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T12:47:08.442 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T12:47:08.443 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T12:47:08.443 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T12:47:08.443 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T12:47:08.443 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T12:47:09.354 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:09.355 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T12:47:09.356 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T12:47:09.357 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T12:47:09.358 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:09.359 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:09.706 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-base 2024-03-21T12:47:10.308 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:54 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:10.408 INFO:teuthology.orchestra.run.smithi066.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:10.462 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:10.464 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:10.464 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:10.533 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install cephadm 2024-03-21T12:47:11.115 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:55 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:11.270 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:47:11.271 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:11.272 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 750 k 2024-03-21T12:47:11.272 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 757 k 2024-03-21T12:47:11.272 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:11.548 INFO:teuthology.orchestra.run.smithi066.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 2.6 MB/s | 750 kB 00:00 2024-03-21T12:47:11.549 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:11.549 INFO:teuthology.orchestra.run.smithi066.stdout:Total 2.6 MB/s | 750 kB 00:00 2024-03-21T12:47:11.549 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:11.555 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:11.555 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:11.561 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:11.561 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:11.638 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:12.066 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:47:12.147 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:47:12.538 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:12.824 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:13.036 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T12:47:13.627 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:57 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:13.782 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:13.783 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:13.783 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2024-03-21T12:47:13.783 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:13.783 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 145 k 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 436 k 2024-03-21T12:47:13.784 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:14.020 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 615 kB/s | 145 kB 00:00 2024-03-21T12:47:14.021 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:14.022 INFO:teuthology.orchestra.run.smithi066.stdout:Total 612 kB/s | 145 kB 00:00 2024-03-21T12:47:14.022 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:14.029 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:14.029 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:14.084 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:14.084 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:14.230 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:14.296 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:47:14.322 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:47:14.322 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:14.322 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T12:47:14.322 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:15.345 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:15.576 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr 2024-03-21T12:47:16.167 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:00 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:16.266 INFO:teuthology.orchestra.run.smithi066.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:16.321 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:16.322 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:16.322 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:16.387 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T12:47:16.974 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:00 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:17.129 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:17.130 INFO:teuthology.orchestra.run.smithi066.stdout:====================================================================================== 2024-03-21T12:47:17.130 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:17.130 INFO:teuthology.orchestra.run.smithi066.stdout:====================================================================================== 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T12:47:17.131 INFO:teuthology.orchestra.run.smithi066.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout:====================================================================================== 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout:Install 12 Packages 2024-03-21T12:47:17.132 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:17.133 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 8.6 M 2024-03-21T12:47:17.133 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 103 M 2024-03-21T12:47:17.133 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:17.533 INFO:teuthology.orchestra.run.smithi066.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2267.g960 64 kB/s | 16 kB 00:00 2024-03-21T12:47:17.550 INFO:teuthology.orchestra.run.smithi066.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2267.g96 124 kB/s | 34 kB 00:00 2024-03-21T12:47:17.691 INFO:teuthology.orchestra.run.smithi066.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-21T12:47:17.725 INFO:teuthology.orchestra.run.smithi066.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-03-21T12:47:17.876 INFO:teuthology.orchestra.run.smithi066.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 5.9 MB/s | 3.5 MB 00:00 2024-03-21T12:47:17.980 INFO:teuthology.orchestra.run.smithi066.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.0 MB/s | 863 kB 00:00 2024-03-21T12:47:18.009 INFO:teuthology.orchestra.run.smithi066.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 145 kB/s | 19 kB 00:00 2024-03-21T12:47:18.046 INFO:teuthology.orchestra.run.smithi066.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-03-21T12:47:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 527 kB/s | 31 kB 00:00 2024-03-21T12:47:18.186 INFO:teuthology.orchestra.run.smithi066.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 824 kB/s | 144 kB 00:00 2024-03-21T12:47:18.219 INFO:teuthology.orchestra.run.smithi066.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-03-21T12:47:18.352 INFO:teuthology.orchestra.run.smithi066.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.4 MB/s | 2.0 MB 00:00 2024-03-21T12:47:18.355 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:18.355 INFO:teuthology.orchestra.run.smithi066.stdout:Total 7.0 MB/s | 8.6 MB 00:01 2024-03-21T12:47:18.373 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:18.392 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:18.392 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:18.593 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:18.593 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:19.140 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:19.228 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T12:47:19.271 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T12:47:19.320 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T12:47:19.365 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T12:47:19.484 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T12:47:19.612 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T12:47:19.712 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T12:47:19.762 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T12:47:19.789 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:47:19.822 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T12:47:20.929 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T12:47:20.963 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:47:22.334 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T12:47:22.334 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T12:47:22.335 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T12:47:22.681 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T12:47:22.681 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:22.681 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:22.681 INFO:teuthology.orchestra.run.smithi066.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T12:47:22.681 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:22.682 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:22.931 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T12:47:23.526 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:07 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:23.685 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:23.686 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================================ 2024-03-21T12:47:23.686 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:23.686 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================================ 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T12:47:23.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================================ 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout:Install 12 Packages 2024-03-21T12:47:23.688 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:23.689 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 37 M 2024-03-21T12:47:23.689 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 209 M 2024-03-21T12:47:23.689 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:24.259 INFO:teuthology.orchestra.run.smithi066.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 202 kB/s | 32 kB 00:00 2024-03-21T12:47:24.284 INFO:teuthology.orchestra.run.smithi066.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 693 kB/s | 17 kB 00:00 2024-03-21T12:47:24.310 INFO:teuthology.orchestra.run.smithi066.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.3 MB/s | 34 kB 00:00 2024-03-21T12:47:24.477 INFO:teuthology.orchestra.run.smithi066.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 28 MB/s | 4.7 MB 00:00 2024-03-21T12:47:24.610 INFO:teuthology.orchestra.run.smithi066.stdout:(5/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 36 MB/s | 4.8 MB 00:00 2024-03-21T12:47:24.669 INFO:teuthology.orchestra.run.smithi066.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.3 MB/s | 3.0 MB 00:00 2024-03-21T12:47:24.694 INFO:teuthology.orchestra.run.smithi066.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-03-21T12:47:24.944 INFO:teuthology.orchestra.run.smithi066.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-22 8.8 MB/s | 7.4 MB 00:00 2024-03-21T12:47:25.178 INFO:teuthology.orchestra.run.smithi066.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-03-21T12:47:25.712 INFO:teuthology.orchestra.run.smithi066.stdout:(10/12): python3-devel-3.9.17-2.el9.x86_64.rpm 460 kB/s | 245 kB 00:00 2024-03-21T12:47:25.978 INFO:teuthology.orchestra.run.smithi066.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 189 kB/s | 195 kB 00:01 2024-03-21T12:47:26.612 INFO:teuthology.orchestra.run.smithi066.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 419 kB/s | 803 kB 00:01 2024-03-21T12:47:26.615 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:26.616 INFO:teuthology.orchestra.run.smithi066.stdout:Total 13 MB/s | 37 MB 00:02 2024-03-21T12:47:26.660 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:26.687 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:26.687 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:27.058 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:27.058 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:27.784 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:27.860 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T12:47:27.891 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T12:47:27.990 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:47:28.037 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T12:47:28.221 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:47:28.260 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:47:28.353 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T12:47:29.049 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T12:47:29.169 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T12:47:30.504 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T12:47:31.580 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T12:47:31.600 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:47:34.164 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T12:47:34.165 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T12:47:34.590 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T12:47:34.590 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:34.590 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:34.590 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:34.591 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:34.937 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-rook 2024-03-21T12:47:35.529 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:19 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:35.685 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:35.686 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:35.686 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T12:47:35.687 INFO:teuthology.orchestra.run.smithi066.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout:Install 13 Packages 2024-03-21T12:47:35.688 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:35.689 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 2.0 M 2024-03-21T12:47:35.689 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 26 M 2024-03-21T12:47:35.689 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:35.926 INFO:teuthology.orchestra.run.smithi066.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 152 kB/s | 24 kB 00:00 2024-03-21T12:47:35.951 INFO:teuthology.orchestra.run.smithi066.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 97 kB/s | 18 kB 00:00 2024-03-21T12:47:35.968 INFO:teuthology.orchestra.run.smithi066.stdout:(3/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 243 kB/s | 49 kB 00:00 2024-03-21T12:47:35.993 INFO:teuthology.orchestra.run.smithi066.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.5 MB/s | 174 kB 00:00 2024-03-21T12:47:36.018 INFO:teuthology.orchestra.run.smithi066.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-03-21T12:47:36.043 INFO:teuthology.orchestra.run.smithi066.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-03-21T12:47:36.060 INFO:teuthology.orchestra.run.smithi066.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 642 kB/s | 43 kB 00:00 2024-03-21T12:47:36.144 INFO:teuthology.orchestra.run.smithi066.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 150 kB/s | 15 kB 00:00 2024-03-21T12:47:36.169 INFO:teuthology.orchestra.run.smithi066.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 256 kB/s | 32 kB 00:00 2024-03-21T12:47:36.236 INFO:teuthology.orchestra.run.smithi066.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.1 MB/s | 203 kB 00:00 2024-03-21T12:47:36.261 INFO:teuthology.orchestra.run.smithi066.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 644 kB/s | 59 kB 00:00 2024-03-21T12:47:36.312 INFO:teuthology.orchestra.run.smithi066.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-03-21T12:47:36.487 INFO:teuthology.orchestra.run.smithi066.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-03-21T12:47:36.489 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:36.489 INFO:teuthology.orchestra.run.smithi066.stdout:Total 2.6 MB/s | 2.0 MB 00:00 2024-03-21T12:47:36.490 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:36.504 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:36.505 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:36.605 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:36.605 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:37.131 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:37.317 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T12:47:37.381 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T12:47:37.437 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T12:47:37.473 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T12:47:37.515 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T12:47:37.612 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T12:47:37.721 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T12:47:37.783 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T12:47:38.545 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T12:47:38.596 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T12:47:38.630 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T12:47:38.678 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T12:47:38.708 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:47:39.464 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T12:47:39.464 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T12:47:39.465 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T12:47:39.466 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T12:47:39.847 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T12:47:39.847 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:39.847 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:39.847 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T12:47:39.848 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:39.849 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:40.089 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T12:47:40.679 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:24 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:40.835 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:40.836 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:40.836 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:40.836 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:40.836 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:40.836 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout:======================================================================================== 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout:Install 6 Packages 2024-03-21T12:47:40.837 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:40.838 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 6.8 M 2024-03-21T12:47:40.838 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 33 M 2024-03-21T12:47:40.838 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:41.296 INFO:teuthology.orchestra.run.smithi066.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 584 kB/s | 140 kB 00:00 2024-03-21T12:47:41.388 INFO:teuthology.orchestra.run.smithi066.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 748 kB/s | 248 kB 00:00 2024-03-21T12:47:41.530 INFO:teuthology.orchestra.run.smithi066.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 5.8 MB 00:00 2024-03-21T12:47:41.972 INFO:teuthology.orchestra.run.smithi066.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 99 kB/s | 58 kB 00:00 2024-03-21T12:47:42.105 INFO:teuthology.orchestra.run.smithi066.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 89 kB/s | 51 kB 00:00 2024-03-21T12:47:42.555 INFO:teuthology.orchestra.run.smithi066.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 436 kB/s | 548 kB 00:01 2024-03-21T12:47:42.557 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:42.557 INFO:teuthology.orchestra.run.smithi066.stdout:Total 4.0 MB/s | 6.8 MB 00:01 2024-03-21T12:47:42.572 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:42.585 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:42.585 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:42.685 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:42.685 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:42.991 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:43.170 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T12:47:43.225 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T12:47:43.777 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T12:47:43.871 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T12:47:43.940 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T12:47:43.969 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:47:44.773 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T12:47:44.773 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T12:47:44.773 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T12:47:44.773 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T12:47:44.774 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T12:47:44.774 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T12:47:45.072 INFO:teuthology.orchestra.run.smithi066.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T12:47:45.073 INFO:teuthology.orchestra.run.smithi066.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T12:47:45.073 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:45.073 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:45.304 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-fuse 2024-03-21T12:47:45.893 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:29 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:46.051 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:46.051 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:46.051 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout:Install 2 Packages 2024-03-21T12:47:46.052 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:46.053 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 969 k 2024-03-21T12:47:46.053 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 2.8 M 2024-03-21T12:47:46.053 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:46.182 INFO:teuthology.orchestra.run.smithi066.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 611 kB/s | 79 kB 00:00 2024-03-21T12:47:46.507 INFO:teuthology.orchestra.run.smithi066.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-03-21T12:47:46.508 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:46.508 INFO:teuthology.orchestra.run.smithi066.stdout:Total 2.1 MB/s | 969 kB 00:00 2024-03-21T12:47:46.509 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:46.530 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:46.530 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:46.607 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:46.608 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:46.805 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:46.972 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T12:47:47.043 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:47:47.740 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T12:47:47.740 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:48.012 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:48.287 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-volume 2024-03-21T12:47:48.882 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:32 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:49.041 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:49.041 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:49.042 INFO:teuthology.orchestra.run.smithi066.stdout:Install 2 Packages 2024-03-21T12:47:49.043 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:49.043 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 342 k 2024-03-21T12:47:49.043 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 1.5 M 2024-03-21T12:47:49.043 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:49.161 INFO:teuthology.orchestra.run.smithi066.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 583 kB/s | 69 kB 00:00 2024-03-21T12:47:49.286 INFO:teuthology.orchestra.run.smithi066.stdout:(2/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 1.1 MB/s | 273 kB 00:00 2024-03-21T12:47:49.287 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:49.288 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.4 MB/s | 342 kB 00:00 2024-03-21T12:47:49.288 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:49.298 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:49.298 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:49.333 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:49.333 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:49.491 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:49.693 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T12:47:49.722 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:47:49.739 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T12:47:49.739 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:47:49.740 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T12:47:49.740 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:50.562 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T12:47:50.903 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:50.904 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:51.215 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librados-devel 2024-03-21T12:47:51.814 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:51.970 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:51.971 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:51.971 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2024-03-21T12:47:51.971 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 127 k 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 456 k 2024-03-21T12:47:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:52.200 INFO:teuthology.orchestra.run.smithi066.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 557 kB/s | 127 kB 00:00 2024-03-21T12:47:52.201 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:52.201 INFO:teuthology.orchestra.run.smithi066.stdout:Total 553 kB/s | 127 kB 00:00 2024-03-21T12:47:52.201 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:52.207 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:52.207 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:52.271 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:52.271 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:52.429 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:52.526 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:53.014 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:53.308 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:53.553 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install libcephfs2 2024-03-21T12:47:54.149 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:54.251 INFO:teuthology.orchestra.run.smithi066.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:54.308 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:54.309 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:54.309 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:54.377 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install libcephfs-devel 2024-03-21T12:47:54.970 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:55.127 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 31 k 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 140 k 2024-03-21T12:47:55.128 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:47:55.511 INFO:teuthology.orchestra.run.smithi066.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 82 kB/s | 31 kB 00:00 2024-03-21T12:47:55.512 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:47:55.512 INFO:teuthology.orchestra.run.smithi066.stdout:Total 81 kB/s | 31 kB 00:00 2024-03-21T12:47:55.512 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:47:55.516 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:47:55.516 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:47:55.543 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:47:55.543 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:47:55.666 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:47:55.770 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:56.160 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:56.427 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:47:56.428 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:56.428 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:47:56.428 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:47:56.428 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:47:56.428 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:56.585 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librados2 2024-03-21T12:47:57.174 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:57.276 INFO:teuthology.orchestra.run.smithi066.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:57.330 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:57.331 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:57.331 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:57.373 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librbd1 2024-03-21T12:47:57.961 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:58.062 INFO:teuthology.orchestra.run.smithi066.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:58.116 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:58.118 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:58.118 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:58.158 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rados 2024-03-21T12:47:58.753 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:42 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:58.854 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:58.909 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:58.910 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:58.910 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:58.959 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rgw 2024-03-21T12:47:59.551 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:43 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:47:59.652 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:47:59.706 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:47:59.707 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:47:59.707 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:47:59.749 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-cephfs 2024-03-21T12:48:00.344 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:48:00.445 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:48:00.500 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:48:00.501 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:48:00.501 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:48:00.548 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rbd 2024-03-21T12:48:01.140 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:45 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:48:01.241 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T12:48:01.295 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:48:01.297 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2024-03-21T12:48:01.297 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:48:01.353 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-fuse 2024-03-21T12:48:01.945 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:45 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:48:02.100 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:48:02.101 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:02.102 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 85 k 2024-03-21T12:48:02.102 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 231 k 2024-03-21T12:48:02.102 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:48:02.414 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 273 kB/s | 85 kB 00:00 2024-03-21T12:48:02.415 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:48:02.415 INFO:teuthology.orchestra.run.smithi066.stdout:Total 272 kB/s | 85 kB 00:00 2024-03-21T12:48:02.415 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:48:02.423 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:48:02.423 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:48:02.481 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:48:02.482 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:48:02.634 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:48:02.737 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:03.130 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:03.437 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:48:03.655 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-mirror 2024-03-21T12:48:04.266 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:48:04.427 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:48:04.432 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:04.432 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2024-03-21T12:48:04.432 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:04.432 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:48:04.432 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 3.1 M 2024-03-21T12:48:04.433 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 13 M 2024-03-21T12:48:04.434 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:48:05.192 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 4.0 MB/s | 3.1 MB 00:00 2024-03-21T12:48:05.192 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:48:05.193 INFO:teuthology.orchestra.run.smithi066.stdout:Total 4.0 MB/s | 3.1 MB 00:00 2024-03-21T12:48:05.193 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:48:05.204 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:48:05.204 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:48:05.281 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:48:05.282 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:48:05.730 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:48:05.784 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T12:48:05.811 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:06.995 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:06.995 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:06.995 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:48:06.995 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:48:06.995 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:06.996 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:48:07.214 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-nbd 2024-03-21T12:48:07.813 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:51 ago on Thu 21 Mar 2024 12:46:16 PM UTC. 2024-03-21T12:48:07.970 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-03-21T12:48:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-03-21T12:48:07.972 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2024-03-21T12:48:07.972 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:07.972 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 170 k 2024-03-21T12:48:07.972 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 490 k 2024-03-21T12:48:07.972 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-03-21T12:48:08.203 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 739 kB/s | 170 kB 00:00 2024-03-21T12:48:08.204 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:48:08.204 INFO:teuthology.orchestra.run.smithi066.stdout:Total 734 kB/s | 170 kB 00:00 2024-03-21T12:48:08.204 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-03-21T12:48:08.212 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-03-21T12:48:08.212 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-03-21T12:48:08.272 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-03-21T12:48:08.272 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-03-21T12:48:08.433 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-03-21T12:48:08.545 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:09.001 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T12:48:09.294 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-03-21T12:48:09.516 DEBUG:teuthology.parallel:result is None 2024-03-21T12:48:09.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:09.737 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T12:48:09.762 INFO:teuthology.orchestra.run.smithi031.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:09.762 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:09.762 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T12:48:09.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:09.983 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T12:48:10.005 INFO:teuthology.orchestra.run.smithi066.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:10.005 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:10.005 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T12:48:10.007 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:10.153 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T12:48:10.178 INFO:teuthology.orchestra.run.smithi136.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:10.178 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T12:48:10.178 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T12:48:10.180 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T12:48:10.180 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:48:10.181 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T12:48:10.212 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:48:10.213 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T12:48:10.245 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:48:10.246 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T12:48:10.278 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T12:48:10.278 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:48:10.278 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T12:48:10.310 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T12:48:10.380 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:48:10.380 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T12:48:10.412 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T12:48:10.483 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:48:10.483 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T12:48:10.514 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T12:48:10.584 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T12:48:10.585 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:48:10.585 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T12:48:10.615 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T12:48:10.681 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:48:10.682 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T12:48:10.713 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T12:48:10.785 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:48:10.785 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T12:48:10.812 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T12:48:10.879 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T12:48:10.880 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:48:10.880 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T12:48:10.908 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T12:48:10.975 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:48:10.975 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T12:48:11.007 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T12:48:11.078 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:48:11.079 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T12:48:11.106 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T12:48:11.174 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T12:48:11.263 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T12:48:11.263 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:11.264 INFO:tasks.cephadm:Cluster fsid is 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:48:11.264 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T12:48:11.264 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31', 'mon.b': '172.21.15.66', 'mon.c': '172.21.15.136'} 2024-03-21T12:48:11.264 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-03-21T12:48:11.264 INFO:tasks.cephadm:First mgr is a 2024-03-21T12:48:11.264 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T12:48:11.264 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-03-21T12:48:11.291 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2024-03-21T12:48:11.322 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-03-21T12:48:11.350 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T12:48:11.350 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:11.562 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/77830/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2267-g960fbbe4', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2267.g960fbbe4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-21 09:55:14.969817', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-03-21-0818', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-21T12:48:11.775 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-testing-2024-03-21-0818, sha1 960fbbe4645c2becc8084669be194c95183c7753 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:48:11.776 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm 2024-03-21T12:48:11.777 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:12.464 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 12:48 /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:12.464 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 12:48 /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:12.928 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:13.380 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 12:48 /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:13.380 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:13.399 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:13.418 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T12:48:13.447 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on all hosts... 2024-03-21T12:48:13.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T12:48:13.449 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T12:48:13.461 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T12:48:14.266 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T12:48:14.282 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T12:48:14.382 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T12:48:41.046 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-03-21T12:48:41.046 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T12:48:41.047 INFO:teuthology.orchestra.run.smithi066.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T12:48:41.047 INFO:teuthology.orchestra.run.smithi066.stdout: "repo_digests": [ 2024-03-21T12:48:41.047 INFO:teuthology.orchestra.run.smithi066.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T12:48:41.047 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-03-21T12:48:41.047 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-03-21T12:48:41.857 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-03-21T12:48:41.858 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-03-21T12:48:42.395 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-03-21T12:48:42.417 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-03-21T12:48:42.453 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /etc/ceph 2024-03-21T12:48:42.493 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-03-21T12:48:42.522 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-03-21T12:48:42.552 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 777 /etc/ceph 2024-03-21T12:48:42.587 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-03-21T12:48:42.613 INFO:tasks.cephadm:Writing seed config... 2024-03-21T12:48:42.614 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-21T12:48:42.614 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T12:48:42.614 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T12:48:42.614 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-21T12:48:42.615 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T12:48:42.615 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T12:48:42.615 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T12:48:42.615 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T12:48:42.615 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T12:48:42.615 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:48:42.615 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T12:48:42.632 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 46613e8e-e781-11ee-95cd-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-21T12:48:42.632 DEBUG:teuthology.orchestra.run.smithi031:mon.a> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T12:48:42.674 DEBUG:teuthology.orchestra.run.smithi031:mgr.a> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T12:48:42.717 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T12:48:42.717 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 -v bootstrap --fsid 46613e8e-e781-11ee-95cd-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.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:48:42.916 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T12:48:42.916 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753', '-v', 'bootstrap', '--fsid', '46613e8e-e781-11ee-95cd-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.31', '--skip-admin-label'] 2024-03-21T12:48:42.916 INFO:teuthology.orchestra.run.smithi031.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T12:48:42.917 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying podman|docker is present... 2024-03-21T12:48:42.941 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-21T12:48:42.941 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying lvm2 is present... 2024-03-21T12:48:42.941 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying time synchronization is in place... 2024-03-21T12:48:42.948 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T12:48:42.948 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T12:48:42.954 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T12:48:42.954 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:48:42.960 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-03-21T12:48:42.966 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-03-21T12:48:42.966 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2024-03-21T12:48:42.966 INFO:teuthology.orchestra.run.smithi031.stdout:Repeating the final host check... 2024-03-21T12:48:42.989 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-21T12:48:42.989 INFO:teuthology.orchestra.run.smithi031.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-21T12:48:42.989 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl is present 2024-03-21T12:48:42.989 INFO:teuthology.orchestra.run.smithi031.stdout:lvcreate is present 2024-03-21T12:48:42.995 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T12:48:42.995 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T12:48:43.001 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T12:48:43.001 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:48:43.007 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:Host looks OK 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:Cluster fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:Acquiring lock 139664722752464 on /run/cephadm/46613e8e-e781-11ee-95cd-87774f69a715.lock 2024-03-21T12:48:43.013 INFO:teuthology.orchestra.run.smithi031.stdout:Lock 139664722752464 acquired on /run/cephadm/46613e8e-e781-11ee-95cd-87774f69a715.lock 2024-03-21T12:48:43.014 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 3300 ... 2024-03-21T12:48:43.014 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 6789 ... 2024-03-21T12:48:43.014 INFO:teuthology.orchestra.run.smithi031.stdout:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-03-21T12:48:43.017 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2024-03-21T12:48:43.017 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2024-03-21T12:48:43.020 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T12:48:43.020 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-21T12:48:43.020 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-21T12:48:43.022 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T12:48:43.022 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T12:48:43.022 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T12:48:43.022 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-21T12:48:43.023 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:caba/64 scope link noprefixroute 2024-03-21T12:48:43.023 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T12:48:43.023 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-03-21T12:48:43.023 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-03-21T12:48:43.023 INFO:teuthology.orchestra.run.smithi031.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-21T12:48:43.024 INFO:teuthology.orchestra.run.smithi031.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T12:48:43.024 INFO:teuthology.orchestra.run.smithi031.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T12:48:43.499 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e 2024-03-21T12:48:43.499 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T12:48:43.499 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Getting image source signatures 2024-03-21T12:48:43.500 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:42ed92a376f0fc24f900533b2c051b7c28b467ca85a1aa456c3a11e39d805f31 2024-03-21T12:48:43.500 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:9516588f908cdb14b5e4062a6063db2d9291b355c3f32e2a99864608a4a7b649 2024-03-21T12:48:43.500 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying config sha256:19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e 2024-03-21T12:48:43.500 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-21T12:48:44.388 INFO:teuthology.orchestra.run.smithi031.stdout:ceph: stdout ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T12:48:44.388 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph version: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T12:48:44.388 INFO:teuthology.orchestra.run.smithi031.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T12:48:49.462 INFO:teuthology.orchestra.run.smithi031.stdout:stat: stdout 167 167 2024-03-21T12:48:49.462 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial keys... 2024-03-21T12:48:58.107 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQC0LPxlBHF9CRAAKlYC//OslF7ZdvRfooE1eA== 2024-03-21T12:48:59.037 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQC6LPxl3R5rGxAA+7I/tk8BU2be9AdfXwu1nQ== 2024-03-21T12:48:59.970 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQC7LPxlqAo8FhAAOiA07SEHRfeEO7x+GCWhnA== 2024-03-21T12:48:59.970 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial monmap... 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:monmaptool for a [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T12:49:00.800 INFO:teuthology.orchestra.run.smithi031.stdout:setting min_mon_release = quincy 2024-03-21T12:49:00.801 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: set fsid to 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:00.801 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T12:49:00.801 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:49:00.801 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mon... 2024-03-21T12:49:01.674 INFO:teuthology.orchestra.run.smithi031.stdout:create mon.a on 2024-03-21T12:49:01.875 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-21T12:49:02.017 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-21T12:49:02.304 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target. 2024-03-21T12:49:02.304 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target. 2024-03-21T12:49:02.540 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a 2024-03-21T12:49:02.540 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T12:49:02.709 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target.wants/ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service → /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715@.service. 2024-03-21T12:49:02.974 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:02 smithi031 podman[29426]: 2024-03-21 12:49:02.973690311 +0000 UTC m=+0.132574516 container create 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-03-21T12:49:03.231 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 podman[29426]: 2024-03-21 12:49:03.201015964 +0000 UTC m=+0.359900194 container init 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-21T12:49:03.231 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 podman[29426]: 2024-03-21 12:49:03.204186579 +0000 UTC m=+0.363070784 container start 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True) 2024-03-21T12:49:03.299 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T12:49:03.299 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon to start... 2024-03-21T12:49:03.306 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon... 2024-03-21T12:49:03.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 ceph-mon[29445]: mkfs 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:03.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 ceph-mon[29445]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:49:03.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 bash[29426]: 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb 2024-03-21T12:49:03.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:03 smithi031 systemd[1]: Started Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: fsmap 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: osdmap e1: 0 total, 0 up, 0 in 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: mgrmap e1: no daemons active 2024-03-21T12:49:04.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:04 smithi031 ceph-mon[29445]: from='client.? 172.21.15.31:0/744484952' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout id: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout services: 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.955336s) 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout data: 2024-03-21T12:49:04.751 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:mon is available 2024-03-21T12:49:04.752 INFO:teuthology.orchestra.run.smithi031.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T12:49:05.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:05 smithi031 ceph-mon[29445]: from='client.? 172.21.15.31:0/1492191983' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T12:49:05.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:05 smithi031 ceph-mon[29445]: from='client.? 172.21.15.31:0/1492191983' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T12:49:05.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T12:49:05.775 INFO:teuthology.orchestra.run.smithi031.stdout:Generating new minimal ceph.conf... 2024-03-21T12:49:06.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:06 smithi031 ceph-mon[29445]: from='client.? 172.21.15.31:0/2826147255' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:07.104 INFO:teuthology.orchestra.run.smithi031.stdout:Restarting the monitor... 2024-03-21T12:49:07.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 systemd[1]: Stopping Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:49:07.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a[29441]: 2024-03-21T12:49:07.363+0000 7fc038a54700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:49:07.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a[29441]: 2024-03-21T12:49:07.363+0000 7fc038a54700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T12:49:07.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 podman[29692]: 2024-03-21 12:49:07.537377452 +0000 UTC m=+0.269269934 container died 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319) 2024-03-21T12:49:07.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 podman[29692]: 2024-03-21 12:49:07.804945493 +0000 UTC m=+0.536837974 container cleanup 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T12:49:08.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:07 smithi031 bash[29692]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a 2024-03-21T12:49:08.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 podman[29706]: 2024-03-21 12:49:08.0311944 +0000 UTC m=+0.496622937 container remove 1a8c458dd94a72cb696f631c3fe54c833b70fdca5a136cfff4a70072201b17cb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-03-21T12:49:08.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 systemd[1]: ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T12:49:08.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 systemd[1]: Stopped Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:49:08.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 systemd[1]: Starting Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:49:08.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 podman[29796]: 2024-03-21 12:49:08.349047965 +0000 UTC m=+0.100152768 container create df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T12:49:08.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:08 smithi031 podman[29796]: 2024-03-21 12:49:08.266537193 +0000 UTC m=+0.017641953 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:49:09.223 INFO:teuthology.orchestra.run.smithi031.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 podman[29796]: 2024-03-21 12:49:09.135487782 +0000 UTC m=+0.886592549 container init df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 podman[29796]: 2024-03-21 12:49:09.139173593 +0000 UTC m=+0.890278351 container start df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240319) 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 2 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: pidfile_write: ignore empty --pid-file 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: load: jerasure load: lrc 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: RocksDB version: 7.9.2 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Git sha 0 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T12:49:09.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: DB SUMMARY 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: DB Session ID: ZAUNHELZPIJ8N2LEZ2NL 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: CURRENT file: CURRENT 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: IDENTITY file: IDENTITY 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84959 ; 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.error_if_exists: 0 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.create_if_missing: 0 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.paranoid_checks: 1 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.env: 0x564a69105b20 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.fs: PosixFileSystem 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.info_log: 0x564a6a0a1920 2024-03-21T12:49:09.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.statistics: (nil) 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.use_fsync: 0 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_log_file_size: 0 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:49:09.442 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_fallocate: 1 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.use_direct_reads: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.db_log_dir: 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.wal_dir: 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:49:09.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.write_buffer_manager: 0x564a6a0721e0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.unordered_write: 0 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:49:09.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.row_cache: None 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.wal_filter: None 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.two_write_queues: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.wal_compression: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.atomic_flush: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:49:09.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.log_readahead_size: 0 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_background_jobs: 2 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_background_compactions: -1 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_subcompactions: 1 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:49:09.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_open_files: -1 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_background_flushes: -1 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Compression algorithms supported: 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kZSTD supported: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kXpressCompression supported: 0 2024-03-21T12:49:09.447 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kZlibCompression supported: 1 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kSnappyCompression supported: 1 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kLZ4Compression supported: 1 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: kBZip2Compression supported: 0 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.merge_operator: 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_filter: None 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:49:09.448 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a6a0a1a20) 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks: 1 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_top_level_index_and_filter: 1 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_type: 0 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_index_type: 0 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_shortening: 1 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: checksum: 4 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: no_block_cache: 0 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache: 0x564a6a0a5090 2024-03-21T12:49:09.449 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_name: BinnedLRUCache 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_options: 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: capacity : 536870912 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_shard_bits : 4 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: strict_capacity_limit : 0 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: high_pri_pool_ratio: 0.000 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_compressed: (nil) 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: persistent_cache: (nil) 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size: 4096 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size_deviation: 10 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_restart_interval: 16 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_block_restart_interval: 1 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: metadata_block_size: 4096 2024-03-21T12:49:09.450 INFO:journalctl@ceph.mon.a.smithi031.stdout: partition_filters: 0 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: use_delta_encoding: 1 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: filter_policy: bloomfilter 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: whole_key_filtering: 1 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: verify_compression: 0 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: read_amp_bytes_per_bit: 0 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: format_version: 5 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_index_compression: 1 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_align: 0 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: max_auto_readahead_size: 262144 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: prepopulate_block_cache: 0 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: initial_auto_readahead_size: 8192 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:49:09.451 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression: NoCompression 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.num_levels: 7 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:49:09.452 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:49:09.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:49:09.454 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.arena_block_size: 1048576 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:49:09.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.table_properties_collectors: 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.inplace_update_support: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.bloom_locality: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.max_successive_merges: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.ttl: 2592000 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T12:49:09.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enable_blob_files: false 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.min_blob_size: 0 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.blob_file_starting_level: 0 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f9c6ae3e-416c-4e4a-a5d5-cd90ccbc0d67 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025349172813, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025349173767, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81584, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79771, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74080, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711025349, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f9c6ae3e-416c-4e4a-a5d5-cd90ccbc0d67", "db_session_id": "ZAUNHELZPIJ8N2LEZ2NL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025349173867, "job": 1, "event": "recovery_finished"} 2024-03-21T12:49:09.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564a6a194000 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: DB pointer 0x564a6a17e000 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** DB Stats ** 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.458 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: L0 2/0 81.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: Sum 2/0 81.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.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 127.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.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 127.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.459 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative compaction: 0.00 GB write, 22.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval compaction: 0.00 GB write, 22.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache BinnedLRUCache@0x564a6a0a5090#2 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 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:09.460 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???) e1 preinit fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).mds e1 new map 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).mds e1 print_map 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: e1 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: legacy client fscid: -1 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout: No filesystems configured 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 bash[29796]: df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 systemd[1]: Started Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:49:09.461 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:49:09.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:49:09.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: fsmap 2024-03-21T12:49:09.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: osdmap e1: 0 total, 0 up, 0 in 2024-03-21T12:49:09.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:09 smithi031 ceph-mon[29815]: mgrmap e1: no daemons active 2024-03-21T12:49:10.261 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T12:49:10.283 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:49:10.283 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mgr... 2024-03-21T12:49:10.283 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T12:49:10.284 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T12:49:10.536 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a 2024-03-21T12:49:10.537 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T12:49:10.683 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715.target.wants/ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-46613e8e-e781-11ee-95cd-87774f69a715@.service. 2024-03-21T12:49:11.015 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:10 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1617804212' entity='client.admin' 2024-03-21T12:49:11.244 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T12:49:11.244 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-03-21T12:49:11.252 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T12:49:11.252 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:49:11.252 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-03-21T12:49:11.253 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T12:49:11.262 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T12:49:11.262 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-03-21T12:49:11.266 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:11 smithi031 systemd[1]: Started Ceph mgr.a for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr to start... 2024-03-21T12:49:11.271 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr... 2024-03-21T12:49:12.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:11 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3116395215' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:49:12.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:11.695+0000 7f60f8f72200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:49:12.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:11.794+0000 7f60f8f72200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "46613e8e-e781-11ee-95cd-87774f69a715", 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T12:49:12.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T12:49:12.389 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T12:49:12.390 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T12:49:03.266442+0000", 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:12.391 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (1/15)... 2024-03-21T12:49:12.767 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:12.467+0000 7f60f8f72200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:49:12.767 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:12.561+0000 7f60f8f72200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:49:12.767 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:12.704+0000 7f60f8f72200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:49:13.153 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:12.801+0000 7f60f8f72200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:49:13.153 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:12.885+0000 7f60f8f72200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:49:13.153 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:13.152+0000 7f60f8f72200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:49:13.447 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:13.264+0000 7f60f8f72200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:13.447 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:13.350+0000 7f60f8f72200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:49:13.447 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:13.447+0000 7f60f8f72200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:49:13.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:13.624+0000 7f60f8f72200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:49:14.763 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:14 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:14.626+0000 7f60f8f72200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:49:14.764 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:14 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:14.763+0000 7f60f8f72200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:49:15.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:14 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/582726796' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:49:15.395 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:15 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:15.105+0000 7f60f8f72200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:49:15.396 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:15 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:15.196+0000 7f60f8f72200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:49:15.396 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:15 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:15.395+0000 7f60f8f72200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:15.540 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "46613e8e-e781-11ee-95cd-87774f69a715", 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T12:49:15.541 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T12:49:15.542 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T12:49:15.543 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T12:49:15.543 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.543 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.546 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T12:49:03.266442+0000", 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:15.548 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (2/15)... 2024-03-21T12:49:15.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:15 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:15.583+0000 7f60f8f72200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:49:16.131 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:15 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:15.870+0000 7f60f8f72200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:16.131 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:16 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:16.130+0000 7f60f8f72200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:16.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:16 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:16.370+0000 7f60f8f72200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:49:17.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:17 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:17.190+0000 7f60f8f72200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:49:17.956 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:17 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:17.774+0000 7f60f8f72200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:49:17.956 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:17 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:17.876+0000 7f60f8f72200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:49:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:18 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2258172847' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:49:18.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:18 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:18.101+0000 7f60f8f72200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:49:18.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "46613e8e-e781-11ee-95cd-87774f69a715", 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:18.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T12:49:18.649 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T12:49:18.650 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T12:49:18.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T12:49:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T12:49:03.266442+0000", 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T12:49:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:18.656 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (3/15)... 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: Activating manager daemon a 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: mgrmap e2: a(active, starting, since 0.00261569s) 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: Manager daemon a is now available 2024-03-21T12:49:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:49:19.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' 2024-03-21T12:49:19.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:49:19.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' 2024-03-21T12:49:19.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:19 smithi031 ceph-mon[29815]: from='mgr.14100 172.21.15.31:0/2379117388' entity='mgr.a' 2024-03-21T12:49:20.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:20 smithi031 ceph-mon[29815]: mgrmap e3: a(active, since 1.00899s) 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "46613e8e-e781-11ee-95cd-87774f69a715", 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T12:49:21.920 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T12:49:21.921 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T12:49:21.922 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T12:49:21.925 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.925 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T12:49:21.926 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T12:49:03.266442+0000", 2024-03-21T12:49:21.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T12:49:21.928 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T12:49:21.928 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T12:49:21.928 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:21.928 INFO:teuthology.orchestra.run.smithi031.stdout:mgr is available 2024-03-21T12:49:22.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:22 smithi031 ceph-mon[29815]: mgrmap e4: a(active, since 3s) 2024-03-21T12:49:22.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:22 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/581929202' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:49:23.067 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T12:49:23.068 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling cephadm module... 2024-03-21T12:49:23.382 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:23 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/4028790817' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T12:49:23.383 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:23 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/4028790817' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T12:49:24.436 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:24 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3681856293' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T12:49:24.436 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:24 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setuser ceph since I am not root 2024-03-21T12:49:24.436 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:24 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setgroup ceph since I am not root 2024-03-21T12:49:25.006 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:24 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:24.693+0000 7fbfdbc1e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:49:25.007 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:24 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:24.796+0000 7fbfdbc1e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:49:25.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3681856293' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T12:49:25.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-mon[29815]: mgrmap e5: a(active, since 6s) 2024-03-21T12:49:25.707 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:25.467+0000 7fbfdbc1e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:49:25.707 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:25.562+0000 7fbfdbc1e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:49:25.707 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:25.706+0000 7fbfdbc1e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:49:26.002 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:25.804+0000 7fbfdbc1e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:49:26.002 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:25 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:25.890+0000 7fbfdbc1e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:49:26.005 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-03-21T12:49:26.006 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 5... 2024-03-21T12:49:26.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3696960671' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T12:49:26.258 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:26.165+0000 7fbfdbc1e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:49:26.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:26.279+0000 7fbfdbc1e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:26.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:26.367+0000 7fbfdbc1e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:49:26.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:26.466+0000 7fbfdbc1e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:49:27.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:26 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:26.645+0000 7fbfdbc1e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:49:28.016 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:27 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:27.625+0000 7fbfdbc1e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:49:28.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:27 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:27.757+0000 7fbfdbc1e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:49:28.382 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:28 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:28.093+0000 7fbfdbc1e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:49:28.382 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:28 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:28.183+0000 7fbfdbc1e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:49:28.382 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:28 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:28.381+0000 7fbfdbc1e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:28.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:28 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:28.569+0000 7fbfdbc1e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:49:29.118 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:28 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:28.859+0000 7fbfdbc1e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:29.118 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:29 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:29.118+0000 7fbfdbc1e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:29.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:29 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:29.358+0000 7fbfdbc1e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:49:30.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:30 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:30.179+0000 7fbfdbc1e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:49:31.016 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:30 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:30.756+0000 7fbfdbc1e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:49:31.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:30 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:30.855+0000 7fbfdbc1e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:49:31.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:31.075+0000 7fbfdbc1e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: Active manager daemon a restarted 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: Activating manager daemon a 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: osdmap e2: 0 total, 0 up, 0 in 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: mgrmap e6: a(active, starting, since 0.00298181s) 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:49:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:49:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: Manager daemon a is now available 2024-03-21T12:49:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:31 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:32.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: Found migration_current of "None". Setting to last migration. 2024-03-21T12:49:32.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:49:32.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:49:32.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: mgrmap e7: a(active, since 1.00498s) 2024-03-21T12:49:32.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:32.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:32 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 5 is available 2024-03-21T12:49:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:Setting orchestrator backend to cephadm... 2024-03-21T12:49:33.382 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:33 smithi031 ceph-mon[29815]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T12:49:33.382 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:33 smithi031 ceph-mon[29815]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:33] ENGINE Bus STARTING 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:33] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: mgrmap e8: a(active, since 2s) 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:34.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:34 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:35.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:35 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:33] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T12:49:35.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:35 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:33] ENGINE Bus STARTED 2024-03-21T12:49:35.198 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:35 smithi031 ceph-mon[29815]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:35.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T12:49:35.200 INFO:teuthology.orchestra.run.smithi031.stdout:Generating ssh key... 2024-03-21T12:49:36.415 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-mon[29815]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:36.415 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: Generating public/private rsa key pair. 2024-03-21T12:49:36.415 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: Your identification has been saved in /tmp/tmpmhvec3_f/key. 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: Your public key has been saved in /tmp/tmpmhvec3_f/key.pub. 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: The key fingerprint is: 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: SHA256:z5WuJHeltWwW9OGQ0aYmHXrPasqyIz0UkCpOkj9f+C8 ceph-46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: The key's randomart image is: 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: +---[RSA 3072]----+ 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | . .. | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | o .oo | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | . . . oo=. | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | o o . . o Bo..| 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | = . . S . * *..| 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | + . . + o = = | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | o o + = + * | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | . E O.o = | 2024-03-21T12:49:36.416 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: | +o*oo | 2024-03-21T12:49:36.417 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: +----[SHA256]-----+ 2024-03-21T12:49:37.257 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:37 smithi031 ceph-mon[29815]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:37.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:37 smithi031 ceph-mon[29815]: Generating ssh key... 2024-03-21T12:49:37.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:37 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:37.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:37 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:38.281 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:49:38.281 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:49:38.281 INFO:teuthology.orchestra.run.smithi031.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T12:49:38.281 INFO:teuthology.orchestra.run.smithi031.stdout:Adding host smithi031... 2024-03-21T12:49:38.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:38 smithi031 ceph-mon[29815]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:39.478 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:39 smithi031 ceph-mon[29815]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:40.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:40 smithi031 ceph-mon[29815]: Deploying cephadm binary to smithi031 2024-03-21T12:49:43.863 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Added host 'smithi031' with addr '172.21.15.31' 2024-03-21T12:49:43.864 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mon service... 2024-03-21T12:49:44.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:44 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:44.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:44 smithi031 ceph-mon[29815]: Added host smithi031 2024-03-21T12:49:44.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:44 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:45.307 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T12:49:45.307 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mgr service... 2024-03-21T12:49:45.614 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:45 smithi031 ceph-mon[29815]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:45.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:45 smithi031 ceph-mon[29815]: Saving service mon spec with placement count:5 2024-03-21T12:49:45.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:45 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:46.623 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T12:49:47.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:46 smithi031 ceph-mon[29815]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:47.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:46 smithi031 ceph-mon[29815]: Saving service mgr spec with placement count:2 2024-03-21T12:49:47.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:46 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:48.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:48 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/738125813' entity='client.admin' 2024-03-21T12:49:48.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:48 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:49.944 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:49 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:49.944 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:49 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/529865601' entity='client.admin' 2024-03-21T12:49:50.496 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling the dashboard module... 2024-03-21T12:49:51.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:51 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:51.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:51 smithi031 ceph-mon[29815]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:49:51.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:51 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/192461959' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T12:49:52.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setuser ceph since I am not root 2024-03-21T12:49:52.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setgroup ceph since I am not root 2024-03-21T12:49:52.980 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-mon[29815]: from='mgr.14120 172.21.15.31:0/4028127962' entity='mgr.a' 2024-03-21T12:49:52.981 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/192461959' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T12:49:52.981 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-mon[29815]: mgrmap e9: a(active, since 21s) 2024-03-21T12:49:52.981 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:52.686+0000 7faf28d3d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:49:52.981 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:52 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:52.794+0000 7faf28d3d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:49:53.604 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:53.500+0000 7faf28d3d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:49:53.604 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:53.603+0000 7faf28d3d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:49:53.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2393006576' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T12:49:53.857 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:53.747+0000 7faf28d3d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:49:53.857 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:53.845+0000 7faf28d3d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:49:54.202 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:53 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:53.931+0000 7faf28d3d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:49:54.202 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:54 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:54.201+0000 7faf28d3d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:49:54.502 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:54 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:54.313+0000 7faf28d3d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:54.502 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:54 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:54.403+0000 7faf28d3d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:49:54.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:54 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:54.501+0000 7faf28d3d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:49:54.767 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:54 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:54.681+0000 7faf28d3d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:49:54.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:49:54.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-03-21T12:49:54.857 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 9... 2024-03-21T12:49:56.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:55 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:55.680+0000 7faf28d3d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:49:56.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:55 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:55.814+0000 7faf28d3d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:49:56.446 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:56 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:56.153+0000 7faf28d3d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:49:56.446 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:56 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:56.244+0000 7faf28d3d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:49:56.447 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:56 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:56.446+0000 7faf28d3d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:56.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:56 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:56.636+0000 7faf28d3d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:49:57.191 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:56 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:56.930+0000 7faf28d3d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:49:57.191 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:57 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:57.190+0000 7faf28d3d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:49:57.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:57 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:57.435+0000 7faf28d3d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:49:58.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:58 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:58.262+0000 7faf28d3d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:49:59.165 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:58 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:58.842+0000 7faf28d3d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:49:59.165 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:58 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:58.941+0000 7faf28d3d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:49:59.165 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:49:59.164+0000 7faf28d3d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: Active manager daemon a restarted 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: Activating manager daemon a 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: osdmap e3: 0 total, 0 up, 0 in 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: mgrmap e10: a(active, starting, since 0.00292966s) 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:49:59.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: Manager daemon a is now available 2024-03-21T12:49:59.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:49:59 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:59] ENGINE Bus STARTING 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:59] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:59] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: [21/Mar/2024:12:49:59] ENGINE Bus STARTED 2024-03-21T12:50:00.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:00 smithi031 ceph-mon[29815]: mgrmap e11: a(active, since 1.00536s) 2024-03-21T12:50:01.141 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T12:50:01.141 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T12:50:01.142 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T12:50:01.142 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T12:50:01.142 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 9 is available 2024-03-21T12:50:01.142 INFO:teuthology.orchestra.run.smithi031.stdout:Generating a dashboard self-signed certificate... 2024-03-21T12:50:01.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:01 smithi031 ceph-mon[29815]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T12:50:01.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:01 smithi031 ceph-mon[29815]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T12:50:01.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:01 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:02.547 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T12:50:02.547 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial admin user... 2024-03-21T12:50:02.872 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:02 smithi031 ceph-mon[29815]: mgrmap e12: a(active, since 2s) 2024-03-21T12:50:02.872 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:02 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:02.872 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:02 smithi031 ceph-mon[29815]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:02.872 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:02 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:02.872 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:02 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:04.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qgb2.m5S3s3HY7S.3taeN.X6nu.TBueqNM/sR2/UxD9TUrDCzYy8i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711025403, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T12:50:04.182 INFO:teuthology.orchestra.run.smithi031.stdout:Fetching dashboard port number... 2024-03-21T12:50:04.749 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:04 smithi031 ceph-mon[29815]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:04.749 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:05.571 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:05 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/244138894' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T12:50:05.574 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T12:50:05.584 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T12:50:05.584 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-03-21T12:50:05.591 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T12:50:05.592 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T12:50:05.592 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-03-21T12:50:05.592 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph Dashboard is now available at: 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout: URL: https://smithi031.front.sepia.ceph.com:8443/ 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout: User: admin 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout: Password: j3o3abczpu 2024-03-21T12:50:05.594 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:05.595 INFO:teuthology.orchestra.run.smithi031.stdout:Saving cluster configuration to /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config directory 2024-03-21T12:50:05.595 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling autotune for osd_memory_target 2024-03-21T12:50:06.568 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:06 smithi031 ceph-mon[29815]: mgrmap e13: a(active, since 6s) 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T12:50:08.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout: ceph telemetry on 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout:For more information see: 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:08.187 INFO:teuthology.orchestra.run.smithi031.stdout:Bootstrap complete. 2024-03-21T12:50:08.230 INFO:tasks.cephadm:Fetching config... 2024-03-21T12:50:08.230 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:50:08.230 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T12:50:08.246 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T12:50:08.246 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:50:08.246 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T12:50:08.300 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T12:50:08.301 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:50:08.301 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T12:50:08.367 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T12:50:08.368 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:50:08.368 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T12:50:08.424 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T12:50:08.424 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T12:50:08.513 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:08.534 DEBUG:teuthology.orchestra.run.smithi066:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T12:50:08.582 INFO:teuthology.orchestra.run.smithi066.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:08.600 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T12:50:08.651 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUmLEb31MoKw2jdTCqnWhAAgbt26ZhcYqbnt89HdWG56iRiRefWPVi6KUy/75tXPkkdfDC9DNh7Cwof3t1371dBeOir3p/1cCHFTOv3gnTwMDz+HZYVfBMPqU21gq3y8SYMvamk4qv5eSl1vXmIkY+ErkLuLACF2SrxeQGyOnfCQ3npOS6CxsSxZFaAGHl/lB/Lmio+DO+0ybPJewiWPUz3dchuzwpvAYZMhB/tffkshQCkme5Y4KIAYlDVY07GRgL3gCnoQezQ/M7fb0y+Um5gTMcsb1Z6ke/TweNmCI/a0PwWHOu1GhBxsA3mviqj+b5fx9zbMvKx4YpRF/8C7Jl/WTUP4eAXoA9xn5w2SGpXyrWuoj7YaCgfyFmjW3KCKDpJA4041/veAnsZsHpLI7EEYVkQIM9kzkFJcFcGaYqeHRzj4HBGVkA7MsM6NXuNli8xYIC+oS48sedarmHgHIMkpEExTTaOEpMLJUG6Z9TZ8e9ZFisSaKUr0eay8cfckM= ceph-46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:08.667 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T12:50:08.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:08 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1192147784' entity='client.admin' 2024-03-21T12:50:08.906 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:12.149 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T12:50:12.150 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T12:50:12.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:12 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2029487044' entity='client.admin' 2024-03-21T12:50:13.028 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:14.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:14.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:14.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:14.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:14.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:14.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:13 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:15.570 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi066 2024-03-21T12:50:15.570 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:50:15.570 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/etc/ceph/ceph.conf 2024-03-21T12:50:15.589 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:50:15.589 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:15.647 INFO:tasks.cephadm:Adding host smithi066 to orchestrator... 2024-03-21T12:50:15.647 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch host add smithi066 2024-03-21T12:50:15.886 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:16.092 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:16.092 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:16.092 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:16.093 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:17.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:16 smithi031 ceph-mon[29815]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:17.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:16 smithi031 ceph-mon[29815]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:18.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:18 smithi031 ceph-mon[29815]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:19.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:19 smithi031 ceph-mon[29815]: Deploying cephadm binary to smithi066 2024-03-21T12:50:20.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:20 smithi031 ceph-mon[29815]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:22.057 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi066' with addr '172.21.15.66' 2024-03-21T12:50:22.701 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T12:50:22.943 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:23.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:23 smithi031 ceph-mon[29815]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:23.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:23.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:23 smithi031 ceph-mon[29815]: Added host smithi066 2024-03-21T12:50:23.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:23.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:24.419 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:24 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:24.834 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:24.835 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}] 2024-03-21T12:50:25.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:25 smithi031 ceph-mon[29815]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:25.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:25 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:25.582 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2024-03-21T12:50:25.582 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:50:25.582 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2024-03-21T12:50:25.601 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:50:25.601 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:25.659 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2024-03-21T12:50:25.660 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch host add smithi136 2024-03-21T12:50:25.900 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:26.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:26 smithi031 ceph-mon[29815]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:27 smithi031 ceph-mon[29815]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:29.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:50:29.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:28 smithi031 ceph-mon[29815]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:30.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:30.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: Deploying cephadm binary to smithi136 2024-03-21T12:50:30.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:30.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:30.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:30.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:29 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:31.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:30 smithi031 ceph-mon[29815]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:32.096 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi136' with addr '172.21.15.136' 2024-03-21T12:50:32.701 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T12:50:32.943 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:33.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:33 smithi031 ceph-mon[29815]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:33.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:33.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:33 smithi031 ceph-mon[29815]: Added host smithi136 2024-03-21T12:50:33.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:33.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:34.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:34 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:34.797 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:50:34.797 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2024-03-21T12:50:35.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:35 smithi031 ceph-mon[29815]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:35.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:35 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:35.387 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T12:50:35.387 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T12:50:35.630 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:50:36.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:36 smithi031 ceph-mon[29815]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:37.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:37 smithi031 ceph-mon[29815]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:38.380 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:38.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:38.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:39.051 INFO:tasks.cephadm:Adding mon.a on smithi031 2024-03-21T12:50:39.051 INFO:tasks.cephadm:Adding mon.b on smithi066 2024-03-21T12:50:39.051 INFO:tasks.cephadm:Adding mon.c on smithi136 2024-03-21T12:50:39.052 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c' 2024-03-21T12:50:39.284 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:39.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:39 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:50:39.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:39 smithi031 ceph-mon[29815]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:40.668 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:40 smithi031 ceph-mon[29815]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:40.957 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mon update... 2024-03-21T12:50:41.502 DEBUG:teuthology.orchestra.run.smithi066:mon.b> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T12:50:41.505 DEBUG:teuthology.orchestra.run.smithi136:mon.c> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T12:50:41.507 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:50:41.507 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:50:42.216 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: Saving service mon spec with placement smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c;count:3 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:42.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:42.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:42.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:41 smithi031 ceph-mon[29815]: Deploying daemon mon.c on smithi136 2024-03-21T12:50:43.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:43 smithi031 ceph-mon[29815]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:44.610 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:50:44.610 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","modified":"2024-03-21T12:49:00.319039Z","created":"2024-03-21T12:49:00.319039Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T12:50:44.613 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-03-21T12:50:45.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:45 smithi031 ceph-mon[29815]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:45.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:45 smithi031 ceph-mon[29815]: from='client.? 172.21.15.136:0/326121103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:46.323 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 podman[33567]: 2024-03-21 12:50:46.140786887 +0000 UTC m=+0.017675872 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 podman[33567]: 2024-03-21 12:50:46.421114188 +0000 UTC m=+0.298003183 container init dfb432fce4c6fd44b49f48573fc3909d0604ebbf663726932eee5e1a097b5b9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 podman[33567]: 2024-03-21 12:50:46.424187452 +0000 UTC m=+0.301076441 container start dfb432fce4c6fd44b49f48573fc3909d0604ebbf663726932eee5e1a097b5b9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 2 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pidfile_write: ignore empty --pid-file 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: load: jerasure load: lrc 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: RocksDB version: 7.9.2 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Git sha 0 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: DB SUMMARY 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: DB Session ID: R37YQW5GFZKTQ805ABRA 2024-03-21T12:50:46.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: CURRENT file: CURRENT 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: IDENTITY file: IDENTITY 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.error_if_exists: 0 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.create_if_missing: 0 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.paranoid_checks: 1 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.env: 0x55a7915aeb20 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.fs: PosixFileSystem 2024-03-21T12:50:46.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.info_log: 0x55a7921d1920 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.statistics: (nil) 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.use_fsync: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_log_file_size: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_fallocate: 1 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:50:46.641 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.use_direct_reads: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.db_log_dir: 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.wal_dir: 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.write_buffer_manager: 0x55a7921a21e0 2024-03-21T12:50:46.642 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.unordered_write: 0 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.row_cache: None 2024-03-21T12:50:46.643 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.wal_filter: None 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.two_write_queues: 0 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.wal_compression: 0 2024-03-21T12:50:46.645 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.atomic_flush: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.log_readahead_size: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_background_jobs: 2 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_background_compactions: -1 2024-03-21T12:50:46.646 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_subcompactions: 1 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_open_files: -1 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:50:46.647 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_background_flushes: -1 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Compression algorithms supported: 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kZSTD supported: 0 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kXpressCompression supported: 0 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kZlibCompression supported: 1 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kSnappyCompression supported: 1 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kLZ4Compression supported: 1 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: kBZip2Compression supported: 0 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:50:46.648 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.merge_operator: 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_filter: None 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7921d1a20) 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: cache_index_and_filter_blocks: 1 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: pin_top_level_index_and_filter: 1 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: index_type: 0 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: data_block_index_type: 0 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: index_shortening: 1 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:50:46.649 INFO:journalctl@ceph.mon.c.smithi136.stdout: checksum: 4 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: no_block_cache: 0 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_cache: 0x55a7921d5090 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_cache_name: BinnedLRUCache 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_cache_options: 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: capacity : 536870912 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: num_shard_bits : 4 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: strict_capacity_limit : 0 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: high_pri_pool_ratio: 0.000 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_cache_compressed: (nil) 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: persistent_cache: (nil) 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_size: 4096 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_size_deviation: 10 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_restart_interval: 16 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: index_block_restart_interval: 1 2024-03-21T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi136.stdout: metadata_block_size: 4096 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: partition_filters: 0 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: use_delta_encoding: 1 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: filter_policy: bloomfilter 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: whole_key_filtering: 1 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: verify_compression: 0 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: read_amp_bytes_per_bit: 0 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: format_version: 5 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: enable_index_compression: 1 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: block_align: 0 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: max_auto_readahead_size: 262144 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: prepopulate_block_cache: 0 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: initial_auto_readahead_size: 8192 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout: num_file_reads_for_auto_readahead: 2 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:50:46.651 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression: NoCompression 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.num_levels: 7 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:50:46.652 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:50:46.653 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.arena_block_size: 1048576 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:50:46.654 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.table_properties_collectors: 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.inplace_update_support: 0 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:50:46.655 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.bloom_locality: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.max_successive_merges: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.ttl: 2592000 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enable_blob_files: false 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.min_blob_size: 0 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:50:46.656 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.blob_file_starting_level: 0 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: 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 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 246a7920-ae2e-4c49-8e7c-9f795ef7243e 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025446454056, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025446454612, "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": 1711025446, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "246a7920-ae2e-4c49-8e7c-9f795ef7243e", "db_session_id": "R37YQW5GFZKTQ805ABRA", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025446454717, "job": 1, "event": "recovery_finished"} 2024-03-21T12:50:46.657 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: 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 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a7922c4000 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: DB pointer 0x55a7922ae000 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: ** DB Stats ** 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:50:46.658 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: ** Compaction Stats [default] ** 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: ** Compaction Stats [default] ** 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T12:50:46.659 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: Block cache BinnedLRUCache@0x55a7921d5090#2 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 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.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%) 2024-03-21T12:50:46.660 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: using public_addr v2:172.21.15.136:0/0 -> [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: starting mon.c rank -1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(???) e0 preinit fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).mds e1 new map 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: e1 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: legacy client fscid: -1 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout: No filesystems configured 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T12:50:46.661 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.662 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Deploying cephadm binary to smithi136 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.663 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Added host smithi136 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.664 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Saving service mon spec with placement smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c;count:3 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: Deploying daemon mon.c on smithi136 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: from='client.? 172.21.15.136:0/326121103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 ceph-mon[33587]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T12:50:46.666 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 bash[33567]: dfb432fce4c6fd44b49f48573fc3909d0604ebbf663726932eee5e1a097b5b9a 2024-03-21T12:50:46.667 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:46 smithi136 systemd[1]: Started Ceph mon.c for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:50:46.710 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:50:46.710 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:50:46.943 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: mon.a calling monitor election 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: mon.c calling monitor election 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: fsmap 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: mgrmap e13: a(active, since 52s) 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: overall HEALTH_OK 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:51.769 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:51.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: mon.a calling monitor election 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: mon.c calling monitor election 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: fsmap 2024-03-21T12:50:51.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: mgrmap e13: a(active, since 52s) 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: overall HEALTH_OK 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:51.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:51.950 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:50:51.950 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","modified":"2024-03-21T12:50:46.482739Z","created":"2024-03-21T12:49:00.319039Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T12:50:51.952 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2024-03-21T12:50:52.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:52 smithi136 ceph-mon[33587]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:52.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:52 smithi136 ceph-mon[33587]: Deploying daemon mon.b on smithi066 2024-03-21T12:50:52.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:52 smithi136 ceph-mon[33587]: from='client.? 172.21.15.136:0/3976853687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:52.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:52 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:53.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:52 smithi031 ceph-mon[29815]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:53.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:52 smithi031 ceph-mon[29815]: Deploying daemon mon.b on smithi066 2024-03-21T12:50:53.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:52 smithi031 ceph-mon[29815]: from='client.? 172.21.15.136:0/3976853687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:53.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:52 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:53.449 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:50:53.449 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:50:53.696 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:50:54.860 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:54 smithi136 ceph-mon[33587]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:54 smithi031 ceph-mon[29815]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.457 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:50:55.457 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","modified":"2024-03-21T12:50:46.482739Z","created":"2024-03-21T12:49:00.319039Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T12:50:55.458 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2024-03-21T12:50:55.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 podman[33283]: 2024-03-21 12:50:55.411523317 +0000 UTC m=+0.123254402 container create d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-21T12:50:55.783 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 podman[33283]: 2024-03-21 12:50:55.613696789 +0000 UTC m=+0.325427831 container init d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, ceph=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-03-21T12:50:55.783 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 podman[33283]: 2024-03-21 12:50:55.617204241 +0000 UTC m=+0.328935277 container start d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:50:55.783 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 2 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pidfile_write: ignore empty --pid-file 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: load: jerasure load: lrc 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: RocksDB version: 7.9.2 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Git sha 0 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: DB SUMMARY 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: DB Session ID: D7TO9JO99A0PXHD0YBA0 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: CURRENT file: CURRENT 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: IDENTITY file: IDENTITY 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-21T12:50:55.784 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.error_if_exists: 0 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.create_if_missing: 0 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.paranoid_checks: 1 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.env: 0x559cfb323b20 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.fs: PosixFileSystem 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.info_log: 0x559cfd61b920 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.statistics: (nil) 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.use_fsync: 0 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_log_file_size: 0 2024-03-21T12:50:55.785 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_fallocate: 1 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.use_direct_reads: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.db_log_dir: 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.wal_dir: 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:50:55.786 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.write_buffer_manager: 0x559cfd5ec1e0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:50:55.787 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.unordered_write: 0 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.row_cache: None 2024-03-21T12:50:55.788 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.wal_filter: None 2024-03-21T12:50:55.789 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:50:55.789 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.two_write_queues: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.wal_compression: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.atomic_flush: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.log_readahead_size: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:50:55.790 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_background_jobs: 2 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_background_compactions: -1 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_subcompactions: 1 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_open_files: -1 2024-03-21T12:50:55.791 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_background_flushes: -1 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Compression algorithms supported: 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kZSTD supported: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kXpressCompression supported: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kZlibCompression supported: 1 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kSnappyCompression supported: 1 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kLZ4Compression supported: 1 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: kBZip2Compression supported: 0 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:50:55.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.merge_operator: 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_filter: None 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559cfd61ba20) 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout: cache_index_and_filter_blocks: 1 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout: pin_top_level_index_and_filter: 1 2024-03-21T12:50:55.793 INFO:journalctl@ceph.mon.b.smithi066.stdout: index_type: 0 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: data_block_index_type: 0 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: index_shortening: 1 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: checksum: 4 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: no_block_cache: 0 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_cache: 0x559cfd61f090 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_cache_name: BinnedLRUCache 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_cache_options: 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: capacity : 536870912 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: num_shard_bits : 4 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: strict_capacity_limit : 0 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: high_pri_pool_ratio: 0.000 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_cache_compressed: (nil) 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: persistent_cache: (nil) 2024-03-21T12:50:55.794 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_size: 4096 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_size_deviation: 10 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_restart_interval: 16 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: index_block_restart_interval: 1 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: metadata_block_size: 4096 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: partition_filters: 0 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: use_delta_encoding: 1 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: filter_policy: bloomfilter 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: whole_key_filtering: 1 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: verify_compression: 0 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: read_amp_bytes_per_bit: 0 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: format_version: 5 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: enable_index_compression: 1 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: block_align: 0 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: max_auto_readahead_size: 262144 2024-03-21T12:50:55.795 INFO:journalctl@ceph.mon.b.smithi066.stdout: prepopulate_block_cache: 0 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout: initial_auto_readahead_size: 8192 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout: num_file_reads_for_auto_readahead: 2 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression: NoCompression 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.num_levels: 7 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:50:55.796 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T12:50:55.797 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:50:55.798 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.arena_block_size: 1048576 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:50:55.799 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.table_properties_collectors: 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.inplace_update_support: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.bloom_locality: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.max_successive_merges: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:50:55.800 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.ttl: 2592000 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enable_blob_files: false 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.min_blob_size: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T12:50:55.801 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.blob_file_starting_level: 0 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: 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 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 07204dce-29cb-41eb-9145-d3b427e9bcc9 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025455647688, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025455648116, "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": 1711025455, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "07204dce-29cb-41eb-9145-d3b427e9bcc9", "db_session_id": "D7TO9JO99A0PXHD0YBA0", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711025455648199, "job": 1, "event": "recovery_finished"} 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: 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 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559cfd70e000 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: DB pointer 0x559cfd6f8000 2024-03-21T12:50:55.802 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: ** DB Stats ** 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: ** Compaction Stats [default] ** 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T12:50:55.803 INFO:journalctl@ceph.mon.b.smithi066.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: ** Compaction Stats [default] ** 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:50:55.804 INFO:journalctl@ceph.mon.b.smithi066.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: Block cache BinnedLRUCache@0x559cfd61f090#2 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 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.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%) 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: using public_addr v2:172.21.15.66:0/0 -> [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: starting mon.b rank -1 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(???) e0 preinit fsid 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).mds e1 new map 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).mds e1 print_map 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: e1 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:50:55.805 INFO:journalctl@ceph.mon.b.smithi066.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout: legacy client fscid: -1 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout: 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout: No filesystems configured 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:50:55.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:55.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Deploying cephadm binary to smithi136 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Added host smithi136 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.808 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:50:55.809 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1291501172' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Saving service mon spec with placement smithi031:172.21.15.31=a;smithi066:172.21.15.66=b;smithi136:172.21.15.136=c;count:3 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:55.810 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Deploying daemon mon.c on smithi136 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.136:0/326121103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.a calling monitor election 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.c calling monitor election 2024-03-21T12:50:55.811 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: fsmap 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mgrmap e13: a(active, since 52s) 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: overall HEALTH_OK 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.812 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: Deploying daemon mon.b on smithi066 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.136:0/3976853687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.136:0/391963606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 ceph-mon[33302]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 bash[33283]: d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 2024-03-21T12:50:55.813 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:50:55 smithi066 systemd[1]: Started Ceph mon.b for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:50:55.864 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:50:55 smithi136 ceph-mon[33587]: from='client.? 172.21.15.136:0/391963606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:56.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:50:55 smithi031 ceph-mon[29815]: from='client.? 172.21.15.136:0/391963606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:50:57.097 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:50:57.097 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:50:57.338 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: mon.c calling monitor election 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: mon.a calling monitor election 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: fsmap 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: mgrmap e13: a(active, since 61s) 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:51:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-21T12:51:01.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: mon.c calling monitor election 2024-03-21T12:51:01.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: mon.a calling monitor election 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:51:01.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: fsmap 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: mgrmap e13: a(active, since 61s) 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:01.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:02.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:01 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:02.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:01 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-03-21T12:51:02.173 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":3,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","modified":"2024-03-21T12:50:55.673353Z","created":"2024-03-21T12:49:00.319039Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T12:51:02.175 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 3 2024-03-21T12:51:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:01 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:01 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:02.981 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T12:51:02.982 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: mon.c calling monitor election 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: mon.a calling monitor election 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: fsmap 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: mgrmap e13: a(active, since 61s) 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:03.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:03.006 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:03.006 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:03.006 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:03.226 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mon.b calling monitor election 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mon.b calling monitor election 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mon.a calling monitor election 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mon.c calling monitor election 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: fsmap 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: mgrmap e13: a(active, since 63s) 2024-03-21T12:51:04.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Cluster is now healthy 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: overall HEALTH_OK 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:04.005 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:03 smithi066 ceph-mon[33302]: Reconfiguring daemon mon.a on smithi031 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mon.b calling monitor election 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mon.b calling monitor election 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mon.a calling monitor election 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mon.c calling monitor election 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:04.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: fsmap 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: mgrmap e13: a(active, since 63s) 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Cluster is now healthy 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: overall HEALTH_OK 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:04.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:03 smithi031 ceph-mon[29815]: Reconfiguring daemon mon.a on smithi031 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mon.b calling monitor election 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mon.b calling monitor election 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mon.a calling monitor election 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mon.c calling monitor election 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:51:04.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: fsmap 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: mgrmap e13: a(active, since 63s) 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Cluster is now healthy 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: overall HEALTH_OK 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:04.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:03 smithi136 ceph-mon[33587]: Reconfiguring daemon mon.a on smithi031 2024-03-21T12:51:04.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:04 smithi031 ceph-mon[29815]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:04.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:04.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:04.919 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:51:04 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:51:04.673+0000 7faedeee3700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-21T12:51:05.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:04 smithi066 ceph-mon[33302]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:05.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:05.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:05.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:04 smithi136 ceph-mon[33587]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:05.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:51:05.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.073 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:51:06.074 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-03-21T12:51:06.074 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:51:06.074 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: Reconfiguring mon.b (monmap changed)... 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:06.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:05 smithi066 ceph-mon[33302]: Reconfiguring daemon mon.b on smithi066 2024-03-21T12:51:06.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: Reconfiguring mon.b (monmap changed)... 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:05 smithi031 ceph-mon[29815]: Reconfiguring daemon mon.b on smithi066 2024-03-21T12:51:06.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:06.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: Reconfiguring mon.b (monmap changed)... 2024-03-21T12:51:06.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:06.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:06.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:06.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:05 smithi136 ceph-mon[33587]: Reconfiguring daemon mon.b on smithi066 2024-03-21T12:51:06.686 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T12:51:06.687 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:51:06.687 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T12:51:06.716 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:51:06.716 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:51:06.783 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:51:06.784 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T12:51:06.818 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:51:06.818 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:51:06.890 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:51:06.891 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T12:51:06.921 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:51:06.921 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:51:06.988 INFO:tasks.cephadm:Adding mgr.a on smithi031 2024-03-21T12:51:06.988 INFO:tasks.cephadm:Adding mgr.b on smithi066 2024-03-21T12:51:06.989 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi031=a;smithi066=b' 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/323503068' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:07.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:07.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:07.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/323503068' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:07.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:07.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:07.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:07.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/323503068' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:51:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:08.100 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:51:08.221 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:07 smithi136 ceph-mon[33587]: Reconfiguring mon.c (monmap changed)... 2024-03-21T12:51:08.221 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:07 smithi136 ceph-mon[33587]: Reconfiguring daemon mon.c on smithi136 2024-03-21T12:51:08.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:07 smithi066 ceph-mon[33302]: Reconfiguring mon.c (monmap changed)... 2024-03-21T12:51:08.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:07 smithi066 ceph-mon[33302]: Reconfiguring daemon mon.c on smithi136 2024-03-21T12:51:08.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:07 smithi031 ceph-mon[29815]: Reconfiguring mon.c (monmap changed)... 2024-03-21T12:51:08.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:07 smithi031 ceph-mon[29815]: Reconfiguring daemon mon.c on smithi136 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.280 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:09.280 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.280 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:09.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:09.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:09.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:09.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:09.690 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mgr update... 2024-03-21T12:51:10.284 DEBUG:teuthology.orchestra.run.smithi066:mgr.b> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T12:51:10.286 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T12:51:10.287 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T12:51:10.287 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T12:51:10.305 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T12:51:10.305 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-03-21T12:51:10.362 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T12:51:10.362 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 12:50:12.102261407 +0000 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 12:42:13.267994796 +0000 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 12:42:13.267994796 +0000 2024-03-21T12:51:10.363 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-03-21 12:42:13.267994796 +0000 2024-03-21T12:51:10.363 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T12:51:10.433 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T12:51:10.433 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T12:51:10.433 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000240424 s, 2.1 MB/s 2024-03-21T12:51:10.434 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T12:51:10.492 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 12:50:12.130260901 +0000 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 12:42:13.621988421 +0000 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 12:42:13.621988421 +0000 2024-03-21T12:51:10.550 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-03-21 12:42:13.621988421 +0000 2024-03-21T12:51:10.551 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T12:51:10.618 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T12:51:10.618 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T12:51:10.618 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000210156 s, 2.4 MB/s 2024-03-21T12:51:10.619 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T12:51:10.675 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-03-21T12:51:10.732 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T12:51:10.732 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:10.732 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-21T12:51:10.732 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:10.732 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:10.733 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 12:50:12.158260397 +0000 2024-03-21T12:51:10.733 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 12:42:13.970982136 +0000 2024-03-21T12:51:10.733 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 12:42:13.970982136 +0000 2024-03-21T12:51:10.733 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-03-21 12:42:13.970982136 +0000 2024-03-21T12:51:10.733 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T12:51:10.799 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T12:51:10.799 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T12:51:10.799 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000187246 s, 2.7 MB/s 2024-03-21T12:51:10.800 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T12:51:10.856 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-03-21T12:51:10.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:10.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:10.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: Saving service mgr spec with placement smithi031=a;smithi066=b;count:2 2024-03-21T12:51:10.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:10 smithi136 ceph-mon[33587]: Deploying daemon mgr.b on smithi066 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 12:50:12.186259892 +0000 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 12:42:14.303976139 +0000 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 12:42:14.303976139 +0000 2024-03-21T12:51:10.912 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-03-21 12:42:14.303976139 +0000 2024-03-21T12:51:10.913 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: Saving service mgr spec with placement smithi031=a;smithi066=b;count:2 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:10.956 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:51:10.956 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:10.956 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.956 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:10 smithi066 ceph-mon[33302]: Deploying daemon mgr.b on smithi066 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: Saving service mgr spec with placement smithi031=a;smithi066=b;count:2 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:10 smithi031 ceph-mon[29815]: Deploying daemon mgr.b on smithi066 2024-03-21T12:51:10.978 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T12:51:10.978 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T12:51:10.978 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000190892 s, 2.7 MB/s 2024-03-21T12:51:10.979 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T12:51:11.035 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T12:51:11.035 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T12:51:11.052 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T12:51:11.052 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_1 2024-03-21T12:51:11.107 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 12:50:55.090893117 +0000 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 12:42:16.587412282 +0000 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 12:42:16.587412282 +0000 2024-03-21T12:51:11.108 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-03-21 12:42:16.587412282 +0000 2024-03-21T12:51:11.108 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T12:51:11.179 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T12:51:11.179 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T12:51:11.179 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000262816 s, 1.9 MB/s 2024-03-21T12:51:11.181 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T12:51:11.237 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_2 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 12:50:55.091893109 +0000 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 12:42:16.947409615 +0000 2024-03-21T12:51:11.292 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 12:42:16.947409615 +0000 2024-03-21T12:51:11.293 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-03-21 12:42:16.947409615 +0000 2024-03-21T12:51:11.293 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T12:51:11.363 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T12:51:11.363 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T12:51:11.363 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.00021188 s, 2.4 MB/s 2024-03-21T12:51:11.364 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T12:51:11.422 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_3 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 12:50:55.092893101 +0000 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 12:42:17.297407022 +0000 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 12:42:17.297407022 +0000 2024-03-21T12:51:11.482 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-03-21 12:42:17.297407022 +0000 2024-03-21T12:51:11.483 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T12:51:11.615 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T12:51:11.615 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T12:51:11.615 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000200872 s, 2.5 MB/s 2024-03-21T12:51:11.616 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T12:51:11.632 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_4 2024-03-21T12:51:11.691 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 12:51:11.567764182 +0000 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 12:42:17.638404495 +0000 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 12:42:17.638404495 +0000 2024-03-21T12:51:11.692 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-03-21 12:42:17.638404495 +0000 2024-03-21T12:51:11.692 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T12:51:11.806 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T12:51:11.807 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T12:51:11.807 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.00020144 s, 2.5 MB/s 2024-03-21T12:51:11.808 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T12:51:11.824 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-03-21T12:51:11.824 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T12:51:11.841 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T12:51:11.841 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2024-03-21T12:51:11.895 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T12:51:11.895 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:11.895 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T12:51:11.895 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:11.896 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:11.896 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-03-21 12:50:45.940022669 +0000 2024-03-21T12:51:11.896 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-03-21 12:42:12.032815488 +0000 2024-03-21T12:51:11.896 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-03-21 12:42:12.032815488 +0000 2024-03-21T12:51:11.896 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-03-21 12:42:12.032815488 +0000 2024-03-21T12:51:11.896 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T12:51:11.963 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-03-21T12:51:11.963 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-03-21T12:51:11.963 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000212572 s, 2.4 MB/s 2024-03-21T12:51:11.964 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T12:51:12.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:11 smithi066 systemd[1]: Starting Ceph mgr.b for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:51:12.020 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2024-03-21T12:51:12.074 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T12:51:12.074 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:12.074 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-03-21T12:51:12.074 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:12.074 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:12.075 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-03-21 12:50:45.941022645 +0000 2024-03-21T12:51:12.075 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-03-21 12:42:12.364807588 +0000 2024-03-21T12:51:12.075 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-03-21 12:42:12.364807588 +0000 2024-03-21T12:51:12.075 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-03-21 12:42:12.364807588 +0000 2024-03-21T12:51:12.075 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T12:51:12.139 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-03-21T12:51:12.139 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-03-21T12:51:12.139 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000224969 s, 2.3 MB/s 2024-03-21T12:51:12.140 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T12:51:12.197 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2024-03-21T12:51:12.251 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-03-21 12:50:45.941022645 +0000 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-03-21 12:42:12.699799617 +0000 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-03-21 12:42:12.699799617 +0000 2024-03-21T12:51:12.252 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-03-21 12:42:12.699799617 +0000 2024-03-21T12:51:12.252 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T12:51:12.260 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 podman[34700]: 2024-03-21 12:51:11.945721053 +0000 UTC m=+0.017945964 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T12:51:12.260 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 podman[34700]: 2024-03-21 12:51:12.061804763 +0000 UTC m=+0.134029668 container create cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:51:12.260 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 podman[34700]: 2024-03-21 12:51:12.260655018 +0000 UTC m=+0.332879930 container init cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-03-21T12:51:12.318 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-03-21T12:51:12.318 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-03-21T12:51:12.318 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000220322 s, 2.3 MB/s 2024-03-21T12:51:12.319 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T12:51:12.375 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-03-21 12:50:45.941022645 +0000 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-03-21 12:42:13.046791361 +0000 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-03-21 12:42:13.046791361 +0000 2024-03-21T12:51:12.431 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-03-21 12:42:13.046791361 +0000 2024-03-21T12:51:12.432 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T12:51:12.497 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-03-21T12:51:12.497 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-03-21T12:51:12.497 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000225588 s, 2.3 MB/s 2024-03-21T12:51:12.498 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T12:51:12.553 INFO:tasks.cephadm:Deploying osd.0 on smithi031 with /dev/vg_nvme/lv_4... 2024-03-21T12:51:12.553 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T12:51:12.694 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 podman[34700]: 2024-03-21 12:51:12.263646264 +0000 UTC m=+0.335871179 container start cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-03-21T12:51:12.694 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mgr[34719]: -- 172.21.15.66:0/4102422908 <== mon.2 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ab344805a0 con 0x55ab34454800 2024-03-21T12:51:12.694 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 bash[34700]: cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 2024-03-21T12:51:12.695 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 systemd[1]: Started Ceph mgr.b for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:51:12.795 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:51:12.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:12.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.918 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:12 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:12.854+0000 7f6daefc2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:12.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:13.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:13.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:13.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:13.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:13.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:13.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:12 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:13.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:12 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:12.954+0000 7f6daefc2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:51:13.679 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:13 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:13.659+0000 7f6daefc2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:51:13.978 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:13 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:13.759+0000 7f6daefc2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:51:13.978 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:13 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:13.914+0000 7f6daefc2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:51:14.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.018+0000 7f6daefc2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:51:14.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.110+0000 7f6daefc2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:51:14.698 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.393+0000 7f6daefc2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:51:14.698 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.508+0000 7f6daefc2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:51:14.699 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.598+0000 7f6daefc2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:51:14.699 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.697+0000 7f6daefc2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:51:14.864 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T12:51:14.864 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T12:51:14.864 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-03-21T12:51:14.865 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-03-21T12:51:14.865 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136903 s, 766 MB/s 2024-03-21T12:51:14.865 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-03-21T12:51:14.963 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:14.881+0000 7f6daefc2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:51:15.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: Reconfiguring daemon mgr.a on smithi031 2024-03-21T12:51:15.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:14 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: Reconfiguring daemon mgr.a on smithi031 2024-03-21T12:51:15.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:14 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: Reconfiguring daemon mgr.a on smithi031 2024-03-21T12:51:15.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:14 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:16.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:15 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:15.914+0000 7f6daefc2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:51:16.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:16.051+0000 7f6daefc2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:51:16.311 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2024-03-21T12:51:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:51:16.696 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:16.399+0000 7f6daefc2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:51:16.696 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:16.491+0000 7f6daefc2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:51:16.696 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:16.695+0000 7f6daefc2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:16.941 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:16 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:16.887+0000 7f6daefc2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:17.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:16 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:17.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:16 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:17.451 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:17 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:17.181+0000 7f6daefc2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:51:17.451 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:17 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:17.450+0000 7f6daefc2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:51:17.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:17 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:17.696+0000 7f6daefc2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:51:19.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:18 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:18.533+0000 7f6daefc2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:51:19.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:18 smithi066 ceph-mon[33302]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:19.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:18 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:19.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:18 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:19.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:18 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:19.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:18 smithi031 ceph-mon[29815]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:19.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:18 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:19.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:18 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:19.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:18 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:19.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:18 smithi136 ceph-mon[33587]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:19.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:18 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:19.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:18 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:19.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:18 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:19.452 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:19.127+0000 7f6daefc2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:51:19.452 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:19.227+0000 7f6daefc2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:51:19.452 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:51:19.451+0000 7f6daefc2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:51:20.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:20.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: Standby manager daemon b started 2024-03-21T12:51:20.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:51:20.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:51:20.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:51:20.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:19 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: Standby manager daemon b started 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:19 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:51:20.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:20.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: Standby manager daemon b started 2024-03-21T12:51:20.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:51:20.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:51:20.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:51:20.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:19 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/4059577107' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:51:21.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:20 smithi066 ceph-mon[33302]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:21.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:20 smithi066 ceph-mon[33302]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T12:51:21.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:20 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:51:21.008 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:20 smithi136 ceph-mon[33587]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:21.008 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:20 smithi136 ceph-mon[33587]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T12:51:21.008 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:20 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:51:21.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:20 smithi031 ceph-mon[29815]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:21.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:20 smithi031 ceph-mon[29815]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T12:51:21.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:20 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:51:21.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:21 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]: dispatch 2024-03-21T12:51:21.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:21 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]': finished 2024-03-21T12:51:21.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:21 smithi136 ceph-mon[33587]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:51:21.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:21 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:22.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:21 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]: dispatch 2024-03-21T12:51:22.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:21 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]': finished 2024-03-21T12:51:22.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:21 smithi066 ceph-mon[33302]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:51:22.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:21 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:22.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:21 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]: dispatch 2024-03-21T12:51:22.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:21 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2159125856' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27a7aced-577b-4e67-bfd9-76c1ed5228ed"}]': finished 2024-03-21T12:51:22.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:21 smithi031 ceph-mon[29815]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:51:22.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:21 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:23.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:22 smithi066 ceph-mon[33302]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:23.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:22 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/4235088805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:23.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:22 smithi031 ceph-mon[29815]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:23.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:22 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/4235088805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:23.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:22 smithi136 ceph-mon[33587]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:23.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:22 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/4235088805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:24.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:24 smithi031 ceph-mon[29815]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:25.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:24 smithi066 ceph-mon[33302]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:25.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:24 smithi136 ceph-mon[33587]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:27.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:26 smithi066 ceph-mon[33302]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:27.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:26 smithi031 ceph-mon[29815]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:27.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:26 smithi136 ceph-mon[33587]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:29.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:28 smithi066 ceph-mon[33302]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:28 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:51:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:28 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:28 smithi066 ceph-mon[33302]: Deploying daemon osd.0 on smithi031 2024-03-21T12:51:29.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:28 smithi031 ceph-mon[29815]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:29.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:51:29.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:29.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:28 smithi031 ceph-mon[29815]: Deploying daemon osd.0 on smithi031 2024-03-21T12:51:29.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:28 smithi136 ceph-mon[33587]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:29.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:28 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:51:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:28 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:28 smithi136 ceph-mon[33587]: Deploying daemon osd.0 on smithi031 2024-03-21T12:51:30.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:30 smithi031 ceph-mon[29815]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:31.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:30 smithi066 ceph-mon[33302]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:31.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:30 smithi136 ceph-mon[33587]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:33.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:32 smithi066 ceph-mon[33302]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:33.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:32 smithi031 ceph-mon[29815]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:33.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:32 smithi136 ceph-mon[33587]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:34.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:34 smithi031 ceph-mon[29815]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:34.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:34 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:34 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:34 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:34.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:34 smithi136 ceph-mon[33587]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:34.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:34 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:34 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:34 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:34 smithi066 ceph-mon[33302]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:34 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:34 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:34.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:34 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:36.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:36 smithi031 ceph-mon[29815]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:36.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:36 smithi136 ceph-mon[33587]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:36.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:36 smithi066 ceph-mon[33302]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:37.142 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 0 on host 'smithi031' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:37 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:37.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:37 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:37.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:37.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:37 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:37.844 DEBUG:teuthology.orchestra.run.smithi031:osd.0> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T12:51:37.846 INFO:tasks.cephadm:Deploying osd.1 on smithi066 with /dev/vg_nvme/lv_4... 2024-03-21T12:51:37.846 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T12:51:38.107 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T12:51:38.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:38 smithi066 ceph-mon[33302]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:38.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:38 smithi066 ceph-mon[33302]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:51:38.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:38 smithi066 ceph-mon[33302]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:51:38.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:38 smithi066 ceph-mon[33302]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T12:51:38.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:38 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:38.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-mon[29815]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:38.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-mon[29815]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:51:38.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-mon[29815]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:51:38.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-mon[29815]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T12:51:38.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:38.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:38 smithi136 ceph-mon[33587]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:38.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:38 smithi136 ceph-mon[33587]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:51:38.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:38 smithi136 ceph-mon[33587]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:51:38.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:38 smithi136 ceph-mon[33587]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T12:51:38.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:38 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:38.957 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0[43822]: 2024-03-21T12:51:38.752+0000 7f9f473ba700 -1 osd.0 0 waiting for initial osdmap 2024-03-21T12:51:38.957 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:51:38 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0[43822]: 2024-03-21T12:51:38.754+0000 7f9f3f1a5700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' 2024-03-21T12:51:39.405 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:39 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' 2024-03-21T12:51:39.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:39 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T12:51:39.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:51:39.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: from='osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125]' entity='osd.0' 2024-03-21T12:51:39.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:39 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:39.985 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T12:51:39.985 INFO:teuthology.orchestra.run.smithi066.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T12:51:39.986 INFO:teuthology.orchestra.run.smithi066.stderr: stderr: 10+0 records in 2024-03-21T12:51:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:10+0 records out 2024-03-21T12:51:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113578 s, 923 MB/s 2024-03-21T12:51:39.986 INFO:teuthology.orchestra.run.smithi066.stderr: stderr: 2024-03-21T12:51:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping successful for: 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: purged_snaps scrub starts 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: purged_snaps scrub ok 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125] boot 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:51:40.559 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:40 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:40.585 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi066:vg_nvme/lv_4 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: purged_snaps scrub starts 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: purged_snaps scrub ok 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125] boot 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:51:40.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:40 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:40.671 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: purged_snaps scrub starts 2024-03-21T12:51:40.671 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: purged_snaps scrub ok 2024-03-21T12:51:40.671 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:51:40.671 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: osd.0 [v2:172.21.15.31:6802/1520377125,v1:172.21.15.31:6803/1520377125] boot 2024-03-21T12:51:40.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:51:40.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:40 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:51:40.840 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T12:51:41.980 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: Detected new or changed devices on smithi031 2024-03-21T12:51:41.980 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:41.980 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: Adjusting osd_memory_target on smithi031 to 17093M 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:41.981 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:41 smithi066 ceph-mon[33302]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: Detected new or changed devices on smithi031 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: Adjusting osd_memory_target on smithi031 to 17093M 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:41 smithi031 ceph-mon[29815]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:51:42.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: Detected new or changed devices on smithi031 2024-03-21T12:51:42.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: Adjusting osd_memory_target on smithi031 to 17093M 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:42.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:41 smithi136 ceph-mon[33587]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:51:43.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:42 smithi066 ceph-mon[33302]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:43.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:42 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:43.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:42 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:43.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:42 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:43.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:42 smithi031 ceph-mon[29815]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:43.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:42 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:43.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:42 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:43.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:42 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:43.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:42 smithi136 ceph-mon[33587]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:43.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:42 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:43.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:42 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:43.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:42 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:44.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:43 smithi066 ceph-mon[33302]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:44.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:43 smithi031 ceph-mon[29815]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:44.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:43 smithi136 ceph-mon[33587]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:45.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:44 smithi066 ceph-mon[33302]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:45.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:44 smithi031 ceph-mon[29815]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:45.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:44 smithi136 ceph-mon[33587]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:46.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:45 smithi031 ceph-mon[29815]: from='client.? 172.21.15.66:0/2702165145' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:45 smithi031 ceph-mon[29815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:45 smithi031 ceph-mon[29815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]': finished 2024-03-21T12:51:46.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:45 smithi031 ceph-mon[29815]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:51:46.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:45 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:51:46.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:45 smithi136 ceph-mon[33587]: from='client.? 172.21.15.66:0/2702165145' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:45 smithi136 ceph-mon[33587]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:45 smithi136 ceph-mon[33587]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]': finished 2024-03-21T12:51:46.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:45 smithi136 ceph-mon[33587]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:51:46.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:45 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:51:46.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:45 smithi066 ceph-mon[33302]: from='client.? 172.21.15.66:0/2702165145' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:45 smithi066 ceph-mon[33302]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]: dispatch 2024-03-21T12:51:46.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:45 smithi066 ceph-mon[33302]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc"}]': finished 2024-03-21T12:51:46.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:45 smithi066 ceph-mon[33302]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:51:46.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:45 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:51:47.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:46 smithi031 ceph-mon[29815]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:47.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:46 smithi031 ceph-mon[29815]: from='client.? 172.21.15.66:0/3211913626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:47.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:46 smithi136 ceph-mon[33587]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:47.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:46 smithi136 ceph-mon[33587]: from='client.? 172.21.15.66:0/3211913626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:47.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:46 smithi066 ceph-mon[33302]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:47.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:46 smithi066 ceph-mon[33302]: from='client.? 172.21.15.66:0/3211913626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:49.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:48 smithi031 ceph-mon[29815]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:49.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:48 smithi136 ceph-mon[33587]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:49.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:48 smithi066 ceph-mon[33302]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:50.990 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:50 smithi066 ceph-mon[33302]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:51.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:50 smithi031 ceph-mon[29815]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:51.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:50 smithi136 ceph-mon[33587]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:52.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:51:52.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:51 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:52.209 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:51 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:51:52.209 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:51 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:52.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:51:52.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:51 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:53.132 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:52 smithi066 ceph-mon[33302]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:53.132 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:52 smithi066 ceph-mon[33302]: Deploying daemon osd.1 on smithi066 2024-03-21T12:51:53.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:52 smithi136 ceph-mon[33587]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:53.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:52 smithi136 ceph-mon[33587]: Deploying daemon osd.1 on smithi066 2024-03-21T12:51:53.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:52 smithi031 ceph-mon[29815]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:53.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:52 smithi031 ceph-mon[29815]: Deploying daemon osd.1 on smithi066 2024-03-21T12:51:55.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:54 smithi066 ceph-mon[33302]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:55.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:54 smithi136 ceph-mon[33587]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:55.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:54 smithi031 ceph-mon[29815]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:57.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:56 smithi136 ceph-mon[33587]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:57.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:56 smithi066 ceph-mon[33302]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:57.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:56 smithi031 ceph-mon[29815]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:58.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:57 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:57 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:57 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:58.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:57 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:57 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:57 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:58.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:57 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:57 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:51:58.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:57 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:59.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:51:58 smithi066 ceph-mon[33302]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:59.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:51:58 smithi031 ceph-mon[29815]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:51:59.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:51:58 smithi136 ceph-mon[33587]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:00.433 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 1 on host 'smithi066' 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:00.743 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.744 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:00.744 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:00.744 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.744 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.744 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:00 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:00.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:00.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:00.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:00.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:00 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:01.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:52:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:00 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:01.026 DEBUG:teuthology.orchestra.run.smithi066:osd.1> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T12:52:01.029 INFO:tasks.cephadm:Deploying osd.2 on smithi136 with /dev/vg_nvme/lv_4... 2024-03-21T12:52:01.029 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T12:52:01.273 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:52:02.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-mon[33302]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:52:02.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-mon[33302]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:52:02.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:02.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-mon[33302]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:02.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-mon[33302]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:02.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1[37559]: 2024-03-21T12:52:01.991+0000 7f8860dfa700 -1 osd.1 0 waiting for initial osdmap 2024-03-21T12:52:02.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:01 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1[37559]: 2024-03-21T12:52:01.993+0000 7f885cbed700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:52:02.263 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:01 smithi136 ceph-mon[33587]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:52:02.264 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:01 smithi136 ceph-mon[33587]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:52:02.264 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:01 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:02.264 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:01 smithi136 ceph-mon[33587]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:02.264 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:01 smithi136 ceph-mon[33587]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:02.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:01 smithi031 ceph-mon[29815]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:52:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:01 smithi031 ceph-mon[29815]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:52:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:01 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:01 smithi031 ceph-mon[29815]: from='osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:02.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:01 smithi031 ceph-mon[29815]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00873411 s, 1.2 GB/s 2024-03-21T12:52:03.091 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-03-21T12:52:03.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:02 smithi136 ceph-mon[33587]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:03.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:02 smithi136 ceph-mon[33587]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T12:52:03.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:02 smithi136 ceph-mon[33587]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:52:03.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:02 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:02 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:02 smithi066 ceph-mon[33302]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:03.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:02 smithi066 ceph-mon[33302]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T12:52:03.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:02 smithi066 ceph-mon[33302]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:52:03.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:02 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:02 smithi031 ceph-mon[29815]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:52:03.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:02 smithi031 ceph-mon[29815]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T12:52:03.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:02 smithi031 ceph-mon[29815]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:52:03.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:02 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:02 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:03.715 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2024-03-21T12:52:03.957 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: purged_snaps scrub starts 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: purged_snaps scrub ok 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005] boot 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:04 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.272 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: purged_snaps scrub starts 2024-03-21T12:52:04.272 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: purged_snaps scrub ok 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005] boot 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:04.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:04 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: purged_snaps scrub starts 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: purged_snaps scrub ok 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: osd.1 [v2:172.21.15.66:6800/2217730005,v1:172.21.15.66:6801/2217730005] boot 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:04.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:04 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:05.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:05 smithi066 ceph-mon[33302]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:05.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:05 smithi066 ceph-mon[33302]: Detected new or changed devices on smithi066 2024-03-21T12:52:05.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:05 smithi066 ceph-mon[33302]: Adjusting osd_memory_target on smithi066 to 17088M 2024-03-21T12:52:05.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:05 smithi066 ceph-mon[33302]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:52:05.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:05 smithi031 ceph-mon[29815]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:05.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:05 smithi031 ceph-mon[29815]: Detected new or changed devices on smithi066 2024-03-21T12:52:05.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:05 smithi031 ceph-mon[29815]: Adjusting osd_memory_target on smithi066 to 17088M 2024-03-21T12:52:05.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:05 smithi031 ceph-mon[29815]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:52:05.288 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:05 smithi136 ceph-mon[33587]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:05.288 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:05 smithi136 ceph-mon[33587]: Detected new or changed devices on smithi066 2024-03-21T12:52:05.288 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:05 smithi136 ceph-mon[33587]: Adjusting osd_memory_target on smithi066 to 17088M 2024-03-21T12:52:05.288 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:05 smithi136 ceph-mon[33587]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:52:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:52:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:52:06.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:06 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:06.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:52:06.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:52:06.281 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:06 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:06.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:52:06.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:52:06.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:06 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:07 smithi031 ceph-mon[29815]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:07 smithi031 ceph-mon[29815]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:07.328 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:07 smithi136 ceph-mon[33587]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:07.328 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:07 smithi136 ceph-mon[33587]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:07.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:07 smithi066 ceph-mon[33302]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:07.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:07 smithi066 ceph-mon[33302]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: from='client.? 172.21.15.136:0/3652599269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]': finished 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:09.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:09 smithi031 ceph-mon[29815]: from='client.? 172.21.15.136:0/3855038142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:52:09.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: from='client.? 172.21.15.136:0/3652599269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]': finished 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:09.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:09 smithi136 ceph-mon[33587]: from='client.? 172.21.15.136:0/3855038142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:52:09.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:09.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: from='client.? 172.21.15.136:0/3652599269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]: dispatch 2024-03-21T12:52:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46c903a6-81c1-4454-a513-f97d1ea306d2"}]': finished 2024-03-21T12:52:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:52:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:09.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:09 smithi066 ceph-mon[33302]: from='client.? 172.21.15.136:0/3855038142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:52:11.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:11 smithi031 ceph-mon[29815]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:11.374 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:11 smithi136 ceph-mon[33587]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:11.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:11 smithi066 ceph-mon[33302]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:13.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:13 smithi031 ceph-mon[29815]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:13.273 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:13 smithi136 ceph-mon[33587]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:13.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:13 smithi066 ceph-mon[33302]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:15.356 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:15 smithi136 ceph-mon[33587]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:15.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:15 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:52:15.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:15 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:15.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:15 smithi066 ceph-mon[33302]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:15.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:15 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:52:15.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:15 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:15.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:15 smithi031 ceph-mon[29815]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:15.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:52:15.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:15 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:16.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:16 smithi136 ceph-mon[33587]: Deploying daemon osd.2 on smithi136 2024-03-21T12:52:16.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:16 smithi066 ceph-mon[33302]: Deploying daemon osd.2 on smithi136 2024-03-21T12:52:16.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:16 smithi031 ceph-mon[29815]: Deploying daemon osd.2 on smithi136 2024-03-21T12:52:17.232 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:17 smithi136 ceph-mon[33587]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:17.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:17 smithi066 ceph-mon[33302]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:17.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:17 smithi031 ceph-mon[29815]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:19.265 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:19 smithi136 ceph-mon[33587]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:19.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:19 smithi066 ceph-mon[33302]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:19.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:19 smithi031 ceph-mon[29815]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:21.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:20 smithi066 ceph-mon[33302]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:21.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:20 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:20 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:20 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:21.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:20 smithi031 ceph-mon[29815]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:21.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:20 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:20 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:20 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:21.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:20 smithi136 ceph-mon[33587]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:21.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:20 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:20 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:21.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:20 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:23.244 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:22 smithi136 ceph-mon[33587]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:23.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:22 smithi066 ceph-mon[33302]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:23.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:22 smithi031 ceph-mon[29815]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:23.313 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 2 on host 'smithi136' 2024-03-21T12:52:23.891 DEBUG:teuthology.orchestra.run.smithi136:osd.2> sudo journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T12:52:23.895 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-21T12:52:23.895 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T12:52:24.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:23 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:24.147 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:24.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:23 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:24.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:23 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.011 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:25.011 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:52:25.011 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:52:25.012 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.012 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.012 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:24 smithi136 ceph-mon[33587]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.232 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:25.232 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:52:25.233 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:52:25.233 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.233 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.233 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:24 smithi031 ceph-mon[29815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:25.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:52:25.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:52:25.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: from='osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:24 smithi066 ceph-mon[33302]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-03-21T12:52:25.332 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2[37959]: 2024-03-21T12:52:25.218+0000 7f79e9bad700 -1 osd.2 0 waiting for initial osdmap 2024-03-21T12:52:25.332 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2[37959]: 2024-03-21T12:52:25.220+0000 7f79e1998700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:52:25.951 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:26.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:25 smithi066 ceph-mon[33302]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-03-21T12:52:26.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:25 smithi066 ceph-mon[33302]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:52:26.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:25 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:25 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:25 smithi066 ceph-mon[33302]: from='osd.2 ' entity='osd.2' 2024-03-21T12:52:26.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:25 smithi031 ceph-mon[29815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-03-21T12:52:26.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:25 smithi031 ceph-mon[29815]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:52:26.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:25 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:25 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:25 smithi031 ceph-mon[29815]: from='osd.2 ' entity='osd.2' 2024-03-21T12:52:26.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-mon[33587]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-03-21T12:52:26.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-mon[33587]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:52:26.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:26.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:25 smithi136 ceph-mon[33587]: from='osd.2 ' entity='osd.2' 2024-03-21T12:52:26.609 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1711025522,"num_in_osds":3,"osd_in_since":1711025528,"num_remapped_pgs":0} 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: purged_snaps scrub starts 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: purged_snaps scrub ok 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2829214358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093] boot 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:27.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:27.140 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:26 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: purged_snaps scrub starts 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: purged_snaps scrub ok 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2829214358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093] boot 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:27.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:27.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:26 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: purged_snaps scrub starts 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: purged_snaps scrub ok 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2829214358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: osd.2 [v2:172.21.15.136:6800/986632093,v1:172.21.15.136:6801/986632093] boot 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:27.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:27.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:27.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:26 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:27.610 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T12:52:27.848 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:28.224 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:27 smithi031 ceph-mon[29815]: Detected new or changed devices on smithi136 2024-03-21T12:52:28.224 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:27 smithi031 ceph-mon[29815]: Adjusting osd_memory_target on smithi136 to 21184M 2024-03-21T12:52:28.224 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:27 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:28.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:27 smithi066 ceph-mon[33302]: Detected new or changed devices on smithi136 2024-03-21T12:52:28.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:27 smithi066 ceph-mon[33302]: Adjusting osd_memory_target on smithi136 to 21184M 2024-03-21T12:52:28.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:27 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:28.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:27 smithi136 ceph-mon[33587]: Detected new or changed devices on smithi136 2024-03-21T12:52:28.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:27 smithi136 ceph-mon[33587]: Adjusting osd_memory_target on smithi136 to 21184M 2024-03-21T12:52:28.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:27 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:29.229 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:28 smithi031 ceph-mon[29815]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:29.229 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:29.230 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:28 smithi031 ceph-mon[29815]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:52:29.230 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:28 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:29.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:28 smithi066 ceph-mon[33302]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:29.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:28 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:29.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:28 smithi066 ceph-mon[33302]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:52:29.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:28 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:29.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:28 smithi136 ceph-mon[33587]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:29.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:28 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:29.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:28 smithi136 ceph-mon[33587]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:52:29.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:28 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:52:29.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47612]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:29.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47612]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:29.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47612]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:29.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47612]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:29.666 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:29.966 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47637]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:29.966 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47637]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:29.966 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47637]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:29.966 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:52:29 smithi031 sudo[47637]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:30.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:29 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:30.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:29 smithi031 ceph-mon[29815]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:52:30.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:29 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:30.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:29 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1188994044' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:30.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:29 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:30.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:29 smithi066 ceph-mon[33302]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:52:30.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:29 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:30.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:29 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1188994044' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:30.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41317]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:30.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41317]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:30.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41317]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:30.254 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41317]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:30.268 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1711025546,"num_in_osds":3,"osd_in_since":1711025528,"num_remapped_pgs":0} 2024-03-21T12:52:30.269 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:52:30.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:29 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:52:30.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:29 smithi136 ceph-mon[33587]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:52:30.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:29 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:30.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:29 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1188994044' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:52:30.505 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:30.967 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41320]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:30.967 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41320]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:30.967 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41320]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:30.967 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:52:30 smithi066 sudo[41320]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:31.042 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:30 smithi136 sudo[41327]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:31.042 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:30 smithi136 sudo[41327]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:31.042 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:30 smithi136 sudo[41327]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:31.042 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:30 smithi136 sudo[41327]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:31.043 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:30 smithi136 ceph-mon[33587]: pgmap v85: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:31.043 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:30 smithi136 ceph-mon[33587]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:52:31.043 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:30 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:31.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:30 smithi066 ceph-mon[33302]: pgmap v85: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:31.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:30 smithi066 ceph-mon[33302]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:52:31.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:30 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:31.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:30 smithi031 ceph-mon[29815]: pgmap v85: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:31.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:30 smithi031 ceph-mon[29815]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:52:31.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:30 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:31.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41330]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:31.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41330]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:31.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41330]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:31.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41330]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:31.579 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47750]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:31.579 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47750]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:31.579 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47750]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:31.579 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47750]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:31.880 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47753]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:31.880 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47753]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:31.880 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47753]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:31.880 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:31 smithi031 sudo[47753]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:32.072 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41333]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:32.072 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41333]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:32.072 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41333]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:32.072 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:31 smithi136 sudo[41333]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:32.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T12:52:32.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:32.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:32.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:32 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.303 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:32.304 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","created":"2024-03-21T12:49:03.265994+0000","modified":"2024-03-21T12:52:29.961692+0000","last_up_change":"2024-03-21T12:52:26.220914+0000","last_in_change":"2024-03-21T12:52:08.181813+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:52:27.521729+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a7aced-577b-4e67-bfd9-76c1ed5228ed","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.31:6802","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6803","nonce":1520377125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6805","nonce":1520377125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6809","nonce":1520377125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6807","nonce":1520377125}]},"public_addr":"172.21.15.31:6803/1520377125","cluster_addr":"172.21.15.31:6805/1520377125","heartbeat_back_addr":"172.21.15.31:6809/1520377125","heartbeat_front_addr":"172.21.15.31:6807/1520377125","state":["exists","up"]},{"osd":1,"uuid":"0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6801","nonce":2217730005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6803","nonce":2217730005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6807","nonce":2217730005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6805","nonce":2217730005}]},"public_addr":"172.21.15.66:6801/2217730005","cluster_addr":"172.21.15.66:6803/2217730005","heartbeat_back_addr":"172.21.15.66:6807/2217730005","heartbeat_front_addr":"172.21.15.66:6805/2217730005","state":["exists","up"]},{"osd":2,"uuid":"46c903a6-81c1-4454-a513-f97d1ea306d2","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.136:6800","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6801","nonce":986632093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6803","nonce":986632093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6807","nonce":986632093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6805","nonce":986632093}]},"public_addr":"172.21.15.136:6801/986632093","cluster_addr":"172.21.15.136:6803/986632093","heartbeat_back_addr":"172.21.15.136:6807/986632093","heartbeat_front_addr":"172.21.15.136:6805/986632093","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:37.335650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:01.097219+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:24.060154+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/929610398":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/249074672":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/4262965307":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/3243645455":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/455424874":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/1130291180":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/2181022138":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/4262965307":"2024-03-22T12:49:59.178800+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:52:32.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 sudo[41336]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:32.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 sudo[41336]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:32.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 sudo[41336]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 sudo[41336]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:32 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:32.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:32.505 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:32.957 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T12:52:27.521729+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T12:52:32.957 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T12:52:32.988 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41323]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T12:52:32.988 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41323]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:32.988 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41323]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:32.988 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41323]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:33.196 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41326]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41326]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41326]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:32 smithi066 sudo[41326]: pam_unix(sudo:session): session closed for user root 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:33.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:33.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/3487193152' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:33.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:33 smithi066 ceph-mon[33302]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3487193152' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:33.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:33 smithi031 ceph-mon[29815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='mgr.14152 172.21.15.31:0/1809525680' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/3487193152' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:33.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:33 smithi136 ceph-mon[33587]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:52:34.939 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-03-21T12:52:35.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:35 smithi031 ceph-mon[29815]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:35.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:35 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2434321840' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:35.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:35 smithi136 ceph-mon[33587]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:35.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:35 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2434321840' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:35.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:35 smithi066 ceph-mon[33302]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:35.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:35 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2434321840' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:35.537 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T12:52:35.538 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T12:52:35.538 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T12:52:35.538 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T12:52:35.777 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:37.177 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:37 smithi031 ceph-mon[29815]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:37.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:37 smithi136 ceph-mon[33587]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:37.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:37 smithi066 ceph-mon[33302]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:37.662 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:38.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:38 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2728978878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:38.340 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":1033593737},{"type":"v1","addr":"172.21.15.31:6801","nonce":1033593737}]},"active_addr":"172.21.15.31:6801/1033593737","active_change":"2024-03-21T12:49:59.178908+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.31:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":20322438}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":449708510}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":2203032260}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":2230602809}]}]} 2024-03-21T12:52:38.346 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T12:52:38.347 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T12:52:38.347 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:52:38.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:38 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2728978878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:38.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:38 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2728978878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:38.585 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:39.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:39 smithi031 ceph-mon[29815]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:39.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:39 smithi136 ceph-mon[33587]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:39.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:39 smithi066 ceph-mon[33302]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:40.399 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:40.400 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","created":"2024-03-21T12:49:03.265994+0000","modified":"2024-03-21T12:52:29.961692+0000","last_up_change":"2024-03-21T12:52:26.220914+0000","last_in_change":"2024-03-21T12:52:08.181813+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:52:27.521729+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a7aced-577b-4e67-bfd9-76c1ed5228ed","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.31:6802","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6803","nonce":1520377125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6805","nonce":1520377125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6809","nonce":1520377125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6807","nonce":1520377125}]},"public_addr":"172.21.15.31:6803/1520377125","cluster_addr":"172.21.15.31:6805/1520377125","heartbeat_back_addr":"172.21.15.31:6809/1520377125","heartbeat_front_addr":"172.21.15.31:6807/1520377125","state":["exists","up"]},{"osd":1,"uuid":"0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6801","nonce":2217730005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6803","nonce":2217730005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6807","nonce":2217730005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6805","nonce":2217730005}]},"public_addr":"172.21.15.66:6801/2217730005","cluster_addr":"172.21.15.66:6803/2217730005","heartbeat_back_addr":"172.21.15.66:6807/2217730005","heartbeat_front_addr":"172.21.15.66:6805/2217730005","state":["exists","up"]},{"osd":2,"uuid":"46c903a6-81c1-4454-a513-f97d1ea306d2","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.136:6800","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6801","nonce":986632093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6803","nonce":986632093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6807","nonce":986632093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6805","nonce":986632093}]},"public_addr":"172.21.15.136:6801/986632093","cluster_addr":"172.21.15.136:6803/986632093","heartbeat_back_addr":"172.21.15.136:6807/986632093","heartbeat_front_addr":"172.21.15.136:6805/986632093","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:37.335650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:01.097219+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:24.060154+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/929610398":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/249074672":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/4262965307":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/3243645455":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/455424874":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/1130291180":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/2181022138":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/4262965307":"2024-03-22T12:49:59.178800+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:52:40.972 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T12:52:40.972 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:52:41.212 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:41.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:41 smithi031 ceph-mon[29815]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:41.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:41 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/347346216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:41.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:41 smithi136 ceph-mon[33587]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:41.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:41 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/347346216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:41.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:41 smithi066 ceph-mon[33302]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:41.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:41 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/347346216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.054 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:43.054 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"46613e8e-e781-11ee-95cd-87774f69a715","created":"2024-03-21T12:49:03.265994+0000","modified":"2024-03-21T12:52:29.961692+0000","last_up_change":"2024-03-21T12:52:26.220914+0000","last_in_change":"2024-03-21T12:52:08.181813+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:52:27.521729+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a7aced-577b-4e67-bfd9-76c1ed5228ed","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.31:6802","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6803","nonce":1520377125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6805","nonce":1520377125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6809","nonce":1520377125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1520377125},{"type":"v1","addr":"172.21.15.31:6807","nonce":1520377125}]},"public_addr":"172.21.15.31:6803/1520377125","cluster_addr":"172.21.15.31:6805/1520377125","heartbeat_back_addr":"172.21.15.31:6809/1520377125","heartbeat_front_addr":"172.21.15.31:6807/1520377125","state":["exists","up"]},{"osd":1,"uuid":"0eaa71e9-48f7-4a34-860e-7ef6a04ac2cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6801","nonce":2217730005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6803","nonce":2217730005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6807","nonce":2217730005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2217730005},{"type":"v1","addr":"172.21.15.66:6805","nonce":2217730005}]},"public_addr":"172.21.15.66:6801/2217730005","cluster_addr":"172.21.15.66:6803/2217730005","heartbeat_back_addr":"172.21.15.66:6807/2217730005","heartbeat_front_addr":"172.21.15.66:6805/2217730005","state":["exists","up"]},{"osd":2,"uuid":"46c903a6-81c1-4454-a513-f97d1ea306d2","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.136:6800","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6801","nonce":986632093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6803","nonce":986632093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6807","nonce":986632093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":986632093},{"type":"v1","addr":"172.21.15.136:6805","nonce":986632093}]},"public_addr":"172.21.15.136:6801/986632093","cluster_addr":"172.21.15.136:6803/986632093","heartbeat_back_addr":"172.21.15.136:6807/986632093","heartbeat_front_addr":"172.21.15.136:6805/986632093","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:37.335650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:01.097219+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:52:24.060154+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/929610398":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/249074672":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/4262965307":"2024-03-22T12:49:59.178800+0000","172.21.15.31:0/3243645455":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/455424874":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/1130291180":"2024-03-22T12:49:59.178800+0000","172.21.15.31:6801/1677416308":"2024-03-22T12:49:31.088881+0000","172.21.15.31:0/2181022138":"2024-03-22T12:49:31.088881+0000","172.21.15.31:6800/4262965307":"2024-03-22T12:49:59.178800+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:52:43.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:43 smithi031 ceph-mon[29815]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:43.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:43 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2745590974' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.358 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:43 smithi066 ceph-mon[33302]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:43.358 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:43 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2745590974' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:43 smithi136 ceph-mon[33587]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:43.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:43 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2745590974' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.658 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T12:52:43.658 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T12:52:43.659 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T12:52:43.930 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:43.938 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:43.941 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:45.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:45 smithi031 ceph-mon[29815]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:45.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:45 smithi136 ceph-mon[33587]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:45.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:45 smithi066 ceph-mon[33302]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:47.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:47 smithi136 ceph-mon[33587]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:47.438 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:47 smithi031 ceph-mon[29815]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:47.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:47 smithi066 ceph-mon[33302]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:49.122 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:49 smithi031 ceph-mon[29815]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:49.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:49 smithi136 ceph-mon[33587]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:49.447 INFO:teuthology.orchestra.run.smithi031.stdout:77309411336 2024-03-21T12:52:49.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T12:52:49.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:49 smithi066 ceph-mon[33302]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:49.890 INFO:teuthology.orchestra.run.smithi031.stdout:34359738385 2024-03-21T12:52:49.890 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T12:52:50.331 INFO:teuthology.orchestra.run.smithi031.stdout:55834574859 2024-03-21T12:52:50.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T12:52:50.433 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:50.460 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:51.213 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:51 smithi031 ceph-mon[29815]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:51.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:51 smithi136 ceph-mon[33587]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:51.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:51 smithi066 ceph-mon[33302]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:52.769 INFO:teuthology.orchestra.run.smithi031.stdout:77309411336 2024-03-21T12:52:53.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:53 smithi136 ceph-mon[33587]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:53.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:53 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2533210286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:52:53.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:53 smithi031 ceph-mon[29815]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:53.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:53 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2533210286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:52:53.498 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411336 for osd.2 2024-03-21T12:52:53.498 DEBUG:teuthology.parallel:result is None 2024-03-21T12:52:53.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:53 smithi066 ceph-mon[33302]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:53.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:53 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2533210286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:52:54.045 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:54.288 INFO:teuthology.orchestra.run.smithi031.stdout:34359738386 2024-03-21T12:52:55.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:55 smithi031 ceph-mon[29815]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:55.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:55 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/3232573605' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:52:55.312 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-03-21T12:52:55.313 DEBUG:teuthology.parallel:result is None 2024-03-21T12:52:55.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:55 smithi136 ceph-mon[33587]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:55.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:55 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/3232573605' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:52:55.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:55 smithi066 ceph-mon[33302]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:55.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:55 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/3232573605' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:52:56.411 INFO:teuthology.orchestra.run.smithi031.stdout:55834574860 2024-03-21T12:52:56.985 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574860 for osd.1 2024-03-21T12:52:56.986 DEBUG:teuthology.parallel:result is None 2024-03-21T12:52:56.986 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T12:52:56.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:52:57.228 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:57.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:57 smithi031 ceph-mon[29815]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:57.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:57 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1318691270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:52:57.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:57 smithi136 ceph-mon[33587]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:57.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:57 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1318691270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:52:57.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:57 smithi066 ceph-mon[33302]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:57.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:57 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1318691270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:52:59.056 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:52:59.058 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-03-21T12:52:59.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:52:59 smithi031 ceph-mon[29815]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:59.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:52:59 smithi136 ceph-mon[33587]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:59.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:52:59 smithi066 ceph-mon[33302]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:52:59.660 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-03-21T12:52:57.209047+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002050"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T12:52:33.005368+0000","last_change":"2024-03-21T12:52:28.961179+0000","last_active":"2024-03-21T12:52:33.005368+0000","last_peered":"2024-03-21T12:52:33.005368+0000","last_clean":"2024-03-21T12:52:33.005368+0000","last_became_active":"2024-03-21T12:52:28.960821+0000","last_became_peered":"2024-03-21T12:52:28.960821+0000","last_unstale":"2024-03-21T12:52:33.005368+0000","last_undegraded":"2024-03-21T12:52:33.005368+0000","last_fullsized":"2024-03-21T12:52:33.005368+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T12:52:27.951196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:52:27.951196+0000","last_clean_scrub_stamp":"2024-03-21T12:52:27.951196+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T23:09:06.637133+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:52:59.661 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:52:59.905 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:00.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:00 smithi031 ceph-mon[29815]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:00.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:00 smithi136 ceph-mon[33587]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:00.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:00 smithi066 ceph-mon[33302]: from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:01.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:01 smithi031 ceph-mon[29815]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:01.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:01 smithi136 ceph-mon[33587]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:01.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:01 smithi066 ceph-mon[33302]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:01.652 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:53:01.654 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-03-21T12:53:02.337 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":102,"stamp":"2024-03-21T12:53:01.209618+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002024"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T12:52:33.005368+0000","last_change":"2024-03-21T12:52:28.961179+0000","last_active":"2024-03-21T12:52:33.005368+0000","last_peered":"2024-03-21T12:52:33.005368+0000","last_clean":"2024-03-21T12:52:33.005368+0000","last_became_active":"2024-03-21T12:52:28.960821+0000","last_became_peered":"2024-03-21T12:52:28.960821+0000","last_unstale":"2024-03-21T12:52:33.005368+0000","last_undegraded":"2024-03-21T12:52:33.005368+0000","last_fullsized":"2024-03-21T12:52:33.005368+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T12:52:27.951196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:52:27.951196+0000","last_clean_scrub_stamp":"2024-03-21T12:52:27.951196+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T23:09:06.637133+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:53:02.337 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T12:53:02.337 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T12:53:02.338 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T12:53:02.338 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T12:53:02.584 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:03.376 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:03 smithi031 ceph-mon[29815]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:03.376 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:03 smithi031 ceph-mon[29815]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:03.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:03 smithi136 ceph-mon[33587]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:03.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:03 smithi136 ceph-mon[33587]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:03.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:03 smithi066 ceph-mon[33302]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:03.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:03 smithi066 ceph-mon[33302]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:53:04.488 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T12:53:04.488 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T12:53:05.074 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T12:53:05.074 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T12:53:05.074 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:53:05.084 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T12:53:05.085 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-21T12:53:05.324 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:05.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:05 smithi136 ceph-mon[33587]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:05.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:05 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/767026894' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:53:05.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:05 smithi031 ceph-mon[29815]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:05.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:05 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/767026894' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:53:05.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:05 smithi066 ceph-mon[33302]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:05.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:05 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/767026894' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:53:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-mon[29815]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:07.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T12:53:07.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setuser ceph since I am not root 2024-03-21T12:53:07.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: ignoring --setgroup ceph since I am not root 2024-03-21T12:53:07.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:07 smithi136 ceph-mon[33587]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:07.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:07 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T12:53:07.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-mon[33302]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:07.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T12:53:07.504 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: ignoring --setuser ceph since I am not root 2024-03-21T12:53:07.504 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: ignoring --setgroup ceph since I am not root 2024-03-21T12:53:07.504 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-mgr[34719]: -- 172.21.15.66:0/1925690384 <== mon.2 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ea2ad4c5a0 con 0x55ea2ad20800 2024-03-21T12:53:07.768 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-21T12:53:07.816 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-21T12:53:07.816 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-21T12:53:08.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:07.730+0000 7f6624bf8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:53:08.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:07 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:07.827+0000 7f6624bf8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:53:08.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:07.716+0000 7fcc292d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:53:08.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:07 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:07.814+0000 7fcc292d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:53:08.062 INFO:teuthology.orchestra.run.smithi031.stdout:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:08.418 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T12:53:08.418 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-mon[29815]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-21T12:53:08.495 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T12:53:08.495 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-mon[33302]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-21T12:53:08.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:08 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2461343606' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T12:53:08.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:08 smithi136 ceph-mon[33587]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-21T12:53:08.734 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:08.494+0000 7fcc292d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:53:08.734 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:08.589+0000 7fcc292d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:53:08.734 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:08.733+0000 7fcc292d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:53:08.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:08.494+0000 7f6624bf8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:53:08.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:08.591+0000 7f6624bf8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:53:08.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:08.738+0000 7f6624bf8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:53:09.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:08.831+0000 7fcc292d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:53:09.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:08 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:08.917+0000 7fcc292d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:53:09.200 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:08.838+0000 7f6624bf8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:53:09.201 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:08 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:08.925+0000 7f6624bf8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:53:09.201 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:09 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:09.199+0000 7f6624bf8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:53:09.448 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:09 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:09.188+0000 7fcc292d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:53:09.448 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:09 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:09.304+0000 7fcc292d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:53:09.448 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:09 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:09.393+0000 7fcc292d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:53:09.503 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:09 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:09.313+0000 7f6624bf8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:53:09.503 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:09 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:09.402+0000 7f6624bf8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:53:09.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:09 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:09.502+0000 7f6624bf8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:53:09.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:09 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:09.684+0000 7f6624bf8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:53:09.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:09 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:09.493+0000 7fcc292d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:53:09.767 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:09 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:09.675+0000 7fcc292d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:53:11.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:10 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:10.701+0000 7f6624bf8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:53:11.003 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:10 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:10.838+0000 7f6624bf8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:53:11.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:10 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:10.662+0000 7fcc292d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:53:11.017 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:10 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:10.797+0000 7fcc292d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:53:11.289 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:11.144+0000 7fcc292d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:53:11.289 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:11.237+0000 7fcc292d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:53:11.483 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:11 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:11.185+0000 7f6624bf8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:53:11.483 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:11 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:11.278+0000 7f6624bf8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:53:11.483 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:11 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:11.482+0000 7f6624bf8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:53:11.646 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:11.448+0000 7fcc292d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:53:11.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:11 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:11.675+0000 7f6624bf8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:53:12.002 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:11 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:11.644+0000 7fcc292d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:53:12.242 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:11 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:11.973+0000 7f6624bf8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:53:12.264 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:11.998+0000 7fcc292d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:53:12.503 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:12 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:12.241+0000 7f6624bf8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:53:12.503 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:12 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:12.487+0000 7f6624bf8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:53:12.516 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:12.262+0000 7fcc292d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:53:12.517 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:12 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:12.510+0000 7fcc292d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:53:13.753 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:13 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:13.328+0000 7f6624bf8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:53:13.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:13.343+0000 7fcc292d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:53:14.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:13 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:13.923+0000 7f6624bf8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:53:14.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:14.025+0000 7f6624bf8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:53:14.254 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b[34715]: 2024-03-21T12:53:14.252+0000 7f6624bf8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:53:14.255 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:13 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:13.927+0000 7fcc292d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:53:14.255 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:14.029+0000 7fcc292d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:53:14.255 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a[30045]: 2024-03-21T12:53:14.254+0000 7fcc292d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:53:14.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: Standby manager daemon b restarted 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: Standby manager daemon b started 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: Active manager daemon a restarted 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: Activating manager daemon a 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: mgrmap e17: a(active, starting, since 0.00627841s), standbys: b 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:53:14.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:53:14.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:14 smithi031 ceph-mon[29815]: Manager daemon a is now available 2024-03-21T12:53:14.584 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: Standby manager daemon b restarted 2024-03-21T12:53:14.584 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: Standby manager daemon b started 2024-03-21T12:53:14.584 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:53:14.584 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: Active manager daemon a restarted 2024-03-21T12:53:14.584 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: Activating manager daemon a 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: mgrmap e17: a(active, starting, since 0.00627841s), standbys: b 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:53:14.585 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:53:14.586 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:53:14.586 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:53:14.586 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:14 smithi066 ceph-mon[33302]: Manager daemon a is now available 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: Standby manager daemon b restarted 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: Standby manager daemon b started 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: Active manager daemon a restarted 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: Activating manager daemon a 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.? 172.21.15.66:0/3685334118' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: mgrmap e17: a(active, starting, since 0.00627841s), standbys: b 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:53:14.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:53:14.640 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:14 smithi136 ceph-mon[33587]: Manager daemon a is now available 2024-03-21T12:53:15.587 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:15 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:15.587 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:15 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:15.587 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:15 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:15.587 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:15 smithi066 ceph-mon[33302]: mgrmap e18: a(active, since 1.01077s), standbys: b 2024-03-21T12:53:15.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:15 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:15.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:15 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:15.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:15 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:15.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:15 smithi136 ceph-mon[33587]: mgrmap e18: a(active, since 1.01077s), standbys: b 2024-03-21T12:53:15.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:15 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:15.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:15 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:15.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:15 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:15.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:15 smithi031 ceph-mon[29815]: mgrmap e18: a(active, since 1.01077s), standbys: b 2024-03-21T12:53:17.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: [21/Mar/2024:12:53:15] ENGINE Bus STARTING 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: [21/Mar/2024:12:53:15] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: [21/Mar/2024:12:53:16] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: [21/Mar/2024:12:53:16] ENGINE Bus STARTED 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: osdmap e23: 3 total, 3 up, 3 in 2024-03-21T12:53:17.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:16 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: [21/Mar/2024:12:53:15] ENGINE Bus STARTING 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: [21/Mar/2024:12:53:15] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: [21/Mar/2024:12:53:16] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: [21/Mar/2024:12:53:16] ENGINE Bus STARTED 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: osdmap e23: 3 total, 3 up, 3 in 2024-03-21T12:53:17.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:16 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: [21/Mar/2024:12:53:15] ENGINE Bus STARTING 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: [21/Mar/2024:12:53:15] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: [21/Mar/2024:12:53:16] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: [21/Mar/2024:12:53:16] ENGINE Bus STARTED 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: osdmap e23: 3 total, 3 up, 3 in 2024-03-21T12:53:17.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:16 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:53:18.253 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: mgrmap e19: a(active, since 3s), standbys: b 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:53:18.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:17 smithi066 ceph-mon[33302]: osdmap e24: 3 total, 3 up, 3 in 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: mgrmap e19: a(active, since 3s), standbys: b 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:53:18.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:17 smithi031 ceph-mon[29815]: osdmap e24: 3 total, 3 up, 3 in 2024-03-21T12:53:18.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:18.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: mgrmap e19: a(active, since 3s), standbys: b 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/1293681215' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:53:18.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:17 smithi136 ceph-mon[33587]: osdmap e24: 3 total, 3 up, 3 in 2024-03-21T12:53:19.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T12:53:19.254 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: osdmap e25: 3 total, 3 up, 3 in 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.255 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:19.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:19 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: osdmap e25: 3 total, 3 up, 3 in 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:19.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:19.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:19.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:19 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi136:/etc/ceph/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: Updating smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: osdmap e25: 3 total, 3 up, 3 in 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:53:19.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:19.390 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:19 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: mgrmap e20: a(active, since 4s), standbys: b 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T12:53:20.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:20 smithi031 ceph-mon[29815]: osdmap e26: 3 total, 3 up, 3 in 2024-03-21T12:53:20.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:20.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: mgrmap e20: a(active, since 4s), standbys: b 2024-03-21T12:53:20.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T12:53:20.389 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:20 smithi136 ceph-mon[33587]: osdmap e26: 3 total, 3 up, 3 in 2024-03-21T12:53:20.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: Updating smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: Updating smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:53:20.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:20.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: mgrmap e20: a(active, since 4s), standbys: b 2024-03-21T12:53:20.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T12:53:20.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:20 smithi066 ceph-mon[33302]: osdmap e26: 3 total, 3 up, 3 in 2024-03-21T12:53:21.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:21 smithi136 ceph-mon[33587]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:21.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:21 smithi136 ceph-mon[33587]: osdmap e27: 3 total, 3 up, 3 in 2024-03-21T12:53:21.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:21 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:21.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:21 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:21.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:21 smithi031 ceph-mon[29815]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:21.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:21 smithi031 ceph-mon[29815]: osdmap e27: 3 total, 3 up, 3 in 2024-03-21T12:53:21.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:21 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:21.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:21 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:21.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:21 smithi066 ceph-mon[33302]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:53:21.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:21 smithi066 ceph-mon[33302]: osdmap e27: 3 total, 3 up, 3 in 2024-03-21T12:53:21.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:21 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:21.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:21 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:53:22.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:22 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T12:53:22.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:22 smithi136 ceph-mon[33587]: osdmap e28: 3 total, 3 up, 3 in 2024-03-21T12:53:22.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:22 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T12:53:22.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:22 smithi066 ceph-mon[33302]: osdmap e28: 3 total, 3 up, 3 in 2024-03-21T12:53:22.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:22 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T12:53:22.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:22 smithi031 ceph-mon[29815]: osdmap e28: 3 total, 3 up, 3 in 2024-03-21T12:53:23.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:23 smithi136 ceph-mon[33587]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:23.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:23 smithi136 ceph-mon[33587]: osdmap e29: 3 total, 3 up, 3 in 2024-03-21T12:53:23.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:23 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:23.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:23 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:23.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:23 smithi066 ceph-mon[33302]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:23.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:23 smithi066 ceph-mon[33302]: osdmap e29: 3 total, 3 up, 3 in 2024-03-21T12:53:23.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:23 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:23.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:23 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:23.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:23 smithi031 ceph-mon[29815]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:23.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:23 smithi031 ceph-mon[29815]: osdmap e29: 3 total, 3 up, 3 in 2024-03-21T12:53:23.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:23 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:23.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:23 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:53:24.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:24 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:53:24.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:24 smithi066 ceph-mon[33302]: osdmap e30: 3 total, 3 up, 3 in 2024-03-21T12:53:24.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:24 smithi066 ceph-mon[33302]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:24 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:24 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:53:24.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:24 smithi031 ceph-mon[29815]: osdmap e30: 3 total, 3 up, 3 in 2024-03-21T12:53:24.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:24 smithi031 ceph-mon[29815]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:24 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:24 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:53:24.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:24 smithi136 ceph-mon[33587]: osdmap e30: 3 total, 3 up, 3 in 2024-03-21T12:53:24.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:24 smithi136 ceph-mon[33587]: from='client.? 172.21.15.31:0/2771723621' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:24 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:53:24.976 INFO:teuthology.orchestra.run.smithi031.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-21T12:53:25.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:25.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:53:25.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: osdmap e31: 3 total, 3 up, 3 in 2024-03-21T12:53:25.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.552 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:25 smithi031 ceph-mon[29815]: Deploying daemon rgw.myrealm1.myzone1.smithi066.iecfdt on smithi066 2024-03-21T12:53:25.577 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:53:25.589 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 46613e8e-e781-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> set -x 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> TOKENS=$(ceph rgw realm tokens) 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-21T12:53:25.589 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-21T12:53:25.590 DEBUG:teuthology.orchestra.run.smithi031:> ' 2024-03-21T12:53:25.638 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: osdmap e31: 3 total, 3 up, 3 in 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.639 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:25 smithi136 ceph-mon[33587]: Deploying daemon rgw.myrealm1.myzone1.smithi066.iecfdt on smithi066 2024-03-21T12:53:25.672 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: osdmap e31: 3 total, 3 up, 3 in 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi066.iecfdt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:25.673 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.674 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:25 smithi066 ceph-mon[33302]: Deploying daemon rgw.myrealm1.myzone1.smithi066.iecfdt on smithi066 2024-03-21T12:53:25.828 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:27.393 INFO:teuthology.orchestra.run.smithi031.stderr:+ true 2024-03-21T12:53:27.393 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T12:53:27.393 INFO:teuthology.orchestra.run.smithi031.stderr:++ jq -r '.[0].token' 2024-03-21T12:53:27.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:27 smithi031 ceph-mon[29815]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-21T12:53:27.684 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:27 smithi066 ceph-mon[33302]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-21T12:53:27.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:27 smithi136 ceph-mon[33587]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-21T12:53:28.076 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKEN='master zone has no endpoint' 2024-03-21T12:53:28.076 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo master zone has no endpoint 2024-03-21T12:53:28.076 INFO:teuthology.orchestra.run.smithi031.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-21T12:53:28.077 INFO:teuthology.orchestra.run.smithi031.stderr:+ sleep 5 2024-03-21T12:53:28.077 INFO:teuthology.orchestra.run.smithi031.stdout:master zone has no endpoint 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:28.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:28.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:28.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:28.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:28 smithi031 ceph-mon[29815]: Deploying daemon rgw.myrealm1.myzone1.smithi136.jrdxrv on smithi136 2024-03-21T12:53:29.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:29.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:29.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:28 smithi066 ceph-mon[33302]: Deploying daemon rgw.myrealm1.myzone1.smithi136.jrdxrv on smithi136 2024-03-21T12:53:29.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:29.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.138 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi136.jrdxrv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:29.139 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:28 smithi136 ceph-mon[33587]: Deploying daemon rgw.myrealm1.myzone1.smithi136.jrdxrv on smithi136 2024-03-21T12:53:30.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:29 smithi031 ceph-mon[29815]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-21T12:53:30.028 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:29 smithi066 ceph-mon[33302]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-21T12:53:30.086 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:29 smithi136 ceph-mon[33587]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-21T12:53:31.356 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-21T12:53:31.357 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.358 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:31 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:31.503 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.504 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:31 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUkZVRzJWOFpORzM5SDBVODQ2STQiLAogICAgInNlY3JldCI6ICJHa3BBYWdJQzh0Qm9GaVk2enhBN2FDWWZYNkVxMGJiSngzVWZXdXB5Igp9", "zone_endpoints": ["http://smithi066:5500", "http://smithi136:5500"]}]: dispatch 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:31.518 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:31 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:33.079 INFO:teuthology.orchestra.run.smithi031.stderr:+ true 2024-03-21T12:53:33.079 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T12:53:33.079 INFO:teuthology.orchestra.run.smithi031.stderr:++ jq -r '.[0].token' 2024-03-21T12:53:33.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 102 KiB/s rd, 6.5 KiB/s wr, 196 op/s 2024-03-21T12:53:33.754 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.755 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.756 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.756 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.756 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.756 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:33.756 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.757 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.757 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.757 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:33 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 102 KiB/s rd, 6.5 KiB/s wr, 196 op/s 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.768 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:33 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.781 INFO:teuthology.orchestra.run.smithi031.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ== 2024-03-21T12:53:33.782 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ== 2024-03-21T12:53:33.782 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ== 2024-03-21T12:53:33.782 INFO:teuthology.orchestra.run.smithi031.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-21T12:53:33.782 INFO:teuthology.orchestra.run.smithi031.stderr:+ break 2024-03-21T12:53:33.782 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T12:53:33.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 102 KiB/s rd, 6.5 KiB/s wr, 196 op/s 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.889 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:33.890 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:33.891 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:33.891 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: Checking dashboard <-> RGW credentials 2024-03-21T12:53:33.891 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:33 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:34.471 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKENS='[ 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr: { 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr: "realm": "myrealm1", 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ==" 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr: } 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr:]' 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ=="' '}' ']' 2024-03-21T12:53:34.472 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-21T12:53:34.473 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T12:53:34.474 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ=="' '}' ']' 2024-03-21T12:53:34.474 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.[0].token' 2024-03-21T12:53:34.476 INFO:teuthology.orchestra.run.smithi031.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImZmODhiYTc1LWJjOTQtNGRkMi1hODdhLTNiMmJmMjVlMTM1OSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJGVUcyVjhaTkczOUgwVTg0Nkk0IiwKICAgICJzZWNyZXQiOiAiR2twQWFnSUM4dEJvRmlZNnp4QTdhQ1lmWDZFcTBiYkp4M1VmV3VweSIKfQ==" 2024-03-21T12:53:34.477 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T12:53:34.477 INFO:teuthology.orchestra.run.smithi031.stderr:++ jq -r '.[0].token' 2024-03-21T12:53:34.477 INFO:teuthology.orchestra.run.smithi031.stderr:++ base64 --decode 2024-03-21T12:53:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:34 smithi066 ceph-mon[33302]: from='client.24688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:34 smithi066 ceph-mon[33302]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:34 smithi066 ceph-mon[33302]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:34.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:34 smithi031 ceph-mon[29815]: from='client.24688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:34 smithi031 ceph-mon[29815]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:34 smithi031 ceph-mon[29815]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:34.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:34 smithi136 ceph-mon[33587]: from='client.24688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:34 smithi136 ceph-mon[33587]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:34.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:34 smithi136 ceph-mon[33587]: from='mgr.14379 172.21.15.31:0/2847113464' entity='mgr.a' 2024-03-21T12:53:35.167 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKEN_JSON='{ 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr: "realm_name": "myrealm1", 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr: "realm_id": "ff88ba75-bc94-4dd2-a87a-3b2bf25e1359", 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr: "endpoint": "http://smithi066:5500", 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr: "access_key": "RFUG2V8ZNG39H0U846I4", 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr: "secret": "GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy" 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr:}' 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"ff88ba75-bc94-4dd2-a87a-3b2bf25e1359",' '"endpoint":' '"http://smithi066:5500",' '"access_key":' '"RFUG2V8ZNG39H0U846I4",' '"secret":' '"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy"' '}' 2024-03-21T12:53:35.168 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-21T12:53:35.169 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T12:53:35.170 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"ff88ba75-bc94-4dd2-a87a-3b2bf25e1359",' '"endpoint":' '"http://smithi066:5500",' '"access_key":' '"RFUG2V8ZNG39H0U846I4",' '"secret":' '"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy"' '}' 2024-03-21T12:53:35.170 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-21T12:53:35.172 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T12:53:35.173 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"ff88ba75-bc94-4dd2-a87a-3b2bf25e1359",' '"endpoint":' '"http://smithi066:5500",' '"access_key":' '"RFUG2V8ZNG39H0U846I4",' '"secret":' '"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy"' '}' 2024-03-21T12:53:35.173 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-21T12:53:35.175 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T12:53:35.176 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"ff88ba75-bc94-4dd2-a87a-3b2bf25e1359",' '"endpoint":' '"http://smithi066:5500",' '"access_key":' '"RFUG2V8ZNG39H0U846I4",' '"secret":' '"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy"' '}' 2024-03-21T12:53:35.176 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status .access_key 2024-03-21T12:53:35.178 INFO:teuthology.orchestra.run.smithi031.stdout:"RFUG2V8ZNG39H0U846I4" 2024-03-21T12:53:35.178 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"ff88ba75-bc94-4dd2-a87a-3b2bf25e1359",' '"endpoint":' '"http://smithi066:5500",' '"access_key":' '"RFUG2V8ZNG39H0U846I4",' '"secret":' '"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy"' '}' 2024-03-21T12:53:35.178 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status .secret 2024-03-21T12:53:35.180 INFO:teuthology.orchestra.run.smithi031.stdout:"GkpAagIC8tBoFiY6zxA7aCYfX6Eq0bbJx3UfWupy" 2024-03-21T12:53:35.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:35 smithi031 ceph-mon[29815]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 91 KiB/s rd, 5.8 KiB/s wr, 175 op/s 2024-03-21T12:53:35.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:35 smithi031 ceph-mon[29815]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:35.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:35 smithi066 ceph-mon[33302]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 91 KiB/s rd, 5.8 KiB/s wr, 175 op/s 2024-03-21T12:53:35.753 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:35 smithi066 ceph-mon[33302]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:35.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:35 smithi136 ceph-mon[33587]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 91 KiB/s rd, 5.8 KiB/s wr, 175 op/s 2024-03-21T12:53:35.888 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:35 smithi136 ceph-mon[33587]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:53:35.923 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T12:53:35.936 INFO:tasks.cephadm:Teardown begin 2024-03-21T12:53:35.936 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:35.967 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:36.007 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:53:36.042 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T12:53:36.043 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:53:36.058 DEBUG:teuthology.orchestra.run.smithi066:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:53:36.075 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:53:36.100 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T12:53:36.100 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T12:53:36.100 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a 2024-03-21T12:53:36.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 systemd[1]: Stopping Ceph mon.a for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:36.725 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a[29811]: 2024-03-21T12:53:36.382+0000 7f13091bc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:36.725 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a[29811]: 2024-03-21T12:53:36.382+0000 7f13091bc700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T12:53:36.725 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 podman[76682]: 2024-03-21 12:53:36.444983509 +0000 UTC m=+0.160224868 container died df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240319) 2024-03-21T12:53:37.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 podman[76682]: 2024-03-21 12:53:36.799951644 +0000 UTC m=+0.515193002 container cleanup df3f5e4264376d986a78b02ecacaedf26313f4f0731409880cad58b890069c97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T12:53:37.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 12:53:36 smithi031 bash[76682]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-a 2024-03-21T12:53:37.221 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T12:53:37.271 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:37.271 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T12:53:37.271 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T12:53:37.271 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.b 2024-03-21T12:53:37.582 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:37 smithi066 systemd[1]: Stopping Ceph mon.b for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:38.003 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:37 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b[33298]: 2024-03-21T12:53:37.580+0000 7f0a5d85e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:38.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:37 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b[33298]: 2024-03-21T12:53:37.580+0000 7f0a5d85e700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T12:53:38.004 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:37 smithi066 podman[44149]: 2024-03-21 12:53:37.725169868 +0000 UTC m=+0.248533468 container died d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux ) 2024-03-21T12:53:38.365 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 podman[44149]: 2024-03-21 12:53:38.172970137 +0000 UTC m=+0.696333736 container cleanup d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-03-21T12:53:38.366 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 bash[44149]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b 2024-03-21T12:53:38.611 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T12:53:38.638 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 podman[44163]: 2024-03-21 12:53:38.365791715 +0000 UTC m=+0.634624585 container remove d88d50381f2ed82d6789219d01522c03154b661f87648ade2acc2ab4237720a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-b, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-03-21T12:53:38.638 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 systemd[1]: ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.b.service: Deactivated successfully. 2024-03-21T12:53:38.638 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 systemd[1]: Stopped Ceph mon.b for 46613e8e-e781-11ee-95cd-87774f69a715. 2024-03-21T12:53:38.639 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 21 12:53:38 smithi066 systemd[1]: ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.b.service: Consumed 3.701s CPU time. 2024-03-21T12:53:38.675 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:38.675 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T12:53:38.675 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T12:53:38.676 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.c 2024-03-21T12:53:38.977 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:38 smithi136 systemd[1]: Stopping Ceph mon.c for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:39.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:38 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c[33583]: 2024-03-21T12:53:38.976+0000 7f7f17c34700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:39.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:38 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c[33583]: 2024-03-21T12:53:38.976+0000 7f7f17c34700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T12:53:39.388 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:39 smithi136 podman[44029]: 2024-03-21 12:53:39.150401003 +0000 UTC m=+0.286843996 container died dfb432fce4c6fd44b49f48573fc3909d0604ebbf663726932eee5e1a097b5b9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-03-21T12:53:39.778 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:39 smithi136 podman[44029]: 2024-03-21 12:53:39.501932879 +0000 UTC m=+0.638375872 container cleanup dfb432fce4c6fd44b49f48573fc3909d0604ebbf663726932eee5e1a097b5b9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD) 2024-03-21T12:53:39.778 INFO:journalctl@ceph.mon.c.smithi136.stdout:Mar 21 12:53:39 smithi136 bash[44029]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mon-c 2024-03-21T12:53:39.937 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T12:53:39.984 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:39.984 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T12:53:39.984 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T12:53:39.985 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a 2024-03-21T12:53:40.267 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:40 smithi031 systemd[1]: Stopping Ceph mgr.a for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:40.688 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:40 smithi031 podman[76803]: 2024-03-21 12:53:40.293071348 +0000 UTC m=+0.124773984 container died 169a76846ee13d87954727559bff8a09a883904d9c27e093b872e33887b6a834 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2) 2024-03-21T12:53:40.996 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:40 smithi031 podman[76803]: 2024-03-21 12:53:40.77033887 +0000 UTC m=+0.602041498 container cleanup 169a76846ee13d87954727559bff8a09a883904d9c27e093b872e33887b6a834 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319) 2024-03-21T12:53:40.996 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 12:53:40 smithi031 bash[76803]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-a 2024-03-21T12:53:41.113 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T12:53:41.149 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:41.149 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T12:53:41.149 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T12:53:41.150 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.b 2024-03-21T12:53:41.504 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:41 smithi066 systemd[1]: Stopping Ceph mgr.b for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:41.860 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:41 smithi066 podman[44272]: 2024-03-21 12:53:41.581197295 +0000 UTC m=+0.242968317 container died cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-03-21T12:53:42.253 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:42 smithi066 podman[44272]: 2024-03-21 12:53:42.04363609 +0000 UTC m=+0.705407151 container cleanup cfa63a54c39756eb2c58dabe0e9f7aab9244cde84dbfae1d12b68a2b2e0fc1c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:53:42.254 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 21 12:53:42 smithi066 bash[44272]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-mgr-b 2024-03-21T12:53:42.476 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T12:53:42.518 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:42.518 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T12:53:42.518 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T12:53:42.518 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.0 2024-03-21T12:53:42.816 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:42 smithi031 systemd[1]: Stopping Ceph osd.0 for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:43.267 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:42 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0[43822]: 2024-03-21T12:53:42.815+0000 7f9f483bc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:43.267 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:42 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0[43822]: 2024-03-21T12:53:42.815+0000 7f9f483bc700 -1 osd.0 31 *** Got signal Terminated *** 2024-03-21T12:53:43.267 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:42 smithi031 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0[43822]: 2024-03-21T12:53:42.815+0000 7f9f483bc700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:53:48.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:48 smithi031 podman[76925]: 2024-03-21 12:53:48.166870751 +0000 UTC m=+5.458334999 container died 77f7af1994ac93d9cf8fc169e0bc243be75128d44d39e05735868f12d30aaac8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-03-21T12:53:49.017 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:48 smithi031 podman[76925]: 2024-03-21 12:53:48.616204883 +0000 UTC m=+5.907669164 container cleanup 77f7af1994ac93d9cf8fc169e0bc243be75128d44d39e05735868f12d30aaac8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:53:49.017 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:48 smithi031 bash[76925]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0 2024-03-21T12:53:49.017 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:48 smithi031 podman[76942]: 2024-03-21 12:53:48.800576091 +0000 UTC m=+0.630291482 container remove 77f7af1994ac93d9cf8fc169e0bc243be75128d44d39e05735868f12d30aaac8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319) 2024-03-21T12:53:49.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.140639618 +0000 UTC m=+0.017523230 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T12:53:49.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.267929607 +0000 UTC m=+0.144813216 container create 80017d253cc5f1a9fe524fbd81d2e6bf30c954c90ff11fc6358f33e8133fe6c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD) 2024-03-21T12:53:49.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.470345885 +0000 UTC m=+0.347229502 container init 80017d253cc5f1a9fe524fbd81d2e6bf30c954c90ff11fc6358f33e8133fe6c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-03-21T12:53:49.517 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.473354069 +0000 UTC m=+0.350237674 container start 80017d253cc5f1a9fe524fbd81d2e6bf30c954c90ff11fc6358f33e8133fe6c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True) 2024-03-21T12:53:50.017 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.553567986 +0000 UTC m=+0.430451595 container attach 80017d253cc5f1a9fe524fbd81d2e6bf30c954c90ff11fc6358f33e8133fe6c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240319, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-21T12:53:50.017 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 12:53:49 smithi031 podman[77037]: 2024-03-21 12:53:49.775218213 +0000 UTC m=+0.652101819 container died 80017d253cc5f1a9fe524fbd81d2e6bf30c954c90ff11fc6358f33e8133fe6c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, ceph=True) 2024-03-21T12:53:50.323 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T12:53:50.367 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:50.367 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T12:53:50.367 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T12:53:50.368 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.1 2024-03-21T12:53:50.673 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:50 smithi066 systemd[1]: Stopping Ceph osd.1 for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:50.943 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:50 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1[37559]: 2024-03-21T12:53:50.671+0000 7f8861dfc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:50.943 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:50 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1[37559]: 2024-03-21T12:53:50.671+0000 7f8861dfc700 -1 osd.1 31 *** Got signal Terminated *** 2024-03-21T12:53:50.943 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:50 smithi066 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1[37559]: 2024-03-21T12:53:50.671+0000 7f8861dfc700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:53:56.388 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:56 smithi066 podman[44394]: 2024-03-21 12:53:56.087861873 +0000 UTC m=+5.513802526 container died 63281b697424dca129deed281e9595912077f32e28bb494568f3f072446c1800 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T12:53:56.389 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:56 smithi066 podman[44394]: 2024-03-21 12:53:56.388877273 +0000 UTC m=+5.814817924 container cleanup 63281b697424dca129deed281e9595912077f32e28bb494568f3f072446c1800 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-03-21T12:53:56.680 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:56 smithi066 bash[44394]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1 2024-03-21T12:53:57.003 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:56 smithi066 podman[44421]: 2024-03-21 12:53:56.681214739 +0000 UTC m=+0.586545820 container remove 63281b697424dca129deed281e9595912077f32e28bb494568f3f072446c1800 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-03-21T12:53:57.300 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:56.91864071 +0000 UTC m=+0.018086219 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T12:53:57.300 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:57.042059843 +0000 UTC m=+0.141505359 container create e164ef775e9a9ba5d4afc14f14f5d76bbf72cb100a2f7808818bc0a3c42bf25c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-03-21T12:53:57.300 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:57.234657609 +0000 UTC m=+0.334103127 container init e164ef775e9a9ba5d4afc14f14f5d76bbf72cb100a2f7808818bc0a3c42bf25c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T12:53:57.301 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:57.238041993 +0000 UTC m=+0.337487509 container start e164ef775e9a9ba5d4afc14f14f5d76bbf72cb100a2f7808818bc0a3c42bf25c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-03-21T12:53:57.301 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:57.300919951 +0000 UTC m=+0.400365475 container attach e164ef775e9a9ba5d4afc14f14f5d76bbf72cb100a2f7808818bc0a3c42bf25c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319) 2024-03-21T12:53:57.845 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 21 12:53:57 smithi066 podman[44510]: 2024-03-21 12:53:57.551502677 +0000 UTC m=+0.650948197 container died e164ef775e9a9ba5d4afc14f14f5d76bbf72cb100a2f7808818bc0a3c42bf25c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-21T12:53:58.049 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T12:53:58.097 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:53:58.097 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T12:53:58.097 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T12:53:58.097 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.2 2024-03-21T12:53:58.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:53:58 smithi136 systemd[1]: Stopping Ceph osd.2 for 46613e8e-e781-11ee-95cd-87774f69a715... 2024-03-21T12:53:58.888 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:53:58 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2[37959]: 2024-03-21T12:53:58.427+0000 7f79eabaf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-21T12:53:58.888 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:53:58 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2[37959]: 2024-03-21T12:53:58.427+0000 7f79eabaf700 -1 osd.2 31 *** Got signal Terminated *** 2024-03-21T12:53:58.888 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:53:58 smithi136 ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2[37959]: 2024-03-21T12:53:58.427+0000 7f79eabaf700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:54:04.095 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:03 smithi136 podman[44163]: 2024-03-21 12:54:03.83976628 +0000 UTC m=+5.547207350 container died 2d3b171c939ca52672ed81ad745231533632dc5ced89e1b8e6fe4c9b43752d03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True) 2024-03-21T12:54:04.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:04 smithi136 podman[44163]: 2024-03-21 12:54:04.26084282 +0000 UTC m=+5.968283887 container cleanup 2d3b171c939ca52672ed81ad745231533632dc5ced89e1b8e6fe4c9b43752d03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True) 2024-03-21T12:54:04.388 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:04 smithi136 bash[44163]: ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2 2024-03-21T12:54:04.876 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:04 smithi136 podman[44180]: 2024-03-21 12:54:04.478830304 +0000 UTC m=+0.631502951 container remove 2d3b171c939ca52672ed81ad745231533632dc5ced89e1b8e6fe4c9b43752d03 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:54:05.138 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:04 smithi136 podman[44271]: 2024-03-21 12:54:04.77938359 +0000 UTC m=+0.018830519 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T12:54:05.139 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:04 smithi136 podman[44271]: 2024-03-21 12:54:04.879577014 +0000 UTC m=+0.119023934 container create fac02be50c95a1b44494e99b18609072ba5bd45386d343704ee365965537bb71 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-03-21T12:54:05.139 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:05 smithi136 podman[44271]: 2024-03-21 12:54:05.098859348 +0000 UTC m=+0.338306268 container init fac02be50c95a1b44494e99b18609072ba5bd45386d343704ee365965537bb71 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2-deactivate, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_CLEAN=True) 2024-03-21T12:54:05.139 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:05 smithi136 podman[44271]: 2024-03-21 12:54:05.102082909 +0000 UTC m=+0.341529838 container start fac02be50c95a1b44494e99b18609072ba5bd45386d343704ee365965537bb71 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2-deactivate, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:54:05.638 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:05 smithi136 podman[44271]: 2024-03-21 12:54:05.157025496 +0000 UTC m=+0.396472421 container attach fac02be50c95a1b44494e99b18609072ba5bd45386d343704ee365965537bb71 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T12:54:05.639 INFO:journalctl@ceph.osd.2.smithi136.stdout:Mar 21 12:54:05 smithi136 podman[44271]: 2024-03-21 12:54:05.387947853 +0000 UTC m=+0.627394765 container died fac02be50c95a1b44494e99b18609072ba5bd45386d343704ee365965537bb71 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-46613e8e-e781-11ee-95cd-87774f69a715-osd-2-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2) 2024-03-21T12:54:05.949 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46613e8e-e781-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T12:54:05.989 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:54:05.989 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T12:54:05.990 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:54:06.191 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:07.223 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:54:07.427 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:19.900 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:54:20.090 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:32.221 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:54:32.255 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:54:32.292 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:54:32.322 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T12:54:32.325 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi031/crash 2024-03-21T12:54:32.326 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:54:32.365 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:54:32.365 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:54:32.367 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi066/crash 2024-03-21T12:54:32.368 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:54:32.410 INFO:teuthology.orchestra.run.smithi066.stderr:tar: /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:54:32.410 INFO:teuthology.orchestra.run.smithi066.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:54:32.412 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi136/crash 2024-03-21T12:54:32.413 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:54:32.446 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/46613e8e-e781-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:54:32.447 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:54:32.447 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T12:54:32.448 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T12:54:32.480 INFO:teuthology.orchestra.run.smithi031.stdout:2024-03-21T12:51:00.709674+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:54:32.480 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T12:54:32.480 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[SEC\]' /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T12:54:32.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]' /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T12:54:32.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[WRN\]' /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T12:54:32.695 INFO:teuthology.orchestra.run.smithi031.stdout:2024-03-21T12:51:00.709674+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:54:32.695 INFO:tasks.cephadm:Compressing logs... 2024-03-21T12:54:32.695 DEBUG:teuthology.orchestra.run.smithi031:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:54:32.737 DEBUG:teuthology.orchestra.run.smithi066:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:54:32.740 DEBUG:teuthology.orchestra.run.smithi136:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:54:32.763 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T12:54:32.763 INFO:teuthology.orchestra.run.smithi031.stderr:: No such file or directory 2024-03-21T12:54:32.763 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T12:54:32.763 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5/var/log/ceph/cephadm.log: --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:54:32.763 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T12:54:32.764 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T12:54:32.764 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T12:54:32.766 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:54:32.766 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:54:32.766 INFO:teuthology.orchestra.run.smithi031.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:54:32.766 INFO:teuthology.orchestra.run.smithi031.stderr: 89.2% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log.gz 82.7% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:54:32.767 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-03-21T12:54:32.767 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log: 84.9% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log: No such file or directory 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi136.jrdxrv.log 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T12:54:32.768 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi136.jrdxrv.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:54:32.769 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:54:32.769 INFO:teuthology.orchestra.run.smithi031.stderr: 91.0% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:54:32.772 INFO:teuthology.orchestra.run.smithi136.stderr: 71.3% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi136.jrdxrv.log.gz 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr: 80.8% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr: 89.3% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr: 84.6% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:54:32.773 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:54:32.774 INFO:teuthology.orchestra.run.smithi066.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T12:54:32.774 INFO:teuthology.orchestra.run.smithi066.stderr:: No such file or directory 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi066.iecfdt.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log 88.4% 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi066.iecfdt.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr: 71.1% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi066.iecfdt.log.gz 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log: 89.2% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr: 80.8% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr: 84.4% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:54:32.775 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:54:32.778 INFO:teuthology.orchestra.run.smithi066.stderr: 90.1% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T12:54:32.816 INFO:teuthology.orchestra.run.smithi136.stderr: 92.7% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T12:54:32.825 INFO:teuthology.orchestra.run.smithi066.stderr: 92.3% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T12:54:32.837 INFO:teuthology.orchestra.run.smithi031.stderr: 89.4% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T12:54:32.933 INFO:teuthology.orchestra.run.smithi031.stderr: 91.6% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T12:54:33.162 INFO:teuthology.orchestra.run.smithi136.stderr: 94.1% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T12:54:33.164 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-03-21T12:54:33.164 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.410s 2024-03-21T12:54:33.164 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.442s 2024-03-21T12:54:33.164 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.035s 2024-03-21T12:54:33.188 INFO:teuthology.orchestra.run.smithi031.stderr: 94.0% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T12:54:33.190 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-03-21T12:54:33.190 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.441s 2024-03-21T12:54:33.190 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.664s 2024-03-21T12:54:33.190 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.044s 2024-03-21T12:54:33.234 INFO:teuthology.orchestra.run.smithi066.stderr: 94.1% -- replaced with /var/log/ceph/46613e8e-e781-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T12:54:33.236 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-03-21T12:54:33.236 INFO:teuthology.orchestra.run.smithi066.stderr:real 0m0.483s 2024-03-21T12:54:33.236 INFO:teuthology.orchestra.run.smithi066.stderr:user 0m0.533s 2024-03-21T12:54:33.237 INFO:teuthology.orchestra.run.smithi066.stderr:sys 0m0.035s 2024-03-21T12:54:33.237 INFO:tasks.cephadm:Archiving logs... 2024-03-21T12:54:33.237 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi031/log 2024-03-21T12:54:33.238 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:54:33.386 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi066/log 2024-03-21T12:54:33.387 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:54:33.516 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi136/log 2024-03-21T12:54:33.517 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:54:33.619 INFO:tasks.cephadm:Removing cluster... 2024-03-21T12:54:33.620 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force 2024-03-21T12:54:33.804 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:34.057 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force 2024-03-21T12:54:34.256 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:34.517 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46613e8e-e781-11ee-95cd-87774f69a715 --force 2024-03-21T12:54:34.706 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 46613e8e-e781-11ee-95cd-87774f69a715 2024-03-21T12:54:34.954 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T12:54:34.955 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:54:34.973 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:54:34.989 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:54:35.004 INFO:tasks.cephadm:Teardown complete 2024-03-21T12:54:35.005 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T12:54:35.016 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-21T12:54:35.016 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:54:35.019 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:54:35.032 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:54:35.146 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T12:54:35.155 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T12:54:35.155 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:54:35.158 DEBUG:teuthology.orchestra.run.smithi066:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:54:35.160 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:54:35.172 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:54:35.173 INFO:teuthology.orchestra.run.smithi066.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:54:35.174 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 62 +1006us[ +987us] +/- 81ms 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 377 61 -1306us[-1326us] +/- 68ms 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +433us[ +413us] +/- 62ms 2024-03-21T12:54:35.182 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 61 +1006us[+1006us] +/- 81ms 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -1308us[-1259us] +/- 68ms 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +436us[ +486us] +/- 62ms 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi066.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T12:54:35.184 INFO:teuthology.orchestra.run.smithi066.stdout:=============================================================================== 2024-03-21T12:54:35.185 INFO:teuthology.orchestra.run.smithi066.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 63 +1005us[+1045us] +/- 81ms 2024-03-21T12:54:35.185 INFO:teuthology.orchestra.run.smithi066.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -1312us[-1271us] +/- 68ms 2024-03-21T12:54:35.185 INFO:teuthology.orchestra.run.smithi066.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +426us[ +426us] +/- 62ms 2024-03-21T12:54:35.185 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T12:54:35.185 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T12:54:35.194 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T12:54:35.195 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T12:54:35.234 DEBUG:teuthology.orchestra.run.smithi031:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-21T12:54:35.310 DEBUG:teuthology.orchestra.run.smithi066:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-21T12:54:35.390 DEBUG:teuthology.orchestra.run.smithi136:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-21T12:54:35.457 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:54:35.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:35.489 DEBUG:teuthology.orchestra.run.smithi066:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:54:35.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:35.524 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T12:54:35.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:35.554 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T12:54:35.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T12:54:35.573 INFO:teuthology.task.internal:Duration was 981.387696 seconds 2024-03-21T12:54:35.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T12:54:35.582 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T12:54:35.582 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:54:35.585 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:54:35.587 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:54:35.629 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:54:35.637 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:54:35.638 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T12:54:36.041 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T12:54:36.041 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T12:54:36.041 DEBUG:teuthology.orchestra.run.smithi031:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:54:36.063 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T12:54:36.064 DEBUG:teuthology.orchestra.run.smithi066:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:54:36.089 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-03-21T12:54:36.090 DEBUG:teuthology.orchestra.run.smithi136:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:54:36.114 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T12:54:36.114 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:54:36.117 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:54:36.132 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:54:36.182 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T12:54:36.182 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:54:36.189 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:54:36.206 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:54:36.357 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T12:54:36.368 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T12:54:36.369 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:54:36.395 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:54:36.426 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:54:36.453 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T12:54:36.463 DEBUG:teuthology.orchestra.run.smithi031:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.465 DEBUG:teuthology.orchestra.run.smithi066:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.468 DEBUG:teuthology.orchestra.run.smithi136:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.488 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-03-21T12:54:36.495 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-03-21T12:54:36.518 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-03-21T12:54:36.541 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:36.572 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:36.586 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:54:36.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:54:36.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T12:54:36.611 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T12:54:36.612 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi031 2024-03-21T12:54:36.612 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:54:36.650 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi066 2024-03-21T12:54:36.651 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:54:36.692 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930/remote/smithi136 2024-03-21T12:54:36.692 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:54:36.728 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T12:54:36.729 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:54:36.731 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:54:36.733 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:54:36.777 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T12:54:36.788 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T12:54:36.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T12:54:36.798 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T12:54:36.798 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:54:36.800 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:54:36.802 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:54:36.812 INFO:teuthology.orchestra.run.smithi031.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:54 /home/ubuntu/cephtest 2024-03-21T12:54:36.815 INFO:teuthology.orchestra.run.smithi066.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:54 /home/ubuntu/cephtest 2024-03-21T12:54:36.832 INFO:teuthology.orchestra.run.smithi136.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:54 /home/ubuntu/cephtest 2024-03-21T12:54:36.833 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T12:54:36.844 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T12:54:36.864 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T12:54:36.890 DEBUG:teuthology.nuke:shortname: smithi031 2024-03-21T12:54:36.891 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:54:36.917 DEBUG:teuthology.nuke:shortname: smithi066 2024-03-21T12:54:36.917 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:54:36.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.181420', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/tiS642K0Z/W2KwCjbyn+5HDLFSEbvPbnOIi7Kwe6+CZHSLF4s76Kb6jeethgdAGN3Mja6szzZX5LJRUlsaJ8='} 2024-03-21T12:54:36.939 DEBUG:teuthology.nuke:shortname: smithi136 2024-03-21T12:54:36.939 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:54:36.943 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.184622', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABcVFCNkEumybneGBR2FuOvzg+bIIQlbTxicL2qIAkhCR1sw0iptsv+xfOeJ4jo4Hcrswv1P/7iZPIhDcqI6rw='} 2024-03-21T12:54:36.965 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:26:45.183092', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfKCKfKg1ORD/rziHZ3Cd3ZpQeO1vqVzW9vt7V3/cTboB/MTfwuTvFEIjYQjbmPch0c4tSI+sFQ48Yjh314FLo='} 2024-03-21T12:54:36.976 INFO:teuthology.orchestra.console.smithi031:Power off 2024-03-21T12:54:36.976 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:54:37.001 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-03-21T12:54:37.001 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:37.019 INFO:teuthology.orchestra.console.smithi066:Power off 2024-03-21T12:54:37.019 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:54:37.033 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T12:54:37.058 INFO:teuthology.orchestra.console.smithi136:Power off 2024-03-21T12:54:37.058 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:54:37.067 DEBUG:teuthology.orchestra.console.smithi066:power off output: Chassis Power Control: Down/Off 2024-03-21T12:54:37.068 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:37.082 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2024-03-21T12:54:37.083 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:37.092 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T12:54:37.107 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-03-21T12:54:41.034 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:41.093 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:41.108 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:41.144 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T12:54:41.203 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T12:54:41.218 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-03-21T12:54:45.146 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:45.204 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:45.218 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:45.257 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T12:54:45.315 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T12:54:45.329 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2024-03-21T12:54:45.429 INFO:teuthology.orchestra.console.smithi136:Power off completed 2024-03-21T12:54:49.262 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:49.316 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:54:49.373 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-03-21T12:54:49.426 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is off 2024-03-21T12:54:49.475 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-03-21T12:54:49.527 INFO:teuthology.orchestra.console.smithi066:Power off completed 2024-03-21T12:54:49.632 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 981.3876955509186 failure_reason: '"2024-03-21T12:51:00.709674+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-03-21T12:54:49.632 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T12:54:49.721 INFO:teuthology.run:FAIL