2023-12-15T18:22:03.350 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-15T18:22:03.351 DEBUG:teuthology.run:Teuthology command: teuthology --name cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi --archive /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228 --owner scheduled_cbodley@teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/orig.config.yaml 2023-12-15T18:22:03.382 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-15T18:22:03.465 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228 branch: wip-yuri3-testing-2023-12-07-0727 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7493228' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri3-testing-2023-12-07-0727 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-12-07-0727 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe owner: scheduled_cbodley@teuthology priority: 80 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: 9380 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-12-07-0727 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLs9d9gyAJ9DGJBlvbUEjJOVQtU60ISRtdLW1sCMAmPd3gj7WyTqdcnlgepgAz2zAvvI2hB5dPzZN2OgZMqCaE= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNyeMF6Dk0ISBSealn34+8S2K4z6k8w2JTMq4j+y4VavfgNqJLSfFOL7zuh1hhO5pmtk4BOsiElFx9FEeknI9T8= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgzBkbJsGnbLyis+sEcA3tS0oWIs3OdlXviPBRmj5NGfSPAYHaK6/MTv7QD2HdSW3aZLCB7aeSF0IiOHFvyJWs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-15_15:26:38 tube: smithi user: cbodley verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-15T18:22:03.465 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa; will attempt to use it 2023-12-15T18:22:03.466 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks 2023-12-15T18:22:03.466 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-15T18:22:03.468 INFO:teuthology.task.internal:Checking packages... 2023-12-15T18:22:03.491 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe' 2023-12-15T18:22:03.491 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-15T18:22:03.491 INFO:teuthology.packaging:ref: None 2023-12-15T18:22:03.492 INFO:teuthology.packaging:tag: None 2023-12-15T18:22:03.492 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-12-07-0727 2023-12-15T18:22:03.492 INFO:teuthology.packaging:sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:22:03.492 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-12-07-0727 2023-12-15T18:22:03.749 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-83.gc56ad3ea 2023-12-15T18:22:03.751 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-15T18:22:03.757 INFO:teuthology.task.internal:no buildpackages task found 2023-12-15T18:22:03.757 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-15T18:22:03.773 INFO:teuthology.task.internal:Saving configuration 2023-12-15T18:22:03.786 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-15T18:22:03.792 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-15T18:22:03.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.461274', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLs9d9gyAJ9DGJBlvbUEjJOVQtU60ISRtdLW1sCMAmPd3gj7WyTqdcnlgepgAz2zAvvI2hB5dPzZN2OgZMqCaE='} 2023-12-15T18:22:03.835 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.460207', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNyeMF6Dk0ISBSealn34+8S2K4z6k8w2JTMq4j+y4VavfgNqJLSfFOL7zuh1hhO5pmtk4BOsiElFx9FEeknI9T8='} 2023-12-15T18:22:03.853 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.458440', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgzBkbJsGnbLyis+sEcA3tS0oWIs3OdlXviPBRmj5NGfSPAYHaK6/MTv7QD2HdSW3aZLCB7aeSF0IiOHFvyJWs='} 2023-12-15T18:22:03.854 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-15T18:22:03.859 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-15T18:22:03.860 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-15T18:22:03.860 INFO:teuthology.task.internal:roles: ubuntu@smithi181.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-15T18:22:03.860 INFO:teuthology.run_tasks:Running task console_log... 2023-12-15T18:22:03.958 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0b74a7be50>, signals=[15]) 2023-12-15T18:22:03.958 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-15T18:22:03.965 INFO:teuthology.task.internal:Opening connections... 2023-12-15T18:22:03.965 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-12-15T18:22:03.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:22:04.033 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2023-12-15T18:22:04.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:22:04.101 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2023-12-15T18:22:04.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:22:04.168 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-15T18:22:04.175 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-12-15T18:22:04.197 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-12-15T18:22:04.198 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-12-15T18:22:04.257 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Red Hat Enterprise Linux" 2023-12-15T18:22:04.257 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8.6 (Ootpa)" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:ID="rhel" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="fedora" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8.6" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.redhat.com/" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-15T18:22:04.258 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-15T18:22:04.259 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-15T18:22:04.259 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-15T18:22:04.259 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-12-15T18:22:04.293 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2023-12-15T18:22:04.313 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2023-12-15T18:22:04.314 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Red Hat Enterprise Linux" 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8.6 (Ootpa)" 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:ID="rhel" 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="fedora" 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8.6" 2023-12-15T18:22:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.redhat.com/" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-15T18:22:04.374 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-15T18:22:04.375 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2023-12-15T18:22:04.393 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2023-12-15T18:22:04.413 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2023-12-15T18:22:04.413 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="Red Hat Enterprise Linux" 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="8.6 (Ootpa)" 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:ID="rhel" 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="fedora" 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="8.6" 2023-12-15T18:22:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el8" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://www.redhat.com/" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-15T18:22:04.473 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-15T18:22:04.474 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2023-12-15T18:22:04.493 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-15T18:22:04.502 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-15T18:22:04.507 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-15T18:22:04.507 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-12-15T18:22:04.510 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2023-12-15T18:22:04.513 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2023-12-15T18:22:04.531 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-15T18:22:04.537 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-15T18:22:04.537 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-12-15T18:22:04.570 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2023-12-15T18:22:04.573 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2023-12-15T18:22:04.607 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-15T18:22:04.682 INFO:teuthology.run_tasks:Running task kernel... 2023-12-15T18:22:04.697 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-15T18:22:04.697 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-15T18:22:04.697 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-15T18:22:04.698 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-15T18:22:04.698 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-15T18:22:04.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:04.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:04.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:04.719 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-12-15T18:22:04.719 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2023-12-15T18:22:04.719 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2023-12-15T18:22:04.778 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.778 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.778 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2023-12-15T18:22:04.780 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.780 INFO:teuthology.orchestra.run.smithi181.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.780 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.780 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-12-15T18:22:04.780 INFO:teuthology.task.kernel:Running kernel on smithi181: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:04.781 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2023-12-15T18:22:06.361 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:06.361 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-15T18:22:06.362 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:06.362 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2023-12-15T18:22:06.374 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:06.374 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-15T18:22:06.467 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:06.467 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:06.467 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:06.475 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:06.475 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:06.475 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:06.480 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:06.480 INFO:teuthology.orchestra.run.smithi161.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:06.480 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:08.218 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-15T18:22:08.315 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-15T18:22:08.337 INFO:teuthology.orchestra.run.smithi181.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-15T18:22:09.173 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-15T18:22:09.177 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-15T18:22:09.274 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-15T18:22:12.748 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 522 kB/s | 24 kB 00:00 2023-12-15T18:22:12.808 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 443 kB/s | 24 kB 00:00 2023-12-15T18:22:12.852 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 375 kB/s | 24 kB 00:00 2023-12-15T18:22:13.501 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-15T18:22:13.501 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-15T18:22:13.551 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-15T18:22:13.551 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-15T18:22:13.581 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:22:13.582 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:22:13.582 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:22:13.621 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:22:13.622 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:22:13.622 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:22:13.637 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-15T18:22:13.638 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-15T18:22:13.708 DEBUG:teuthology.orchestra.run.smithi181:> echo no | sudo yum reinstall kernel || true 2023-12-15T18:22:13.710 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:22:13.711 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:22:13.712 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:22:13.774 DEBUG:teuthology.orchestra.run.smithi161:> echo no | sudo yum reinstall kernel || true 2023-12-15T18:22:13.877 DEBUG:teuthology.orchestra.run.smithi088:> echo no | sudo yum reinstall kernel || true 2023-12-15T18:22:14.047 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:14.047 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2023-12-15T18:22:14.110 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:14.110 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-15T18:22:14.147 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:14.148 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:14.148 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:14.189 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:14.189 INFO:teuthology.orchestra.run.smithi161.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:14.189 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:14.210 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:14.210 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-15T18:22:14.272 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:14.273 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:14.273 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:14.453 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:02 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:14.493 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:02 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:14.536 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:14.537 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:14.581 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:14.583 INFO:teuthology.orchestra.run.smithi181.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:14.583 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:14.587 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:14.626 INFO:teuthology.orchestra.run.smithi161.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:14.630 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum reinstall -y kernel || true 2023-12-15T18:22:14.654 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:14.661 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:14.674 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum reinstall -y kernel || true 2023-12-15T18:22:14.713 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:14.759 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum reinstall -y kernel || true 2023-12-15T18:22:14.964 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:14.964 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2023-12-15T18:22:15.009 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:15.009 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-15T18:22:15.031 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:15.031 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:15.031 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:22:15.064 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:15.065 INFO:teuthology.orchestra.run.smithi161.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:15.065 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:22:15.092 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:22:15.092 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-15T18:22:15.156 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:15.156 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-15T18:22:15.156 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:22:15.328 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:03 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:15.364 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:03 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:15.390 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:15.390 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:15.418 INFO:teuthology.orchestra.run.smithi181.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:15.426 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:15.426 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:15.451 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:03 ago on Fri 15 Dec 2023 06:22:12 PM UTC. 2023-12-15T18:22:15.456 INFO:teuthology.orchestra.run.smithi161.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:15.464 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2023-12-15T18:22:15.505 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2023-12-15T18:22:15.519 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-15T18:22:15.519 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-15T18:22:15.555 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-15T18:22:15.602 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-12-15T18:22:15.621 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.622 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-15T18:22:15.622 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-15T18:22:15.622 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-15T18:22:15.652 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2023-12-15T18:22:15.666 DEBUG:teuthology.parallel:result is None 2023-12-15T18:22:15.681 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.682 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.682 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-15T18:22:15.682 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-15T18:22:15.682 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-15T18:22:15.717 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2023-12-15T18:22:15.728 DEBUG:teuthology.parallel:result is None 2023-12-15T18:22:15.768 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-15T18:22:15.769 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-15T18:22:15.769 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-15T18:22:15.769 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-15T18:22:15.800 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-12-15T18:22:15.817 DEBUG:teuthology.parallel:result is None 2023-12-15T18:22:15.817 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-15T18:22:15.826 INFO:teuthology.task.internal:Creating test directory... 2023-12-15T18:22:15.826 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-15T18:22:15.860 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-15T18:22:15.862 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-15T18:22:15.879 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-15T18:22:15.886 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-15T18:22:15.895 INFO:teuthology.task.internal:Creating archive directory... 2023-12-15T18:22:15.896 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-15T18:22:15.917 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-15T18:22:15.919 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-15T18:22:15.955 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-15T18:22:15.963 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-15T18:22:15.963 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-15T18:22:15.979 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-15T18:22:15.985 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-15T18:22:16.010 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.014 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.021 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.024 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.029 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.040 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-15T18:22:16.041 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-15T18:22:16.048 INFO:teuthology.task.internal:Configuring sudo... 2023-12-15T18:22:16.048 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-15T18:22:16.065 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-15T18:22:16.067 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-15T18:22:16.108 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-15T18:22:16.117 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-15T18:22:16.117 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-15T18:22:16.132 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-15T18:22:16.134 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-15T18:22:16.165 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.229 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.300 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.343 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.385 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:22:16.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-15T18:22:16.452 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.500 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.549 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.633 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.675 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:22:16.675 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-15T18:22:16.742 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.789 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-15T18:22:16.842 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.923 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-15T18:22:16.968 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:22:16.969 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-15T18:22:17.036 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-12-15T18:22:17.038 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2023-12-15T18:22:17.041 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2023-12-15T18:22:17.083 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:22:17.087 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:22:17.125 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:22:17.534 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-15T18:22:17.542 INFO:teuthology.task.internal:Starting timer... 2023-12-15T18:22:17.542 INFO:teuthology.run_tasks:Running task pcp... 2023-12-15T18:22:17.552 INFO:teuthology.run_tasks:Running task selinux... 2023-12-15T18:22:17.560 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-15T18:22:17.560 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-12-15T18:22:17.631 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-12-15T18:22:17.632 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2023-12-15T18:22:17.705 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2023-12-15T18:22:17.707 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2023-12-15T18:22:17.760 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2023-12-15T18:22:17.761 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-15T18:22:17.761 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-12-15T18:22:17.794 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-12-15T18:22:17.795 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2023-12-15T18:22:17.834 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2023-12-15T18:22:17.834 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2023-12-15T18:22:17.858 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2023-12-15T18:22:17.858 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive'} 2023-12-15T18:22:17.859 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:22:17.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:17.886 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:22:17.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:17.915 DEBUG:teuthology.orchestra.run.smithi181:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:22:17.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:22:17.942 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-15T18:22:17.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-12-15T18:22:17.981 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2023-12-15T18:22:18.009 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2023-12-15T18:22:18.037 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-15T18:22:18.047 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-15T18:22:18.047 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-15T18:22:18.065 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-15T18:22:18.066 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi161.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-15T18:27:44.666 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2023-12-15T18:27:44.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-15T18:27:44.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:27:44.737 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-12-15T18:27:44.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-15T18:27:44.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-15T18:27:44.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:27:44.872 DEBUG:teuthology.orchestra.run.smithi161:> true 2023-12-15T18:27:44.940 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-15T18:27:44.940 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-15T18:27:44.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-15T18:27:45.009 DEBUG:teuthology.orchestra.run.smithi181:> true 2023-12-15T18:27:45.075 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-15T18:27:45.075 INFO:teuthology.run_tasks:Running task clock... 2023-12-15T18:27:45.086 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-15T18:27:45.086 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-15T18:27:45.087 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:27:45.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-15T18:27:45.089 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:27:45.092 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-15T18:27:45.092 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:27:45.119 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-15T18:27:45.121 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-15T18:27:45.133 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-15T18:27:45.135 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-15T18:27:45.148 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-15T18:27:45.163 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-15T18:27:45.202 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2023-12-15T18:27:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-12-15T18:27:45.214 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-12-15T18:27:45.215 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2023-12-15T18:27:45.229 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-15T18:27:45.229 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-15T18:27:45.229 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2023-12-15T18:27:45.241 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2023-12-15T18:27:45.243 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-15T18:27:45.243 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-15T18:27:45.255 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-15T18:27:45.269 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-15T18:27:45.304 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2023-12-15T18:27:45.305 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.308 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.310 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.338 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2023-12-15T18:27:45.341 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:27:45.342 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2023-12-15T18:27:45.342 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.342 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.342 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.342 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:27:45.343 INFO:teuthology.run_tasks:Running task pexec... 2023-12-15T18:27:45.353 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-15T18:27:45.353 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-12-15T18:27:45.353 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-15T18:27:45.354 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2023-12-15T18:27:45.354 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-15T18:27:45.354 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2023-12-15T18:27:45.354 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-15T18:27:45.732 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:27:45.735 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:27:45.759 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:27:47.653 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-15T18:27:47.783 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:27:47.929 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:27:47.988 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 kB/s | 4.5 kB 00:00 2023-12-15T18:27:48.226 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 22 kB/s | 4.5 kB 00:00 2023-12-15T18:27:48.258 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 50 kB/s | 4.5 kB 00:00 2023-12-15T18:27:51.029 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:27:51.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:27:51.030 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:Resetting modules: 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:27:51.031 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:27:51.429 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:27:51.429 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:27:51.430 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:27:51.434 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout:Resetting modules: 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:27:51.435 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:28:02.996 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:28:03.468 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:28:04.467 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:28:04.929 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:28:05.204 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:28:05.385 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-15T18:28:05.658 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:28:05.728 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 kB/s | 4.5 kB 00:00 2023-12-15T18:28:06.871 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-15T18:28:07.209 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-15T18:28:07.779 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-15T18:28:08.195 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:28:08.822 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================================================== 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================================================== 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout:Installing group/module packages: 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:08.970 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout:Downgrading: 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:08.971 INFO:teuthology.orchestra.run.smithi161.stdout:Installing module profiles: 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools/common 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling module streams: 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 3.0 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================================================== 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout:Install 7 Packages 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout:Downgrade 12 Packages 2023-12-15T18:28:08.972 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:28:08.973 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 50 M 2023-12-15T18:28:08.973 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:28:09.151 INFO:teuthology.orchestra.run.smithi161.stdout:(1/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.8 MB/s | 511 kB 00:00 2023-12-15T18:28:09.176 INFO:teuthology.orchestra.run.smithi161.stdout:(2/19): conmon-2.0.26-3.module+el8.7.0+16533+44 253 kB/s | 51 kB 00:00 2023-12-15T18:28:09.277 INFO:teuthology.orchestra.run.smithi161.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 573 kB/s | 72 kB 00:00 2023-12-15T18:28:09.302 INFO:teuthology.orchestra.run.smithi161.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 550 kB/s | 69 kB 00:00 2023-12-15T18:28:09.636 INFO:teuthology.orchestra.run.smithi161.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 28 MB/s | 19 MB 00:00 2023-12-15T18:28:09.661 INFO:teuthology.orchestra.run.smithi161.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 159 kB/s | 57 kB 00:00 2023-12-15T18:28:09.836 INFO:teuthology.orchestra.run.smithi161.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 19 MB/s | 11 MB 00:00 2023-12-15T18:28:09.861 INFO:teuthology.orchestra.run.smithi161.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 274 kB/s | 55 kB 00:00 2023-12-15T18:28:09.962 INFO:teuthology.orchestra.run.smithi161.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.8 MB/s | 2.9 MB 00:00 2023-12-15T18:28:09.987 INFO:teuthology.orchestra.run.smithi161.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 2.5 MB/s | 323 kB 00:00 2023-12-15T18:28:10.012 INFO:teuthology.orchestra.run.smithi161.stdout:(11/19): containers-common-1.2.4-2.module+el8.7 519 kB/s | 91 kB 00:00 2023-12-15T18:28:10.029 INFO:teuthology.orchestra.run.smithi161.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 762 kB/s | 51 kB 00:00 2023-12-15T18:28:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.4 MB/s | 185 kB 00:00 2023-12-15T18:28:10.139 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:28:10.171 INFO:teuthology.orchestra.run.smithi161.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.8 MB/s | 1.1 MB 00:00 2023-12-15T18:28:10.286 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrading: 2023-12-15T18:28:10.287 INFO:teuthology.orchestra.run.smithi088.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-12-15T18:28:10.288 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 3.0 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout:Install 7 Packages 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrade 12 Packages 2023-12-15T18:28:10.289 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:28:10.290 INFO:teuthology.orchestra.run.smithi161.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2023-12-15T18:28:10.290 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 50 M 2023-12-15T18:28:10.290 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:28:10.339 INFO:teuthology.orchestra.run.smithi161.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 303 kB/s | 51 kB 00:00 2023-12-15T18:28:10.422 INFO:teuthology.orchestra.run.smithi161.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2023-12-15T18:28:10.480 INFO:teuthology.orchestra.run.smithi161.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2023-12-15T18:28:10.522 INFO:teuthology.orchestra.run.smithi088.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 221 kB/s | 51 kB 00:00 2023-12-15T18:28:10.572 INFO:teuthology.orchestra.run.smithi088.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.8 MB/s | 511 kB 00:00 2023-12-15T18:28:10.587 INFO:teuthology.orchestra.run.smithi161.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 22 MB/s | 6.6 MB 00:00 2023-12-15T18:28:10.588 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:28:10.588 INFO:teuthology.orchestra.run.smithi161.stdout:Total 31 MB/s | 50 MB 00:01 2023-12-15T18:28:10.664 INFO:teuthology.orchestra.run.smithi088.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 507 kB/s | 72 kB 00:00 2023-12-15T18:28:10.689 INFO:teuthology.orchestra.run.smithi088.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 590 kB/s | 69 kB 00:00 2023-12-15T18:28:10.756 INFO:teuthology.orchestra.run.smithi088.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 857 kB/s | 57 kB 00:00 2023-12-15T18:28:10.974 INFO:teuthology.orchestra.run.smithi088.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 27 MB/s | 19 MB 00:00 2023-12-15T18:28:11.065 INFO:teuthology.orchestra.run.smithi088.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 9.3 MB/s | 2.9 MB 00:00 2023-12-15T18:28:11.066 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:28:11.090 INFO:teuthology.orchestra.run.smithi088.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 471 kB/s | 55 kB 00:00 2023-12-15T18:28:11.109 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:28:11.109 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:28:11.274 INFO:teuthology.orchestra.run.smithi088.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 17 MB/s | 11 MB 00:00 2023-12-15T18:28:11.298 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:28:11.299 INFO:teuthology.orchestra.run.smithi088.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 390 kB/s | 91 kB 00:00 2023-12-15T18:28:11.325 INFO:teuthology.orchestra.run.smithi088.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.3 MB/s | 323 kB 00:00 2023-12-15T18:28:11.377 INFO:teuthology.orchestra.run.smithi088.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 501 kB/s | 51 kB 00:00 2023-12-15T18:28:11.417 INFO:teuthology.orchestra.run.smithi088.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 9.1 MB/s | 1.1 MB 00:00 2023-12-15T18:28:11.445 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout:Installing group/module packages: 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout:Downgrading: 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-15T18:28:11.446 INFO:teuthology.orchestra.run.smithi181.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout:Installing module profiles: 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools/common 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout:Enabling module streams: 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools 3.0 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2023-12-15T18:28:11.447 INFO:teuthology.orchestra.run.smithi181.stdout:Install 7 Packages 2023-12-15T18:28:11.448 INFO:teuthology.orchestra.run.smithi181.stdout:Downgrade 12 Packages 2023-12-15T18:28:11.448 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:28:11.448 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 50 M 2023-12-15T18:28:11.448 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:28:11.458 INFO:teuthology.orchestra.run.smithi088.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.4 MB/s | 185 kB 00:00 2023-12-15T18:28:11.534 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:28:11.543 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:28:11.626 INFO:teuthology.orchestra.run.smithi088.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 25 MB/s | 6.2 MB 00:00 2023-12-15T18:28:11.627 INFO:teuthology.orchestra.run.smithi181.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 289 kB/s | 51 kB 00:00 2023-12-15T18:28:11.659 INFO:teuthology.orchestra.run.smithi088.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 253 kB/s | 51 kB 00:00 2023-12-15T18:28:11.694 INFO:teuthology.orchestra.run.smithi181.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.0 MB/s | 511 kB 00:00 2023-12-15T18:28:11.718 INFO:teuthology.orchestra.run.smithi088.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 7.3 MB/s | 2.2 MB 00:00 2023-12-15T18:28:11.751 INFO:teuthology.orchestra.run.smithi088.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-12-15T18:28:11.769 INFO:teuthology.orchestra.run.smithi181.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 507 kB/s | 72 kB 00:00 2023-12-15T18:28:11.836 INFO:teuthology.orchestra.run.smithi181.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 489 kB/s | 69 kB 00:00 2023-12-15T18:28:11.918 INFO:teuthology.orchestra.run.smithi088.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2023-12-15T18:28:11.919 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:28:11.919 INFO:teuthology.orchestra.run.smithi088.stdout:Total 30 MB/s | 50 MB 00:01 2023-12-15T18:28:12.128 INFO:teuthology.orchestra.run.smithi181.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 27 MB/s | 19 MB 00:00 2023-12-15T18:28:12.153 INFO:teuthology.orchestra.run.smithi181.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 180 kB/s | 57 kB 00:00 2023-12-15T18:28:12.362 INFO:teuthology.orchestra.run.smithi181.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 18 MB/s | 11 MB 00:00 2023-12-15T18:28:12.387 INFO:teuthology.orchestra.run.smithi181.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 235 kB/s | 55 kB 00:00 2023-12-15T18:28:12.394 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:28:12.438 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:28:12.438 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:28:12.462 INFO:teuthology.orchestra.run.smithi181.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.6 MB/s | 2.9 MB 00:00 2023-12-15T18:28:12.529 INFO:teuthology.orchestra.run.smithi181.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 545 kB/s | 91 kB 00:00 2023-12-15T18:28:12.580 INFO:teuthology.orchestra.run.smithi181.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.6 MB/s | 323 kB 00:00 2023-12-15T18:28:12.663 INFO:teuthology.orchestra.run.smithi181.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 255 kB/s | 51 kB 00:00 2023-12-15T18:28:12.713 INFO:teuthology.orchestra.run.smithi181.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 5.8 MB/s | 1.1 MB 00:00 2023-12-15T18:28:12.747 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:28:12.763 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-15T18:28:12.797 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:12.874 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:28:12.883 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:28:12.885 INFO:teuthology.orchestra.run.smithi181.stdout:(14/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 28 MB/s | 6.2 MB 00:00 2023-12-15T18:28:12.914 INFO:teuthology.orchestra.run.smithi181.stdout:(15/19): crun-0.18-3.module+el8.7.0+16533+44634 554 kB/s | 185 kB 00:00 2023-12-15T18:28:12.981 INFO:teuthology.orchestra.run.smithi181.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 8.2 MB/s | 2.2 MB 00:00 2023-12-15T18:28:13.006 INFO:teuthology.orchestra.run.smithi181.stdout:(17/19): udica-0.2.4-1.module+el8.7.0+16533+446 418 kB/s | 51 kB 00:00 2023-12-15T18:28:13.024 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:13.190 INFO:teuthology.orchestra.run.smithi181.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 24 MB/s | 6.6 MB 00:00 2023-12-15T18:28:13.215 INFO:teuthology.orchestra.run.smithi181.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 175 kB/s | 41 kB 00:00 2023-12-15T18:28:13.216 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:28:13.216 INFO:teuthology.orchestra.run.smithi181.stdout:Total 28 MB/s | 50 MB 00:01 2023-12-15T18:28:13.688 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:28:13.732 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:28:13.732 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:28:14.077 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:28:14.092 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-15T18:28:14.128 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:14.158 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:28:14.167 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:28:14.318 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:15.324 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:28:15.339 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-15T18:28:15.369 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:15.532 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:29.921 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:30.139 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:30.156 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:30.388 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-15T18:28:30.577 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-15T18:28:30.805 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-15T18:28:30.805 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-15T18:28:30.805 INFO:teuthology.orchestra.run.smithi161.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-15T18:28:30.805 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:28:31.072 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:31.297 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:31.314 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:31.491 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-15T18:28:31.678 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-15T18:28:31.694 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-15T18:28:31.947 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-15T18:28:31.947 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-15T18:28:31.947 INFO:teuthology.orchestra.run.smithi088.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-15T18:28:31.947 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:28:32.310 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-15T18:28:32.487 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:32.505 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-15T18:28:32.730 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-15T18:28:32.867 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-15T18:28:32.909 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-15T18:28:33.170 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-15T18:28:33.170 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-15T18:28:33.171 INFO:teuthology.orchestra.run.smithi181.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-15T18:28:33.171 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:28:33.402 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-15T18:28:33.686 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-15T18:28:33.946 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-15T18:28:34.012 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-15T18:28:34.594 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-15T18:28:34.835 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-15T18:28:35.063 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-15T18:28:35.281 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-15T18:28:35.611 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-15T18:28:35.740 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-15T18:28:35.863 INFO:teuthology.orchestra.run.smithi161.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:28:35.976 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-15T18:28:36.187 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-15T18:28:36.244 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-15T18:28:36.464 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-15T18:28:36.770 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-15T18:28:36.971 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:28:37.070 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:28:37.494 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-15T18:28:37.497 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-15T18:28:37.698 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-15T18:28:37.784 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-15T18:28:37.945 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-15T18:28:38.018 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:28:38.196 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-15T18:28:38.252 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:28:38.378 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-15T18:28:38.417 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-15T18:28:38.547 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-15T18:28:38.563 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:38.563 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:38.895 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:38.962 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-15T18:28:39.069 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-15T18:28:39.069 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:39.150 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:28:39.202 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-15T18:28:39.272 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:39.273 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:39.411 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-15T18:28:39.422 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:39.605 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-15T18:28:39.644 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-15T18:28:39.771 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-15T18:28:39.784 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:39.784 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:39.791 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-15T18:28:39.849 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-15T18:28:39.977 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-15T18:28:40.060 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-15T18:28:40.126 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:40.171 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-15T18:28:40.277 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-15T18:28:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-15T18:28:40.342 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-15T18:28:40.342 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:40.452 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-15T18:28:40.524 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-15T18:28:40.524 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:40.555 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:40.556 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:40.612 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-15T18:28:40.626 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:40.627 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:40.713 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:40.721 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:40.905 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-15T18:28:40.973 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-15T18:28:41.087 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-15T18:28:41.164 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-15T18:28:41.164 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:41.283 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-15T18:28:41.380 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-15T18:28:41.380 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:41.437 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-15T18:28:41.537 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-15T18:28:41.645 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-15T18:28:41.712 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-15T18:28:41.857 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-15T18:28:41.857 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:41.870 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-15T18:28:42.039 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-15T18:28:42.070 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:42.262 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-15T18:28:42.445 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-15T18:28:42.673 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-15T18:28:42.674 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:42.886 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:58.321 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-15T18:28:58.774 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-15T18:28:58.775 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-15T18:28:58.776 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-15T18:28:59.614 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-15T18:29:00.040 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-15T18:29:00.041 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-15T18:29:00.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-15T18:29:00.043 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-15T18:29:00.043 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-15T18:29:00.043 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-15T18:29:00.540 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-15T18:29:00.971 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-15T18:29:00.972 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-15T18:29:00.973 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-15T18:29:00.974 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-15T18:29:00.974 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-15T18:29:00.974 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-15T18:29:00.974 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-15T18:29:13.442 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-15T18:29:13.443 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:29:13.980 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:29:13.980 INFO:teuthology.orchestra.run.smithi161.stdout:Downgraded: 2023-12-15T18:29:13.980 INFO:teuthology.orchestra.run.smithi161.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.980 INFO:teuthology.orchestra.run.smithi161.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.981 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:29:13.982 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:29:14.155 DEBUG:teuthology.parallel:result is None 2023-12-15T18:29:15.013 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-15T18:29:15.013 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:29:15.428 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-15T18:29:15.428 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:29:15.527 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:29:15.527 INFO:teuthology.orchestra.run.smithi088.stdout:Downgraded: 2023-12-15T18:29:15.527 INFO:teuthology.orchestra.run.smithi088.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:29:15.528 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:29:15.529 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:29:15.714 DEBUG:teuthology.parallel:result is None 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout:Downgraded: 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.966 INFO:teuthology.orchestra.run.smithi181.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-15T18:29:15.967 INFO:teuthology.orchestra.run.smithi181.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-15T18:29:15.968 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:29:15.968 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:29:16.145 DEBUG:teuthology.parallel:result is None 2023-12-15T18:29:16.146 INFO:teuthology.run_tasks:Running task install... 2023-12-15T18:29:16.156 DEBUG:teuthology.task.install:project ceph 2023-12-15T18:29:16.156 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'}} 2023-12-15T18:29:16.156 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'} 2023-12-15T18:29:16.156 INFO:teuthology.task.install:Using flavor: default 2023-12-15T18:29:16.163 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-15T18:29:16.163 INFO:teuthology.task.install:extra packages: [] 2023-12-15T18:29:16.163 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-15T18:29:16.164 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:29:16.166 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-15T18:29:16.166 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:29:16.167 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-15T18:29:16.167 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:29:16.309 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-15T18:29:16.309 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-15T18:29:16.381 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-15T18:29:16.382 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-15T18:29:16.387 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-15T18:29:16.387 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-15T18:29:16.481 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-15T18:29:16.482 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:29:16.482 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-15T18:29:16.514 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-15T18:29:16.515 DEBUG:teuthology.orchestra.run.smithi161:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-15T18:29:16.547 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-15T18:29:16.548 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:29:16.548 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-15T18:29:16.553 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-15T18:29:16.553 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:29:16.553 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-15T18:29:16.577 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-15T18:29:16.577 DEBUG:teuthology.orchestra.run.smithi181:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-15T18:29:16.586 DEBUG:teuthology.orchestra.run.smithi161:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-15T18:29:16.587 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-15T18:29:16.587 DEBUG:teuthology.orchestra.run.smithi088:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-15T18:29:16.646 DEBUG:teuthology.orchestra.run.smithi181:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-15T18:29:16.661 DEBUG:teuthology.orchestra.run.smithi088:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-15T18:29:16.667 DEBUG:teuthology.orchestra.run.smithi161:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-15T18:29:16.724 DEBUG:teuthology.orchestra.run.smithi181:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-15T18:29:16.735 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2023-12-15T18:29:16.737 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2023-12-15T18:29:16.743 DEBUG:teuthology.orchestra.run.smithi088:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-15T18:29:16.789 INFO:teuthology.orchestra.run.smithi181.stdout:check_obsoletes = 1 2023-12-15T18:29:16.791 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum clean all 2023-12-15T18:29:16.812 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2023-12-15T18:29:16.813 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2023-12-15T18:29:17.118 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:17.168 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:17.190 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:18.533 INFO:teuthology.orchestra.run.smithi161.stdout:52 files removed 2023-12-15T18:29:18.590 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2023-12-15T18:29:18.634 INFO:teuthology.orchestra.run.smithi181.stdout:52 files removed 2023-12-15T18:29:18.689 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-radosgw 2023-12-15T18:29:18.713 INFO:teuthology.orchestra.run.smithi088.stdout:52 files removed 2023-12-15T18:29:18.765 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2023-12-15T18:29:18.927 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:19.024 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:19.100 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:29:20.966 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 189 kB/s | 83 kB 00:00 2023-12-15T18:29:21.060 INFO:teuthology.orchestra.run.smithi181.stdout:ceph packages for x86_64 165 kB/s | 83 kB 00:00 2023-12-15T18:29:21.235 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 107 kB/s | 83 kB 00:00 2023-12-15T18:29:21.553 INFO:teuthology.orchestra.run.smithi181.stdout:ceph noarch packages 21 kB/s | 9.5 kB 00:00 2023-12-15T18:29:21.825 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 12 kB/s | 9.5 kB 00:00 2023-12-15T18:29:21.869 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 16 kB/s | 9.5 kB 00:00 2023-12-15T18:29:22.103 INFO:teuthology.orchestra.run.smithi181.stdout:ceph source packages 2.8 kB/s | 1.5 kB 00:00 2023-12-15T18:29:22.254 INFO:teuthology.orchestra.run.smithi181.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-15T18:29:22.386 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 3.0 kB/s | 1.5 kB 00:00 2023-12-15T18:29:22.513 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 2.2 kB/s | 1.5 kB 00:00 2023-12-15T18:29:22.514 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 34 kB/s | 3.5 kB 00:00 2023-12-15T18:29:22.659 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-15T18:29:23.618 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-15T18:29:25.464 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 16 MB 00:02 2023-12-15T18:29:27.201 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 385 kB/s | 24 kB 00:00 2023-12-15T18:29:28.578 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 64 MB 00:01 2023-12-15T18:29:28.972 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 600 kB/s | 24 kB 00:00 2023-12-15T18:29:30.282 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 52 MB/s | 64 MB 00:01 2023-12-15T18:29:39.153 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 58 MB 00:01 2023-12-15T18:29:40.183 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 15 MB/s | 8.8 MB 00:00 2023-12-15T18:29:40.930 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 875 kB/s | 16 MB 00:18 2023-12-15T18:29:43.275 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 58 MB 00:01 2023-12-15T18:29:44.453 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 522 kB/s | 24 kB 00:00 2023-12-15T18:29:46.062 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 MB/s | 64 MB 00:01 2023-12-15T18:29:49.535 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 15 MB/s | 8.8 MB 00:00 2023-12-15T18:29:56.038 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 12 MB/s | 8.8 MB 00:00 2023-12-15T18:29:56.610 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:29:56.612 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-15T18:29:56.613 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-15T18:29:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout:Install 21 Packages 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:29:56.615 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2023-12-15T18:29:56.616 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:29:58.160 INFO:teuthology.orchestra.run.smithi088.stdout:(1/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x86 16 MB/s | 23 MB 00:01 2023-12-15T18:29:58.219 INFO:teuthology.orchestra.run.smithi088.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 419 kB/s | 24 kB 00:00 2023-12-15T18:29:58.538 INFO:teuthology.orchestra.run.smithi088.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 2.6 MB/s | 864 kB 00:00 2023-12-15T18:29:58.573 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================== 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================== 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2023-12-15T18:29:58.576 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-15T18:29:58.577 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:29:58.578 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================== 2023-12-15T18:29:58.579 INFO:teuthology.orchestra.run.smithi161.stdout:Install 21 Packages 2023-12-15T18:29:58.579 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2023-12-15T18:29:58.579 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:29:58.579 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 62 M 2023-12-15T18:29:58.579 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:29:58.628 INFO:teuthology.orchestra.run.smithi088.stdout:(4/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 2.9 MB/s | 5.4 MB 00:01 2023-12-15T18:29:58.661 INFO:teuthology.orchestra.run.smithi088.stdout:(5/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 4.3 MB/s | 545 kB 00:00 2023-12-15T18:29:58.753 INFO:teuthology.orchestra.run.smithi088.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 489 kB/s | 45 kB 00:00 2023-12-15T18:29:58.845 INFO:teuthology.orchestra.run.smithi088.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 1.4 MB/s | 129 kB 00:00 2023-12-15T18:29:58.906 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 49 MB/s | 58 MB 00:01 2023-12-15T18:29:58.937 INFO:teuthology.orchestra.run.smithi088.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 2.1 MB/s | 197 kB 00:00 2023-12-15T18:29:59.596 INFO:teuthology.orchestra.run.smithi088.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 564 kB/s | 371 kB 00:00 2023-12-15T18:29:59.696 INFO:teuthology.orchestra.run.smithi088.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 3.6 MB/s | 364 kB 00:00 2023-12-15T18:29:59.805 INFO:teuthology.orchestra.run.smithi088.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 984 kB/s | 106 kB 00:00 2023-12-15T18:30:00.042 INFO:teuthology.orchestra.run.smithi161.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 3.8 MB/s | 5.4 MB 00:01 2023-12-15T18:30:00.108 INFO:teuthology.orchestra.run.smithi161.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 367 kB/s | 24 kB 00:00 2023-12-15T18:30:00.189 INFO:teuthology.orchestra.run.smithi088.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 799 kB/s | 306 kB 00:00 2023-12-15T18:30:00.284 INFO:teuthology.orchestra.run.smithi161.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 4.8 MB/s | 864 kB 00:00 2023-12-15T18:30:00.288 INFO:teuthology.orchestra.run.smithi088.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 590 kB/s | 59 kB 00:00 2023-12-15T18:30:00.376 INFO:teuthology.orchestra.run.smithi161.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 5.8 MB/s | 545 kB 00:00 2023-12-15T18:30:00.381 INFO:teuthology.orchestra.run.smithi088.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 818 kB/s | 75 kB 00:00 2023-12-15T18:30:00.623 INFO:teuthology.orchestra.run.smithi088.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 7.2 MB/s | 1.7 MB 00:00 2023-12-15T18:30:00.698 INFO:teuthology.orchestra.run.smithi088.stdout:(16/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64 3.3 MB/s | 6.9 MB 00:02 2023-12-15T18:30:00.848 INFO:teuthology.orchestra.run.smithi088.stdout:(17/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 209 kB/s | 47 kB 00:00 2023-12-15T18:30:00.874 INFO:teuthology.orchestra.run.smithi088.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 260 kB/s | 44 kB 00:00 2023-12-15T18:30:01.015 INFO:teuthology.orchestra.run.smithi088.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-12-15T18:30:01.041 INFO:teuthology.orchestra.run.smithi088.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-15T18:30:01.293 INFO:teuthology.orchestra.run.smithi161.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 7.5 MB/s | 6.9 MB 00:00 2023-12-15T18:30:01.393 INFO:teuthology.orchestra.run.smithi161.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 449 kB/s | 45 kB 00:00 2023-12-15T18:30:01.674 INFO:teuthology.orchestra.run.smithi088.stdout:(21/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 6.0 MB/s | 3.8 MB 00:00 2023-12-15T18:30:01.735 INFO:teuthology.orchestra.run.smithi161.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 376 kB/s | 129 kB 00:00 2023-12-15T18:30:01.818 INFO:teuthology.orchestra.run.smithi161.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 2.3 MB/s | 197 kB 00:00 2023-12-15T18:30:01.910 INFO:teuthology.orchestra.run.smithi161.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 4.0 MB/s | 371 kB 00:00 2023-12-15T18:30:01.994 INFO:teuthology.orchestra.run.smithi161.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 4.3 MB/s | 364 kB 00:00 2023-12-15T18:30:02.078 INFO:teuthology.orchestra.run.smithi161.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.2 MB/s | 106 kB 00:00 2023-12-15T18:30:02.216 INFO:teuthology.orchestra.run.smithi088.stdout:(22/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 3.2 MB/s | 3.8 MB 00:01 2023-12-15T18:30:02.375 INFO:teuthology.orchestra.run.smithi088.stdout:(23/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 2.5 MB/s | 14 MB 00:05 2023-12-15T18:30:02.378 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:30:02.378 INFO:teuthology.orchestra.run.smithi088.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-15T18:30:02.428 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:30:02.474 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:30:02.474 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:30:02.553 INFO:teuthology.orchestra.run.smithi161.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 645 kB/s | 306 kB 00:00 2023-12-15T18:30:02.603 INFO:teuthology.orchestra.run.smithi161.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.2 MB/s | 59 kB 00:00 2023-12-15T18:30:02.662 INFO:teuthology.orchestra.run.smithi161.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-15T18:30:02.814 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:30:02.822 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:30:03.670 INFO:teuthology.orchestra.run.smithi161.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-12-15T18:30:03.812 INFO:teuthology.orchestra.run.smithi161.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 333 kB/s | 47 kB 00:00 2023-12-15T18:30:03.971 INFO:teuthology.orchestra.run.smithi161.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 278 kB/s | 44 kB 00:00 2023-12-15T18:30:04.080 INFO:teuthology.orchestra.run.smithi161.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-12-15T18:30:04.196 INFO:teuthology.orchestra.run.smithi161.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.0 MB/s | 354 kB 00:00 2023-12-15T18:30:04.198 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:30:04.443 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-15T18:30:04.634 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:04.989 INFO:teuthology.orchestra.run.smithi161.stdout:(20/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 4.8 MB/s | 3.8 MB 00:00 2023-12-15T18:30:05.049 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:05.268 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:05.382 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:05.563 INFO:teuthology.orchestra.run.smithi161.stdout:(21/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 6.6 MB/s | 3.8 MB 00:00 2023-12-15T18:30:05.589 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:05.830 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-15T18:30:06.001 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:06.064 INFO:teuthology.orchestra.run.smithi161.stdout:(22/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 1.9 MB/s | 14 MB 00:07 2023-12-15T18:30:06.432 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:06.651 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:06.741 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:06.909 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:06.972 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:07.505 INFO:teuthology.orchestra.run.smithi161.stdout:(23/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x8 2.6 MB/s | 23 MB 00:08 2023-12-15T18:30:07.508 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:30:07.509 INFO:teuthology.orchestra.run.smithi161.stdout:Total 6.9 MB/s | 62 MB 00:08 2023-12-15T18:30:07.556 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:30:07.602 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:30:07.602 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:30:07.753 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 9/25 2023-12-15T18:30:07.917 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:07.961 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:30:07.970 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:30:07.983 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:08.145 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-15T18:30:08.336 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:08.585 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:08.857 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-15T18:30:09.042 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:09.285 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:30:09.373 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:09.490 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-15T18:30:09.539 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-15T18:30:09.681 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:09.801 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-15T18:30:10.097 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:10.122 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-15T18:30:10.298 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:10.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-15T18:30:10.397 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:10.603 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:10.811 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-15T18:30:10.998 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:11.414 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:11.614 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:11.712 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:11.906 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:11.977 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:12.742 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 9/25 2023-12-15T18:30:12.922 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:12.989 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:13.669 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-15T18:30:13.851 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:14.007 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:30:14.009 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================== 2023-12-15T18:30:14.009 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:30:14.009 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================== 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-15T18:30:14.010 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-15T18:30:14.011 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================== 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:Install 21 Packages 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 62 M 2023-12-15T18:30:14.012 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:30:14.059 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:14.311 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:14.322 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-15T18:30:14.464 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:14.519 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:14.541 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:14.702 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-15T18:30:14.899 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-15T18:30:15.115 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:15.194 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-15T18:30:15.389 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-15T18:30:15.420 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:15.503 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:15.674 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:16.639 INFO:teuthology.orchestra.run.smithi181.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 2.2 MB/s | 5.4 MB 00:02 2023-12-15T18:30:16.731 INFO:teuthology.orchestra.run.smithi181.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 266 kB/s | 24 kB 00:00 2023-12-15T18:30:17.089 INFO:teuthology.orchestra.run.smithi181.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 2.4 MB/s | 864 kB 00:00 2023-12-15T18:30:17.489 INFO:teuthology.orchestra.run.smithi181.stdout:(4/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x86 6.8 MB/s | 23 MB 00:03 2023-12-15T18:30:17.515 INFO:teuthology.orchestra.run.smithi181.stdout:(5/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 1.3 MB/s | 545 kB 00:00 2023-12-15T18:30:17.674 INFO:teuthology.orchestra.run.smithi181.stdout:(6/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x8 3.9 MB/s | 14 MB 00:03 2023-12-15T18:30:17.698 INFO:teuthology.orchestra.run.smithi181.stdout:(7/23): python3-ceph-argparse-19.0.0-83.gc56ad3 243 kB/s | 45 kB 00:00 2023-12-15T18:30:17.757 INFO:teuthology.orchestra.run.smithi181.stdout:(8/23): python3-ceph-common-19.0.0-83.gc56ad3ea 1.5 MB/s | 129 kB 00:00 2023-12-15T18:30:17.791 INFO:teuthology.orchestra.run.smithi181.stdout:(9/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 2.1 MB/s | 197 kB 00:00 2023-12-15T18:30:17.908 INFO:teuthology.orchestra.run.smithi181.stdout:(10/23): python3-rados-19.0.0-83.gc56ad3ea.el8. 2.4 MB/s | 371 kB 00:00 2023-12-15T18:30:17.966 INFO:teuthology.orchestra.run.smithi181.stdout:(11/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 2.0 MB/s | 364 kB 00:00 2023-12-15T18:30:17.992 INFO:teuthology.orchestra.run.smithi181.stdout:(12/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.2 MB/s | 106 kB 00:00 2023-12-15T18:30:18.300 INFO:teuthology.orchestra.run.smithi181.stdout:(13/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64 8.5 MB/s | 6.9 MB 00:00 2023-12-15T18:30:18.325 INFO:teuthology.orchestra.run.smithi181.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-15T18:30:18.501 INFO:teuthology.orchestra.run.smithi181.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 573 kB/s | 306 kB 00:00 2023-12-15T18:30:18.676 INFO:teuthology.orchestra.run.smithi181.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 269 kB/s | 47 kB 00:00 2023-12-15T18:30:18.701 INFO:teuthology.orchestra.run.smithi181.stdout:(17/23): libunwind-1.3.1-3.el8.x86_64.rpm 187 kB/s | 75 kB 00:00 2023-12-15T18:30:18.857 INFO:teuthology.orchestra.run.smithi181.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 244 kB/s | 44 kB 00:00 2023-12-15T18:30:18.894 INFO:teuthology.orchestra.run.smithi181.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 3.1 MB/s | 1.7 MB 00:00 2023-12-15T18:30:18.919 INFO:teuthology.orchestra.run.smithi181.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.2 MB/s | 259 kB 00:00 2023-12-15T18:30:18.994 INFO:teuthology.orchestra.run.smithi181.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.5 MB/s | 354 kB 00:00 2023-12-15T18:30:19.248 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:19.395 INFO:teuthology.orchestra.run.smithi181.stdout:(22/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 7.9 MB/s | 3.8 MB 00:00 2023-12-15T18:30:19.497 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:20.070 INFO:teuthology.orchestra.run.smithi181.stdout:(23/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 3.2 MB/s | 3.8 MB 00:01 2023-12-15T18:30:20.072 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:30:20.072 INFO:teuthology.orchestra.run.smithi181.stdout:Total 10 MB/s | 62 MB 00:06 2023-12-15T18:30:20.077 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:20.121 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:30:20.167 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:30:20.167 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:30:20.336 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:20.459 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:20.505 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:30:20.514 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:30:20.630 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:21.848 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:30:22.079 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-15T18:30:22.262 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:22.676 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-15T18:30:22.887 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:22.968 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:23.142 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:23.383 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-15T18:30:23.578 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:23.993 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:24.162 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:24.251 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:24.437 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:24.500 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-15T18:30:25.270 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 9/25 2023-12-15T18:30:25.411 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:25.479 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:25.639 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-15T18:30:26.073 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:26.273 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:26.527 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-15T18:30:26.661 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:26.717 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-15T18:30:26.917 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-15T18:30:27.129 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-15T18:30:27.426 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-15T18:30:27.603 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-15T18:30:31.430 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:31.777 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:32.354 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-15T18:30:32.604 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:32.674 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-15T18:30:32.852 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:34.639 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:34.639 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2023-12-15T18:30:34.639 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2023-12-15T18:30:34.639 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /run 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2023-12-15T18:30:34.640 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-15T18:30:34.641 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:30:36.082 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:36.105 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:36.105 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:36.330 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:36.330 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:37.067 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-15T18:30:37.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 18/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-15T18:30:37.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /run 2023-12-15T18:30:39.597 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2023-12-15T18:30:39.598 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2023-12-15T18:30:39.598 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2023-12-15T18:30:39.598 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2023-12-15T18:30:39.598 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-15T18:30:39.598 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:30:41.016 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:41.037 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:41.037 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:41.271 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:41.271 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:41.957 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:41.957 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-15T18:30:41.957 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-15T18:30:41.957 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:41.957 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-15T18:30:41.958 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 18/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-15T18:30:41.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /sys 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /proc 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /dev 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /run 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /mnt 2023-12-15T18:30:51.642 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /var/tmp 2023-12-15T18:30:51.643 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /home 2023-12-15T18:30:51.643 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /tmp 2023-12-15T18:30:51.643 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /dev 2023-12-15T18:30:51.643 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:30:51.802 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:51.802 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-15T18:30:52.328 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.329 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:52.330 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-15T18:30:52.330 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:30:52.330 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:30:52.540 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2023-12-15T18:30:52.892 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:30:53.043 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:53.064 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-15T18:30:53.064 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:53.276 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-15T18:30:53.276 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-15T18:30:53.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 18/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-15T18:30:53.963 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-15T18:30:53.964 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-15T18:30:53.964 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-15T18:30:54.811 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-15T18:30:55.138 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2023-12-15T18:30:56.569 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:30:56.569 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-15T18:30:57.110 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:30:57.111 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-15T18:30:57.112 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:30:57.112 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:30:57.300 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2023-12-15T18:30:57.587 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-15T18:30:57.588 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-12-15T18:30:57.589 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:30:57.590 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 53 M 2023-12-15T18:30:57.590 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 254 M 2023-12-15T18:30:57.590 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:30:57.653 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:30:57.662 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 965 kB/s | 70 kB 00:00 2023-12-15T18:30:57.822 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-15T18:30:58.014 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-15T18:30:58.214 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): jq-1.6-7.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-15T18:30:58.239 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 282 kB/s | 183 kB 00:00 2023-12-15T18:30:59.476 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-15T18:30:59.817 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2023-12-15T18:31:01.523 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 13 MB/s | 52 MB 00:03 2023-12-15T18:31:01.525 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:01.525 INFO:teuthology.orchestra.run.smithi088.stdout:Total 14 MB/s | 53 MB 00:03 2023-12-15T18:31:01.563 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:31:01.585 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:31:01.585 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:31:01.880 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:31:01.889 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:31:02.218 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================== 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================== 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:31:02.220 INFO:teuthology.orchestra.run.smithi161.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================== 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2023-12-15T18:31:02.221 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:02.222 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 53 M 2023-12-15T18:31:02.222 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 254 M 2023-12-15T18:31:02.222 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:31:02.254 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-15T18:31:02.413 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:31:02.429 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 884 kB/s | 183 kB 00:00 2023-12-15T18:31:02.463 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 919 kB/s | 187 kB 00:00 2023-12-15T18:31:02.588 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): jq-1.6-7.el8.x86_64.rpm 1.7 MB/s | 202 kB 00:00 2023-12-15T18:31:02.638 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-15T18:31:02.657 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-15T18:31:02.805 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:02.918 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:03.131 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-15T18:31:03.317 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-15T18:31:03.496 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:05.313 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 17 MB/s | 52 MB 00:03 2023-12-15T18:31:05.315 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:05.315 INFO:teuthology.orchestra.run.smithi161.stdout:Total 17 MB/s | 53 MB 00:03 2023-12-15T18:31:05.355 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:31:05.377 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:31:05.377 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:31:05.674 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:31:05.682 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:31:06.187 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:31:06.409 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-15T18:31:06.539 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:06.642 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:06.806 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-15T18:31:07.040 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-15T18:31:07.172 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:08.610 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:08.893 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:09.152 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:09.152 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-15T18:31:09.153 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-15T18:31:09.153 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-15T18:31:09.153 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-15T18:31:09.153 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-15T18:31:09.363 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-15T18:31:09.363 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.897 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-15T18:31:09.898 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.899 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.899 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:09.899 INFO:teuthology.orchestra.run.smithi181.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-15T18:31:09.899 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:09.899 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:31:10.111 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-test 2023-12-15T18:31:10.464 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:31:12.353 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:12.567 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-15T18:31:12.577 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:12.839 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:12.840 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-15T18:31:12.840 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-15T18:31:12.840 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-15T18:31:12.840 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-15T18:31:12.840 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-15T18:31:12.955 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-15T18:31:15.350 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================== 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================== 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:15.351 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================== 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 53 M 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 254 M 2023-12-15T18:31:15.352 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:31:15.414 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-12-15T18:31:15.530 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2023-12-15T18:31:15.647 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.7 MB/s | 323 kB 00:00 2023-12-15T18:31:15.775 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): jq-1.6-7.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-15T18:31:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 273 kB/s | 183 kB 00:00 2023-12-15T18:31:21.152 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-15T18:31:21.153 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:21.690 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:31:21.897 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2023-12-15T18:31:21.914 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 8.0 MB/s | 52 MB 00:06 2023-12-15T18:31:21.916 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:21.916 INFO:teuthology.orchestra.run.smithi181.stdout:Total 8.1 MB/s | 53 MB 00:06 2023-12-15T18:31:21.955 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:31:21.977 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:31:21.977 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:31:22.238 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:31:22.273 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:31:22.282 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:31:22.791 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:31:22.927 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-15T18:31:22.927 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:31:23.030 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-15T18:31:23.185 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:23.252 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-15T18:31:23.440 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:23.441 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:31:23.445 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-15T18:31:23.620 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2023-12-15T18:31:23.633 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-15T18:31:23.810 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:23.957 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:31:24.026 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-15T18:31:24.360 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 kB/s | 4.5 kB 00:00 2023-12-15T18:31:25.811 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 kB/s | 4.1 kB 00:00 2023-12-15T18:31:26.180 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:31:26.779 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:31:26.782 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================= 2023-12-15T18:31:26.782 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================= 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.4 k 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 2.3 M 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 1.7 M 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 243 k 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 4.6 M 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 18 M 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-15T18:31:26.783 INFO:teuthology.orchestra.run.smithi161.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-15T18:31:26.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:26.785 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================= 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:Install 34 Packages 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 31 M 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 122 M 2023-12-15T18:31:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:31:27.298 INFO:teuthology.orchestra.run.smithi161.stdout:(1/34): ceph-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 38 kB/s | 6.4 kB 00:00 2023-12-15T18:31:27.840 INFO:teuthology.orchestra.run.smithi161.stdout:(2/34): ceph-mds-19.0.0-83.gc56ad3ea.el8.x86_64 3.3 MB/s | 2.3 MB 00:00 2023-12-15T18:31:27.957 INFO:teuthology.orchestra.run.smithi161.stdout:(3/34): ceph-mgr-19.0.0-83.gc56ad3ea.el8.x86_64 2.0 MB/s | 1.7 MB 00:00 2023-12-15T18:31:28.107 INFO:teuthology.orchestra.run.smithi161.stdout:(4/34): ceph-mgr-modules-core-19.0.0-83.gc56ad3 1.6 MB/s | 243 kB 00:00 2023-12-15T18:31:28.258 INFO:teuthology.orchestra.run.smithi161.stdout:(5/34): luarocks-3.5.0-1.el8.noarch.rpm 1.1 MB/s | 167 kB 00:00 2023-12-15T18:31:28.308 INFO:teuthology.orchestra.run.smithi161.stdout:(6/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 870 kB/s | 44 kB 00:00 2023-12-15T18:31:28.366 INFO:teuthology.orchestra.run.smithi161.stdout:(7/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 3.1 MB/s | 185 kB 00:00 2023-12-15T18:31:28.408 INFO:teuthology.orchestra.run.smithi161.stdout:(8/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 4.1 MB/s | 173 kB 00:00 2023-12-15T18:31:28.475 INFO:teuthology.orchestra.run.smithi161.stdout:(9/34): python3-cherrypy-18.4.0-1.el8.noarch.rp 5.6 MB/s | 384 kB 00:00 2023-12-15T18:31:28.534 INFO:teuthology.orchestra.run.smithi161.stdout:(10/34): python3-jaraco-6.2-6.el8.noarch.rpm 191 kB/s | 11 kB 00:00 2023-12-15T18:31:28.568 INFO:teuthology.orchestra.run.smithi161.stdout:(11/34): python3-jaraco-functools-2.0-4.el8.noa 527 kB/s | 18 kB 00:00 2023-12-15T18:31:28.601 INFO:teuthology.orchestra.run.smithi161.stdout:(12/34): python3-logutils-0.3.5-11.el8.noarch.r 1.4 MB/s | 49 kB 00:00 2023-12-15T18:31:28.635 INFO:teuthology.orchestra.run.smithi161.stdout:(13/34): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-12-15T18:31:28.671 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:31:28.674 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================= 2023-12-15T18:31:28.674 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:31:28.674 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================= 2023-12-15T18:31:28.674 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:31:28.674 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.4 k 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 2.3 M 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 1.7 M 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 243 k 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 4.6 M 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 18 M 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-15T18:31:28.675 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-15T18:31:28.676 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:28.677 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================= 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout:Install 34 Packages 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 31 M 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 122 M 2023-12-15T18:31:28.678 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:31:28.685 INFO:teuthology.orchestra.run.smithi161.stdout:(14/34): python3-pecan-1.3.2-9.el8.noarch.rpm 5.5 MB/s | 283 kB 00:00 2023-12-15T18:31:28.719 INFO:teuthology.orchestra.run.smithi161.stdout:(15/34): python3-portend-2.6-1.el8.noarch.rpm 467 kB/s | 16 kB 00:00 2023-12-15T18:31:28.752 INFO:teuthology.orchestra.run.smithi161.stdout:(16/34): python3-simplegeneric-0.8.1-17.el8.noa 564 kB/s | 19 kB 00:00 2023-12-15T18:31:28.786 INFO:teuthology.orchestra.run.smithi161.stdout:(17/34): python3-singledispatch-3.4.0.3-18.el8. 718 kB/s | 24 kB 00:00 2023-12-15T18:31:28.853 INFO:teuthology.orchestra.run.smithi161.stdout:(18/34): python3-tempora-1.14.1-5.el8.noarch.rp 439 kB/s | 29 kB 00:00 2023-12-15T18:31:28.887 INFO:teuthology.orchestra.run.smithi161.stdout:(19/34): python3-trustme-0.6.0-4.el8.noarch.rpm 825 kB/s | 27 kB 00:00 2023-12-15T18:31:28.928 INFO:teuthology.orchestra.run.smithi161.stdout:(20/34): python3-waitress-1.4.3-1.el8.noarch.rp 6.0 MB/s | 255 kB 00:00 2023-12-15T18:31:28.942 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-15T18:31:28.979 INFO:teuthology.orchestra.run.smithi161.stdout:(21/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-12-15T18:31:29.020 INFO:teuthology.orchestra.run.smithi161.stdout:(22/34): python3-webtest-2.0.33-1.el8.noarch.rp 2.0 MB/s | 85 kB 00:00 2023-12-15T18:31:29.063 INFO:teuthology.orchestra.run.smithi161.stdout:(23/34): python3-zc-lockfile-2.0-2.el8.noarch.r 547 kB/s | 23 kB 00:00 2023-12-15T18:31:29.164 INFO:teuthology.orchestra.run.smithi088.stdout:(1/34): ceph-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 19 kB/s | 6.4 kB 00:00 2023-12-15T18:31:29.174 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:29.271 INFO:teuthology.orchestra.run.smithi161.stdout:(24/34): python3-pycparser-2.14-14.el8.noarch.r 524 kB/s | 109 kB 00:00 2023-12-15T18:31:29.430 INFO:teuthology.orchestra.run.smithi161.stdout:(25/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 238 kB 00:00 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-15T18:31:29.442 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-15T18:31:29.581 INFO:teuthology.orchestra.run.smithi161.stdout:(26/34): python3-cryptography-3.2.1-6.el8.x86_6 3.6 MB/s | 559 kB 00:00 2023-12-15T18:31:29.714 INFO:teuthology.orchestra.run.smithi161.stdout:(27/34): lua-devel-5.3.4-12.el8.x86_64.rpm 225 kB/s | 30 kB 00:00 2023-12-15T18:31:29.881 INFO:teuthology.orchestra.run.smithi161.stdout:(28/34): ceph-mon-19.0.0-83.gc56ad3ea.el8.x86_6 1.8 MB/s | 4.6 MB 00:02 2023-12-15T18:31:29.915 INFO:teuthology.orchestra.run.smithi161.stdout:(29/34): python3-werkzeug-0.12.2-4.el8.noarch.r 2.2 MB/s | 457 kB 00:00 2023-12-15T18:31:30.040 INFO:teuthology.orchestra.run.smithi161.stdout:(30/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 867 kB/s | 103 kB 00:00 2023-12-15T18:31:30.065 INFO:teuthology.orchestra.run.smithi161.stdout:(31/34): python3-markupsafe-0.23-19.el8.x86_64. 211 kB/s | 39 kB 00:00 2023-12-15T18:31:30.201 INFO:teuthology.orchestra.run.smithi161.stdout:(32/34): python3-pytz-2017.2-11.el8.noarch.rpm 407 kB/s | 54 kB 00:00 2023-12-15T18:31:30.223 INFO:teuthology.orchestra.run.smithi088.stdout:(2/34): ceph-mds-19.0.0-83.gc56ad3ea.el8.x86_64 1.7 MB/s | 2.3 MB 00:01 2023-12-15T18:31:30.224 INFO:teuthology.orchestra.run.smithi161.stdout:(33/34): python3-mako-1.0.6-14.el8.noarch.rpm 855 kB/s | 157 kB 00:00 2023-12-15T18:31:30.265 INFO:teuthology.orchestra.run.smithi088.stdout:(3/34): ceph-mgr-19.0.0-83.gc56ad3ea.el8.x86_64 1.1 MB/s | 1.7 MB 00:01 2023-12-15T18:31:30.498 INFO:teuthology.orchestra.run.smithi088.stdout:(4/34): ceph-mgr-modules-core-19.0.0-83.gc56ad3 1.0 MB/s | 243 kB 00:00 2023-12-15T18:31:30.615 INFO:teuthology.orchestra.run.smithi088.stdout:(5/34): luarocks-3.5.0-1.el8.noarch.rpm 1.4 MB/s | 167 kB 00:00 2023-12-15T18:31:30.657 INFO:teuthology.orchestra.run.smithi088.stdout:(6/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2023-12-15T18:31:30.732 INFO:teuthology.orchestra.run.smithi088.stdout:(7/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.4 MB/s | 185 kB 00:00 2023-12-15T18:31:30.774 INFO:teuthology.orchestra.run.smithi088.stdout:(8/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 4.1 MB/s | 173 kB 00:00 2023-12-15T18:31:30.833 INFO:teuthology.orchestra.run.smithi088.stdout:(9/34): python3-cherrypy-18.4.0-1.el8.noarch.rp 6.4 MB/s | 384 kB 00:00 2023-12-15T18:31:30.883 INFO:teuthology.orchestra.run.smithi088.stdout:(10/34): python3-jaraco-6.2-6.el8.noarch.rpm 223 kB/s | 11 kB 00:00 2023-12-15T18:31:30.950 INFO:teuthology.orchestra.run.smithi088.stdout:(11/34): python3-jaraco-functools-2.0-4.el8.noa 266 kB/s | 18 kB 00:00 2023-12-15T18:31:30.994 INFO:teuthology.orchestra.run.smithi088.stdout:(12/34): python3-logutils-0.3.5-11.el8.noarch.r 1.1 MB/s | 49 kB 00:00 2023-12-15T18:31:31.026 INFO:teuthology.orchestra.run.smithi088.stdout:(13/34): python3-more-itertools-7.2.0-3.el8.noa 1.9 MB/s | 59 kB 00:00 2023-12-15T18:31:31.068 INFO:teuthology.orchestra.run.smithi088.stdout:(14/34): python3-pecan-1.3.2-9.el8.noarch.rpm 6.6 MB/s | 283 kB 00:00 2023-12-15T18:31:31.101 INFO:teuthology.orchestra.run.smithi088.stdout:(15/34): python3-portend-2.6-1.el8.noarch.rpm 470 kB/s | 16 kB 00:00 2023-12-15T18:31:31.135 INFO:teuthology.orchestra.run.smithi088.stdout:(16/34): python3-simplegeneric-0.8.1-17.el8.noa 560 kB/s | 19 kB 00:00 2023-12-15T18:31:31.202 INFO:teuthology.orchestra.run.smithi088.stdout:(17/34): python3-singledispatch-3.4.0.3-18.el8. 359 kB/s | 24 kB 00:00 2023-12-15T18:31:31.244 INFO:teuthology.orchestra.run.smithi088.stdout:(18/34): python3-tempora-1.14.1-5.el8.noarch.rp 703 kB/s | 29 kB 00:00 2023-12-15T18:31:31.277 INFO:teuthology.orchestra.run.smithi088.stdout:(19/34): python3-trustme-0.6.0-4.el8.noarch.rpm 830 kB/s | 27 kB 00:00 2023-12-15T18:31:31.319 INFO:teuthology.orchestra.run.smithi088.stdout:(20/34): python3-waitress-1.4.3-1.el8.noarch.rp 6.0 MB/s | 255 kB 00:00 2023-12-15T18:31:31.362 INFO:teuthology.orchestra.run.smithi088.stdout:(21/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 5.9 MB/s | 251 kB 00:00 2023-12-15T18:31:31.432 INFO:teuthology.orchestra.run.smithi088.stdout:(22/34): python3-webtest-2.0.33-1.el8.noarch.rp 1.2 MB/s | 85 kB 00:00 2023-12-15T18:31:31.441 INFO:teuthology.orchestra.run.smithi161.stdout:(34/34): ceph-osd-19.0.0-83.gc56ad3ea.el8.x86_6 5.0 MB/s | 18 MB 00:03 2023-12-15T18:31:31.443 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:31.444 INFO:teuthology.orchestra.run.smithi161.stdout:Total 6.6 MB/s | 31 MB 00:04 2023-12-15T18:31:31.470 INFO:teuthology.orchestra.run.smithi088.stdout:(23/34): python3-zc-lockfile-2.0-2.el8.noarch.r 594 kB/s | 23 kB 00:00 2023-12-15T18:31:31.549 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:31:31.589 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:31:31.589 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:31:31.613 INFO:teuthology.orchestra.run.smithi088.stdout:(24/34): python3-pycparser-2.14-14.el8.noarch.r 770 kB/s | 109 kB 00:00 2023-12-15T18:31:31.705 INFO:teuthology.orchestra.run.smithi088.stdout:(25/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.5 MB/s | 238 kB 00:00 2023-12-15T18:31:31.763 INFO:teuthology.orchestra.run.smithi088.stdout:(26/34): ceph-mon-19.0.0-83.gc56ad3ea.el8.x86_6 1.8 MB/s | 4.6 MB 00:02 2023-12-15T18:31:31.820 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:31:31.822 INFO:teuthology.orchestra.run.smithi088.stdout:(27/34): python3-cryptography-3.2.1-6.el8.x86_6 4.7 MB/s | 559 kB 00:00 2023-12-15T18:31:31.828 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:31:31.881 INFO:teuthology.orchestra.run.smithi088.stdout:(28/34): python3-werkzeug-0.12.2-4.el8.noarch.r 3.8 MB/s | 457 kB 00:00 2023-12-15T18:31:31.981 INFO:teuthology.orchestra.run.smithi088.stdout:(29/34): python3-markupsafe-0.23-19.el8.x86_64. 245 kB/s | 39 kB 00:00 2023-12-15T18:31:32.064 INFO:teuthology.orchestra.run.smithi088.stdout:(30/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 564 kB/s | 103 kB 00:00 2023-12-15T18:31:32.190 INFO:teuthology.orchestra.run.smithi088.stdout:(31/34): python3-mako-1.0.6-14.el8.noarch.rpm 753 kB/s | 157 kB 00:00 2023-12-15T18:31:32.240 INFO:teuthology.orchestra.run.smithi088.stdout:(32/34): python3-pytz-2017.2-11.el8.noarch.rpm 310 kB/s | 54 kB 00:00 2023-12-15T18:31:32.323 INFO:teuthology.orchestra.run.smithi088.stdout:(33/34): lua-devel-5.3.4-12.el8.x86_64.rpm 225 kB/s | 30 kB 00:00 2023-12-15T18:31:32.565 INFO:teuthology.orchestra.run.smithi088.stdout:(34/34): ceph-osd-19.0.0-83.gc56ad3ea.el8.x86_6 7.7 MB/s | 18 MB 00:02 2023-12-15T18:31:32.568 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:32.568 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.9 MB/s | 31 MB 00:03 2023-12-15T18:31:32.674 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:31:32.714 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:31:32.714 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:31:32.941 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:31:32.950 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:31:33.039 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:31:33.258 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-15T18:31:33.524 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-15T18:31:33.722 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/34 2023-12-15T18:31:33.929 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/34 2023-12-15T18:31:34.212 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:31:34.275 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/34 2023-12-15T18:31:34.445 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-15T18:31:34.489 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/34 2023-12-15T18:31:34.660 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-15T18:31:34.691 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 7/34 2023-12-15T18:31:34.795 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 3/34 2023-12-15T18:31:34.895 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 8/34 2023-12-15T18:31:34.985 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 4/34 2023-12-15T18:31:35.234 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 5/34 2023-12-15T18:31:35.334 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 9/34 2023-12-15T18:31:35.579 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 6/34 2023-12-15T18:31:35.612 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 10/34 2023-12-15T18:31:35.801 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/34 2023-12-15T18:31:35.809 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 7/34 2023-12-15T18:31:36.002 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 12/34 2023-12-15T18:31:36.032 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 8/34 2023-12-15T18:31:36.209 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/34 2023-12-15T18:31:36.461 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-15T18:31:36.708 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-15T18:31:36.897 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-15T18:31:37.095 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-15T18:31:37.304 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-15T18:31:37.457 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-15T18:31:37.705 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-15T18:31:37.734 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 9/34 2023-12-15T18:31:37.963 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-15T18:31:38.132 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-15T18:31:38.412 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-15T18:31:38.665 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-15T18:31:38.927 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-15T18:31:38.935 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 10/34 2023-12-15T18:31:39.114 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/34 2023-12-15T18:31:39.213 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-15T18:31:39.265 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 12/34 2023-12-15T18:31:39.497 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/34 2023-12-15T18:31:39.543 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-15T18:31:39.727 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-15T18:31:39.935 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 28/34 2023-12-15T18:31:39.936 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-15T18:31:40.098 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:31:40.151 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-15T18:31:40.173 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:31:40.325 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-15T18:31:40.475 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-15T18:31:40.627 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-15T18:31:40.827 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-15T18:31:41.041 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-15T18:31:41.133 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-15T18:31:41.134 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:31:41.202 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-15T18:31:41.441 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:41.661 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:31:41.710 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-15T18:31:41.820 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph 2023-12-15T18:31:41.949 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-15T18:31:41.982 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-15T18:31:42.157 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:31:42.239 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-15T18:31:42.604 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-15T18:31:42.980 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 28/34 2023-12-15T18:31:43.031 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:31:43.217 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:31:43.293 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:31:43.498 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:31:43.675 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:31:43.895 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:31:44.075 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:31:44.093 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:31:44.146 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 16 kB/s | 4.1 kB 00:00 2023-12-15T18:31:44.216 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:31:44.544 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 6/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-15T18:31:44.600 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-15T18:31:44.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-15T18:31:44.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 27/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 28/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 29/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 30/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 31/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/34 2023-12-15T18:31:44.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 33/34 2023-12-15T18:31:45.086 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-15T18:31:45.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:31:45.762 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:31:45.962 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:31:46.181 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:31:46.362 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:31:46.380 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:31:46.477 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:31:46.866 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:31:46.866 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 6/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-15T18:31:46.867 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-15T18:31:46.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 27/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 28/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 29/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 30/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 31/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 32/34 2023-12-15T18:31:46.869 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 33/34 2023-12-15T18:31:46.967 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================================= 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================================= 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout: ceph x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.4 k 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 2.3 M 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 1.7 M 2023-12-15T18:31:46.971 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 243 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 4.6 M 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 18 M 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-15T18:31:46.972 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-15T18:31:46.973 INFO:teuthology.orchestra.run.smithi181.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================================= 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout:Install 34 Packages 2023-12-15T18:31:46.974 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:31:46.975 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 31 M 2023-12-15T18:31:46.975 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 122 M 2023-12-15T18:31:46.975 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:31:47.449 INFO:teuthology.orchestra.run.smithi181.stdout:(1/34): ceph-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 16 kB/s | 6.4 kB 00:00 2023-12-15T18:31:49.074 INFO:teuthology.orchestra.run.smithi181.stdout:(2/34): ceph-mds-19.0.0-83.gc56ad3ea.el8.x86_64 1.1 MB/s | 2.3 MB 00:02 2023-12-15T18:31:49.325 INFO:teuthology.orchestra.run.smithi181.stdout:(3/34): ceph-mon-19.0.0-83.gc56ad3ea.el8.x86_64 2.5 MB/s | 4.6 MB 00:01 2023-12-15T18:31:49.433 INFO:teuthology.orchestra.run.smithi181.stdout:(4/34): ceph-mgr-modules-core-19.0.0-83.gc56ad3 2.2 MB/s | 243 kB 00:00 2023-12-15T18:31:49.475 INFO:teuthology.orchestra.run.smithi181.stdout:(5/34): ceph-mgr-19.0.0-83.gc56ad3ea.el8.x86_64 694 kB/s | 1.7 MB 00:02 2023-12-15T18:31:49.533 INFO:teuthology.orchestra.run.smithi181.stdout:(6/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 753 kB/s | 44 kB 00:00 2023-12-15T18:31:49.567 INFO:teuthology.orchestra.run.smithi181.stdout:(7/34): luarocks-3.5.0-1.el8.noarch.rpm 1.2 MB/s | 167 kB 00:00 2023-12-15T18:31:49.609 INFO:teuthology.orchestra.run.smithi181.stdout:(8/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 4.1 MB/s | 173 kB 00:00 2023-12-15T18:31:49.634 INFO:teuthology.orchestra.run.smithi181.stdout:(9/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.8 MB/s | 185 kB 00:00 2023-12-15T18:31:49.659 INFO:teuthology.orchestra.run.smithi181.stdout:(10/34): python3-cherrypy-18.4.0-1.el8.noarch.r 7.5 MB/s | 384 kB 00:00 2023-12-15T18:31:49.685 INFO:teuthology.orchestra.run.smithi181.stdout:(11/34): python3-jaraco-6.2-6.el8.noarch.rpm 221 kB/s | 11 kB 00:00 2023-12-15T18:31:49.727 INFO:teuthology.orchestra.run.smithi181.stdout:(12/34): python3-jaraco-functools-2.0-4.el8.noa 263 kB/s | 18 kB 00:00 2023-12-15T18:31:49.744 INFO:teuthology.orchestra.run.smithi181.stdout:(13/34): python3-logutils-0.3.5-11.el8.noarch.r 834 kB/s | 49 kB 00:00 2023-12-15T18:31:49.760 INFO:teuthology.orchestra.run.smithi181.stdout:(14/34): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-12-15T18:31:49.786 INFO:teuthology.orchestra.run.smithi181.stdout:(15/34): python3-portend-2.6-1.el8.noarch.rpm 623 kB/s | 16 kB 00:00 2023-12-15T18:31:49.811 INFO:teuthology.orchestra.run.smithi181.stdout:(16/34): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-12-15T18:31:49.828 INFO:teuthology.orchestra.run.smithi181.stdout:(17/34): python3-simplegeneric-0.8.1-17.el8.noa 448 kB/s | 19 kB 00:00 2023-12-15T18:31:49.845 INFO:teuthology.orchestra.run.smithi181.stdout:(18/34): python3-singledispatch-3.4.0.3-18.el8. 716 kB/s | 24 kB 00:00 2023-12-15T18:31:49.862 INFO:teuthology.orchestra.run.smithi181.stdout:(19/34): python3-tempora-1.14.1-5.el8.noarch.rp 873 kB/s | 29 kB 00:00 2023-12-15T18:31:49.879 INFO:teuthology.orchestra.run.smithi181.stdout:(20/34): python3-trustme-0.6.0-4.el8.noarch.rpm 820 kB/s | 27 kB 00:00 2023-12-15T18:31:49.904 INFO:teuthology.orchestra.run.smithi181.stdout:(21/34): python3-waitress-1.4.3-1.el8.noarch.rp 6.0 MB/s | 255 kB 00:00 2023-12-15T18:31:49.930 INFO:teuthology.orchestra.run.smithi181.stdout:(22/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-12-15T18:31:49.955 INFO:teuthology.orchestra.run.smithi181.stdout:(23/34): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-12-15T18:31:49.980 INFO:teuthology.orchestra.run.smithi181.stdout:(24/34): python3-zc-lockfile-2.0-2.el8.noarch.r 457 kB/s | 23 kB 00:00 2023-12-15T18:31:50.139 INFO:teuthology.orchestra.run.smithi181.stdout:(25/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 238 kB 00:00 2023-12-15T18:31:50.164 INFO:teuthology.orchestra.run.smithi181.stdout:(26/34): python3-pycparser-2.14-14.el8.noarch.r 523 kB/s | 109 kB 00:00 2023-12-15T18:31:50.256 INFO:teuthology.orchestra.run.smithi181.stdout:(27/34): lua-devel-5.3.4-12.el8.x86_64.rpm 326 kB/s | 30 kB 00:00 2023-12-15T18:31:50.323 INFO:teuthology.orchestra.run.smithi181.stdout:(28/34): python3-cryptography-3.2.1-6.el8.x86_6 3.0 MB/s | 559 kB 00:00 2023-12-15T18:31:50.390 INFO:teuthology.orchestra.run.smithi181.stdout:(29/34): python3-werkzeug-0.12.2-4.el8.noarch.r 3.3 MB/s | 457 kB 00:00 2023-12-15T18:31:50.457 INFO:teuthology.orchestra.run.smithi181.stdout:(30/34): python3-markupsafe-0.23-19.el8.x86_64. 291 kB/s | 39 kB 00:00 2023-12-15T18:31:50.525 INFO:teuthology.orchestra.run.smithi181.stdout:(31/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 776 kB/s | 103 kB 00:00 2023-12-15T18:31:50.583 INFO:teuthology.orchestra.run.smithi181.stdout:(32/34): python3-mako-1.0.6-14.el8.noarch.rpm 1.2 MB/s | 157 kB 00:00 2023-12-15T18:31:50.625 INFO:teuthology.orchestra.run.smithi181.stdout:(33/34): python3-pytz-2017.2-11.el8.noarch.rpm 541 kB/s | 54 kB 00:00 2023-12-15T18:31:52.741 INFO:teuthology.orchestra.run.smithi181.stdout:(34/34): ceph-osd-19.0.0-83.gc56ad3ea.el8.x86_6 4.9 MB/s | 18 MB 00:03 2023-12-15T18:31:52.744 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:31:52.744 INFO:teuthology.orchestra.run.smithi181.stdout:Total 5.3 MB/s | 31 MB 00:05 2023-12-15T18:31:52.850 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:31:52.891 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:31:52.891 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:31:53.118 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:31:53.127 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:31:54.332 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:31:54.578 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-15T18:31:54.811 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-15T18:31:54.976 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/34 2023-12-15T18:31:55.200 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/34 2023-12-15T18:31:55.491 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/34 2023-12-15T18:31:55.693 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/34 2023-12-15T18:31:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 7/34 2023-12-15T18:31:56.091 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 8/34 2023-12-15T18:31:56.487 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 9/34 2023-12-15T18:31:56.833 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 10/34 2023-12-15T18:31:57.005 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/34 2023-12-15T18:31:57.078 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 34/34 2023-12-15T18:31:57.078 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:31:57.206 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 12/34 2023-12-15T18:31:57.422 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/34 2023-12-15T18:31:57.612 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:57.612 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:31:57.612 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-15T18:31:57.613 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend-2.6-1.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-15T18:31:57.614 INFO:teuthology.orchestra.run.smithi161.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:31:57.615 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:31:57.675 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-15T18:31:57.782 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-base 2023-12-15T18:31:57.870 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-15T18:31:58.134 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:31:58.886 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 34/34 2023-12-15T18:31:58.886 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:31:59.250 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-15T18:31:59.444 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:59.444 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:31:59.444 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-15T18:31:59.445 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-2.6-1.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-15T18:31:59.446 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:31:59.447 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:31:59.628 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2023-12-15T18:31:59.978 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:00.042 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-15T18:32:00.380 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 49 kB/s | 4.5 kB 00:00 2023-12-15T18:32:00.684 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-15T18:32:00.867 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-15T18:32:01.036 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-15T18:32:01.284 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-15T18:32:01.516 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-15T18:32:01.702 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-15T18:32:01.943 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-15T18:32:01.990 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:32:02.202 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-15T18:32:02.373 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-15T18:32:02.456 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-15T18:32:02.642 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:32:02.727 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-15T18:32:02.816 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:32:02.817 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:32:02.817 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:32:02.954 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install cephadm 2023-12-15T18:32:03.093 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-15T18:32:03.307 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:03.477 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 28/34 2023-12-15T18:32:03.673 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:32:03.748 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 29/34 2023-12-15T18:32:04.688 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:32:04.862 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:32:04.863 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:32:04.863 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:32:05.010 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2023-12-15T18:32:05.283 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2023-12-15T18:32:05.356 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:05.561 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-15T18:32:05.655 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-15T18:32:05.756 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:32:06.218 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 31/34 2023-12-15T18:32:06.387 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:32:06.606 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 32/34 2023-12-15T18:32:06.746 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:32:06.764 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 33/34 2023-12-15T18:32:06.861 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:32:07.160 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-15T18:32:07.283 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 34/34 2023-12-15T18:32:07.283 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/34 2023-12-15T18:32:07.283 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/34 2023-12-15T18:32:07.283 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.no 6/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-15T18:32:07.284 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 27/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 28/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 29/34 2023-12-15T18:32:07.285 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 30/34 2023-12-15T18:32:07.286 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 31/34 2023-12-15T18:32:07.286 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/34 2023-12-15T18:32:07.286 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 33/34 2023-12-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 85 kB/s | 4.5 kB 00:00 2023-12-15T18:32:08.163 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 414 k 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:32:08.164 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:08.165 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 414 k 2023-12-15T18:32:08.165 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 2.2 M 2023-12-15T18:32:08.165 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:32:08.412 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm-19.0.0-83.gc56ad3ea.el8.noarch.rpm 1.6 MB/s | 414 kB 00:00 2023-12-15T18:32:08.413 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:08.413 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.6 MB/s | 414 kB 00:00 2023-12-15T18:32:08.414 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:32:08.421 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:32:08.422 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:32:08.425 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:32:08.433 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:32:08.480 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:32:09.942 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 414 k 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 414 k 2023-12-15T18:32:09.943 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.2 M 2023-12-15T18:32:09.944 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:32:10.165 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-19.0.0-83.gc56ad3ea.el8.noarch.rpm 1.8 MB/s | 414 kB 00:00 2023-12-15T18:32:10.166 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:10.166 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.8 MB/s | 414 kB 00:00 2023-12-15T18:32:10.166 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:32:10.174 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:32:10.175 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:32:10.177 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:32:10.186 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:32:10.227 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:32:10.348 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:10.489 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:10.691 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:12.087 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:12.273 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:12.475 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:19.976 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:19.976 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:32:20.349 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 34/34 2023-12-15T18:32:20.350 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:32:20.512 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:20.512 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:32:20.512 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:32:20.512 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:20.512 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:32:20.674 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-immutable-object-cache 2023-12-15T18:32:20.890 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:20.890 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:32:20.890 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:20.890 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:20.890 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-15T18:32:20.891 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend-2.6-1.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-15T18:32:20.892 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-15T18:32:20.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-15T18:32:20.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-15T18:32:20.893 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:20.893 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:32:21.041 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:21.081 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-base 2023-12-15T18:32:21.432 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:22.889 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-15T18:32:23.266 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-15T18:32:23.298 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2023-12-15T18:32:23.698 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-15T18:32:24.461 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:24.461 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:32:24.974 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:24.974 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:32:24.974 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:32:24.974 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:24.974 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:32:25.174 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2023-12-15T18:32:25.536 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:25.766 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 175 k 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:32:25.767 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:25.768 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 175 k 2023-12-15T18:32:25.768 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 560 k 2023-12-15T18:32:25.768 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:32:25.986 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-immutable-object-cache-19.0.0-83.gc56ad3ea 801 kB/s | 175 kB 00:00 2023-12-15T18:32:25.987 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:25.987 INFO:teuthology.orchestra.run.smithi161.stdout:Total 797 kB/s | 175 kB 00:00 2023-12-15T18:32:25.987 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:32:25.988 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:32:25.999 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:32:25.999 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:32:26.054 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:32:26.062 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:32:26.163 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:32:26.164 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:32:26.164 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:32:26.183 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:32:26.360 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:26.571 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install cephadm 2023-12-15T18:32:26.747 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:26.921 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:27.363 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:32:27.685 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2023-12-15T18:32:28.777 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:32:29.145 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-15T18:32:30.139 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 175 k 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:32:30.140 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:30.141 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 175 k 2023-12-15T18:32:30.141 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 560 k 2023-12-15T18:32:30.141 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:32:30.704 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-19.0.0-83.gc56ad3ea 310 kB/s | 175 kB 00:00 2023-12-15T18:32:30.705 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:30.705 INFO:teuthology.orchestra.run.smithi088.stdout:Total 310 kB/s | 175 kB 00:00 2023-12-15T18:32:30.705 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:32:30.717 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:32:30.718 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:32:30.774 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:32:30.783 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:32:30.913 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:32:31.144 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:31.548 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:31.579 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 414 k 2023-12-15T18:32:31.580 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:31.581 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:32:31.581 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:31.581 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:32:31.581 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:31.582 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 414 k 2023-12-15T18:32:31.582 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 2.2 M 2023-12-15T18:32:31.582 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:32:32.099 INFO:teuthology.orchestra.run.smithi181.stdout:cephadm-19.0.0-83.gc56ad3ea.el8.noarch.rpm 799 kB/s | 414 kB 00:00 2023-12-15T18:32:32.100 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:32.100 INFO:teuthology.orchestra.run.smithi181.stdout:Total 797 kB/s | 414 kB 00:00 2023-12-15T18:32:32.100 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:32:32.109 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:32:32.109 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:32:32.112 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:32:32.120 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:32:32.169 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:32:33.881 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:34.073 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:34.273 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:37.103 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:37.103 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:32:37.622 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:37.623 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:32:37.623 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:37.623 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:37.623 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:32:37.781 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr 2023-12-15T18:32:38.133 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:40.153 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-15T18:32:40.523 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-15T18:32:42.797 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:32:42.969 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:32:42.970 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:32:42.970 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:32:43.128 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-dashboard 2023-12-15T18:32:43.480 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:43.719 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:43.719 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:32:44.256 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:44.257 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:32:44.257 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:32:44.257 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:44.257 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:32:44.407 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2023-12-15T18:32:44.757 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:45.431 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:32:45.706 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:32:45.707 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:32:45.805 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-15T18:32:46.240 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:46.240 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:32:46.240 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:32:46.240 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:46.241 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:32:46.395 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-immutable-object-cache 2023-12-15T18:32:46.728 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-15T18:32:46.761 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:47.103 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-15T18:32:48.306 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:32:48.307 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================= 2023-12-15T18:32:48.307 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:32:48.307 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================= 2023-12-15T18:32:48.307 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 1.8 M 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 28 k 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 15 k 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================= 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2023-12-15T18:32:48.308 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:32:48.309 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.1 M 2023-12-15T18:32:48.309 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 8.7 M 2023-12-15T18:32:48.309 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:32:48.493 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-15T18:32:48.853 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-15T18:32:49.006 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): ceph-prometheus-alerts-19.0.0-83.gc56ad3 40 kB/s | 15 kB 00:00 2023-12-15T18:32:49.048 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): ceph-grafana-dashboards-19.0.0-83.gc56ad 67 kB/s | 28 kB 00:00 2023-12-15T18:32:49.207 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 168 kB/s | 34 kB 00:00 2023-12-15T18:32:49.265 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 905 kB/s | 196 kB 00:00 2023-12-15T18:32:49.374 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-12-15T18:32:49.436 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:32:49.612 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:32:49.613 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:32:49.613 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:32:49.763 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2023-12-15T18:32:50.111 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:32:51.381 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 175 k 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:51.382 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:32:51.383 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:32:51.383 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:32:51.383 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:32:51.383 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 175 k 2023-12-15T18:32:51.383 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 560 k 2023-12-15T18:32:51.384 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:32:51.716 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-immutable-object-cache-19.0.0-83.gc56ad3ea 528 kB/s | 175 kB 00:00 2023-12-15T18:32:51.716 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:51.716 INFO:teuthology.orchestra.run.smithi181.stdout:Total 526 kB/s | 175 kB 00:00 2023-12-15T18:32:51.716 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:32:51.727 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:32:51.727 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:32:51.782 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:32:51.790 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:32:51.874 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-15T18:32:51.882 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): ceph-mgr-dashboard-19.0.0-83.gc56ad3ea.e 555 kB/s | 1.8 MB 00:03 2023-12-15T18:32:51.885 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:51.886 INFO:teuthology.orchestra.run.smithi161.stdout:Total 593 kB/s | 2.1 MB 00:03 2023-12-15T18:32:51.899 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:32:51.902 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:32:51.909 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:32:51.909 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:32:51.982 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:32:51.990 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:32:52.097 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:52.203 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2023-12-15T18:32:52.285 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:32:52.490 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:32:52.499 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-15T18:32:52.678 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-15T18:32:52.867 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-15T18:32:53.013 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 4/6 2023-12-15T18:32:53.364 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 5/6 2023-12-15T18:32:53.594 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 1/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 3/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-15T18:32:53.870 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-15T18:32:54.755 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:32:54.755 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================= 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================= 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 1.8 M 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 28 k 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 15 k 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================= 2023-12-15T18:32:54.756 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-12-15T18:32:54.757 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:32:54.757 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.1 M 2023-12-15T18:32:54.757 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 8.7 M 2023-12-15T18:32:54.757 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:32:55.081 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): ceph-prometheus-alerts-19.0.0-83.gc56ad3 80 kB/s | 15 kB 00:00 2023-12-15T18:32:55.131 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): ceph-grafana-dashboards-19.0.0-83.gc56ad 118 kB/s | 28 kB 00:00 2023-12-15T18:32:55.232 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): ceph-mgr-dashboard-19.0.0-83.gc56ad3ea.e 5.2 MB/s | 1.8 MB 00:00 2023-12-15T18:32:55.278 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 171 kB/s | 34 kB 00:00 2023-12-15T18:32:55.357 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 871 kB/s | 196 kB 00:00 2023-12-15T18:32:55.449 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 196 kB/s | 43 kB 00:00 2023-12-15T18:32:55.450 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:32:55.451 INFO:teuthology.orchestra.run.smithi088.stdout:Total 3.0 MB/s | 2.1 MB 00:00 2023-12-15T18:32:55.462 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:32:55.472 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:32:55.472 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:32:55.538 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:32:55.546 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:32:55.810 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:32:55.972 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-15T18:32:56.168 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-15T18:32:56.357 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-15T18:32:56.520 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 4/6 2023-12-15T18:32:56.860 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 5/6 2023-12-15T18:32:57.334 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:32:57.609 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:32:57.610 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 1/6 2023-12-15T18:32:57.610 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2/6 2023-12-15T18:32:57.610 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 3/6 2023-12-15T18:32:57.610 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-15T18:32:57.610 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-15T18:33:04.915 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-15T18:33:04.916 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:33:05.076 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el 1/1 2023-12-15T18:33:05.076 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:33:05.438 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:05.442 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:33:05.599 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-15T18:33:05.602 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:05.602 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:33:05.602 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:33:05.602 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:05.602 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:33:05.760 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr 2023-12-15T18:33:05.951 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:06.094 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-15T18:33:06.094 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:33:06.113 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:06.613 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:06.614 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:33:06.780 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-15T18:33:07.133 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:07.806 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-15T18:33:07.952 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:33:08.195 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:33:08.373 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:33:08.819 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-15T18:33:09.180 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-15T18:33:10.608 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:33:10.609 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================================================= 2023-12-15T18:33:10.609 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================================================= 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 7.4 M 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:10.610 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================================================= 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout:Install 8 Packages 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 36 M 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 207 M 2023-12-15T18:33:10.611 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:33:10.633 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-mgr-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:33:10.811 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:33:10.812 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:33:10.812 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:33:10.974 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-dashboard 2023-12-15T18:33:11.137 INFO:teuthology.orchestra.run.smithi161.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.2 MB/s | 645 kB 00:00 2023-12-15T18:33:11.170 INFO:teuthology.orchestra.run.smithi161.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 309 kB/s | 172 kB 00:00 2023-12-15T18:33:11.323 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:11.554 INFO:teuthology.orchestra.run.smithi161.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 9.7 MB/s | 3.7 MB 00:00 2023-12-15T18:33:11.640 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:33:11.641 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================================================= 2023-12-15T18:33:11.641 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:33:11.641 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================================================= 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 7.4 M 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================================================= 2023-12-15T18:33:11.642 INFO:teuthology.orchestra.run.smithi088.stdout:Install 8 Packages 2023-12-15T18:33:11.643 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:11.643 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 36 M 2023-12-15T18:33:11.643 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 207 M 2023-12-15T18:33:11.643 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:33:11.721 INFO:teuthology.orchestra.run.smithi161.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 23 MB/s | 14 MB 00:00 2023-12-15T18:33:11.796 INFO:teuthology.orchestra.run.smithi088.stdout:(1/8): libquadmath-8.5.0-20.el8.x86_64.rpm 1.1 MB/s | 172 kB 00:00 2023-12-15T18:33:11.805 INFO:teuthology.orchestra.run.smithi161.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 899 kB/s | 225 kB 00:00 2023-12-15T18:33:11.829 INFO:teuthology.orchestra.run.smithi088.stdout:(2/8): libgfortran-8.5.0-20.el8.x86_64.rpm 3.4 MB/s | 645 kB 00:00 2023-12-15T18:33:11.897 INFO:teuthology.orchestra.run.smithi161.stdout:(6/8): ceph-mgr-diskprediction-local-19.0.0-83. 5.8 MB/s | 7.4 MB 00:01 2023-12-15T18:33:12.055 INFO:teuthology.orchestra.run.smithi161.stdout:(7/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 16 MB/s | 5.2 MB 00:00 2023-12-15T18:33:12.164 INFO:teuthology.orchestra.run.smithi161.stdout:(8/8): openblas-0.3.15-6.el8.x86_64.rpm 14 MB/s | 5.0 MB 00:00 2023-12-15T18:33:12.165 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:12.165 INFO:teuthology.orchestra.run.smithi161.stdout:Total 23 MB/s | 36 MB 00:01 2023-12-15T18:33:12.213 INFO:teuthology.orchestra.run.smithi088.stdout:(3/8): python3-scipy-1.0.0-21.module+el8.5.0+10 33 MB/s | 14 MB 00:00 2023-12-15T18:33:12.297 INFO:teuthology.orchestra.run.smithi088.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 8.0 MB/s | 3.7 MB 00:00 2023-12-15T18:33:12.364 INFO:teuthology.orchestra.run.smithi088.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.5 MB/s | 225 kB 00:00 2023-12-15T18:33:12.408 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:33:12.427 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:33:12.427 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:33:12.597 INFO:teuthology.orchestra.run.smithi088.stdout:(6/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 17 MB/s | 5.2 MB 00:00 2023-12-15T18:33:12.706 INFO:teuthology.orchestra.run.smithi088.stdout:(7/8): openblas-0.3.15-6.el8.x86_64.rpm 15 MB/s | 5.0 MB 00:00 2023-12-15T18:33:12.738 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:33:12.747 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:33:12.806 INFO:teuthology.orchestra.run.smithi088.stdout:(8/8): ceph-mgr-diskprediction-local-19.0.0-83. 6.4 MB/s | 7.4 MB 00:01 2023-12-15T18:33:12.807 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:12.807 INFO:teuthology.orchestra.run.smithi088.stdout:Total 31 MB/s | 36 MB 00:01 2023-12-15T18:33:13.053 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:33:13.071 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:33:13.071 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:33:13.161 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:33:13.325 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:33:13.384 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:33:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:33:13.461 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:13.515 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2023-12-15T18:33:13.578 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:13.736 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:13.945 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:33:14.092 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:14.250 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:14.389 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:14.425 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:14.586 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:15.047 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:15.194 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:15.241 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:15.385 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:15.845 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:15.926 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:33:15.927 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================= 2023-12-15T18:33:15.927 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:33:15.927 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================= 2023-12-15T18:33:15.927 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:33:15.927 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 1.8 M 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 28 k 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 15 k 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================= 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2023-12-15T18:33:15.928 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:15.929 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 2.1 M 2023-12-15T18:33:15.929 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 8.7 M 2023-12-15T18:33:15.929 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:33:16.033 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:16.070 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:16.109 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): ceph-prometheus-alerts-19.0.0-83.gc56ad3 102 kB/s | 15 kB 00:00 2023-12-15T18:33:16.134 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): ceph-grafana-dashboards-19.0.0-83.gc56ad 163 kB/s | 28 kB 00:00 2023-12-15T18:33:16.276 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): ceph-mgr-dashboard-19.0.0-83.gc56ad3ea.e 5.6 MB/s | 1.8 MB 00:00 2023-12-15T18:33:16.416 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:16.468 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 222 kB/s | 43 kB 00:00 2023-12-15T18:33:16.501 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 86 kB/s | 34 kB 00:00 2023-12-15T18:33:16.652 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:16.708 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 342 kB/s | 196 kB 00:00 2023-12-15T18:33:16.713 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:16.713 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.6 MB/s | 2.1 MB 00:00 2023-12-15T18:33:16.724 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:33:16.734 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:33:16.734 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:33:16.741 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:16.802 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:33:16.811 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:33:17.062 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:33:17.112 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:17.269 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-15T18:33:17.341 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:17.512 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-15T18:33:17.712 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-15T18:33:17.833 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 4/6 2023-12-15T18:33:18.207 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 5/6 2023-12-15T18:33:18.425 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:18.444 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:33:18.714 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 6/6 2023-12-15T18:33:18.714 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.no 1/6 2023-12-15T18:33:18.714 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2/6 2023-12-15T18:33:18.714 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noa 3/6 2023-12-15T18:33:18.714 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-15T18:33:18.715 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-15T18:33:19.087 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:19.674 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-12-15T18:33:19.876 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 1/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:20.163 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 7/8 2023-12-15T18:33:20.428 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-12-15T18:33:20.590 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 1/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:20.935 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 7/8 2023-12-15T18:33:28.896 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-15T18:33:28.896 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:29.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-15T18:33:29.430 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-15T18:33:29.430 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-15T18:33:29.430 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:29.430 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:33:29.573 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-15T18:33:29.927 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:30.454 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 8/8 2023-12-15T18:33:30.454 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-15T18:33:30.995 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:30.996 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:30.996 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-12-15T18:33:30.996 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:30.996 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:33:31.172 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-rook 2023-12-15T18:33:31.525 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:31.601 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-15T18:33:31.993 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-15T18:33:32.517 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 8/8 2023-12-15T18:33:32.517 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:33:33.050 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:33.051 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:33:33.224 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2023-12-15T18:33:33.320 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:33:33.578 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:33.730 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-15T18:33:34.519 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================================================= 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================================================= 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 7.4 M 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:33:34.520 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================================================= 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout:Install 8 Packages 2023-12-15T18:33:34.521 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:34.522 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 36 M 2023-12-15T18:33:34.522 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 207 M 2023-12-15T18:33:34.522 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:33:34.691 INFO:teuthology.orchestra.run.smithi181.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 3.7 MB/s | 645 kB 00:00 2023-12-15T18:33:34.766 INFO:teuthology.orchestra.run.smithi181.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 710 kB/s | 172 kB 00:00 2023-12-15T18:33:35.033 INFO:teuthology.orchestra.run.smithi181.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2023-12-15T18:33:35.225 INFO:teuthology.orchestra.run.smithi181.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 26 MB/s | 14 MB 00:00 2023-12-15T18:33:35.250 INFO:teuthology.orchestra.run.smithi181.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.0 MB/s | 225 kB 00:00 2023-12-15T18:33:35.351 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 kB/s | 4.1 kB 00:00 2023-12-15T18:33:35.426 INFO:teuthology.orchestra.run.smithi181.stdout:(6/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 26 MB/s | 5.2 MB 00:00 2023-12-15T18:33:35.551 INFO:teuthology.orchestra.run.smithi181.stdout:(7/8): openblas-0.3.15-6.el8.x86_64.rpm 17 MB/s | 5.0 MB 00:00 2023-12-15T18:33:35.778 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:33:36.138 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:33:36.140 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================================== 2023-12-15T18:33:36.140 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:33:36.140 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================================== 2023-12-15T18:33:36.140 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:33:36.140 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 50 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-15T18:33:36.141 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================================== 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2023-12-15T18:33:36.142 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:36.143 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 1.9 M 2023-12-15T18:33:36.143 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 25 M 2023-12-15T18:33:36.143 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:33:36.218 INFO:teuthology.orchestra.run.smithi181.stdout:(8/8): ceph-mgr-diskprediction-local-19.0.0-83. 4.4 MB/s | 7.4 MB 00:01 2023-12-15T18:33:36.219 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:36.219 INFO:teuthology.orchestra.run.smithi181.stdout:Total 21 MB/s | 36 MB 00:01 2023-12-15T18:33:36.444 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 60 kB/s | 16 kB 00:00 2023-12-15T18:33:36.461 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 114 kB/s | 33 kB 00:00 2023-12-15T18:33:36.465 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:33:36.484 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:33:36.484 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:33:36.561 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): ceph-mgr-rook-19.0.0-83.gc56ad3ea.el8.n 128 kB/s | 50 kB 00:00 2023-12-15T18:33:36.737 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 278 kB/s | 81 kB 00:00 2023-12-15T18:33:36.793 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:33:36.802 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:33:36.879 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 432 kB/s | 61 kB 00:00 2023-12-15T18:33:36.921 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 179 kB/s | 64 kB 00:00 2023-12-15T18:33:37.004 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.1 MB/s | 1.2 MB 00:00 2023-12-15T18:33:37.055 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 882 kB/s | 155 kB 00:00 2023-12-15T18:33:37.163 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-requests-oauthlib-1.0.0-1.el8.n 180 kB/s | 43 kB 00:00 2023-12-15T18:33:37.205 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 100 kB/s | 20 kB 00:00 2023-12-15T18:33:37.230 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 648 kB/s | 110 kB 00:00 2023-12-15T18:33:37.346 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:33:37.464 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): python3-jsonpatch-1.21-2.el8.noarch.rp 88 kB/s | 27 kB 00:00 2023-12-15T18:33:37.531 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:37.531 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 389 kB/s | 126 kB 00:00 2023-12-15T18:33:37.532 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:37.532 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-12-15T18:33:37.602 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:33:37.618 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:33:37.618 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:33:37.664 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-15T18:33:37.700 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:33:37.708 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:33:37.839 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:38.217 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:33:38.332 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================================== 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================================== 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 50 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-15T18:33:38.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================================== 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-12-15T18:33:38.335 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:38.336 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.9 M 2023-12-15T18:33:38.336 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 25 M 2023-12-15T18:33:38.336 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:33:38.468 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:38.491 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-15T18:33:38.611 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 115 kB/s | 16 kB 00:00 2023-12-15T18:33:38.637 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 197 kB/s | 33 kB 00:00 2023-12-15T18:33:38.656 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:38.693 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-15T18:33:38.745 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 610 kB/s | 81 kB 00:00 2023-12-15T18:33:38.812 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 962 kB/s | 64 kB 00:00 2023-12-15T18:33:38.879 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 917 kB/s | 61 kB 00:00 2023-12-15T18:33:38.898 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-15T18:33:38.912 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): ceph-mgr-rook-19.0.0-83.gc56ad3ea.el8.n 113 kB/s | 50 kB 00:00 2023-12-15T18:33:38.979 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.4 MB/s | 1.2 MB 00:00 2023-12-15T18:33:39.080 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 773 kB/s | 155 kB 00:00 2023-12-15T18:33:39.089 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-15T18:33:39.222 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-requests-oauthlib-1.0.0-1.el8.n 140 kB/s | 43 kB 00:00 2023-12-15T18:33:39.247 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-15T18:33:39.247 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 76 kB/s | 20 kB 00:00 2023-12-15T18:33:39.273 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 571 kB/s | 110 kB 00:00 2023-12-15T18:33:39.328 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-15T18:33:39.365 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-jsonpatch-1.21-2.el8.noarch.rp 187 kB/s | 27 kB 00:00 2023-12-15T18:33:39.381 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 945 kB/s | 126 kB 00:00 2023-12-15T18:33:39.382 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:33:39.382 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-12-15T18:33:39.446 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:33:39.461 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:33:39.462 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:33:39.472 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:39.541 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:33:39.549 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:33:39.577 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-15T18:33:39.826 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-15T18:33:40.057 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-15T18:33:40.086 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:33:40.134 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-15T18:33:40.238 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-15T18:33:40.370 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-15T18:33:40.459 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:40.512 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-15T18:33:40.613 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-15T18:33:40.706 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:40.849 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-15T18:33:41.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-15T18:33:41.264 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-15T18:33:41.540 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-15T18:33:41.665 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-15T18:33:41.796 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-15T18:33:41.934 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-15T18:33:42.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-15T18:33:42.123 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:33:42.224 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 1/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-15T18:33:42.393 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-15T18:33:42.394 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 10/13 2023-12-15T18:33:42.394 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2023-12-15T18:33:42.394 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-15T18:33:42.446 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:42.481 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-15T18:33:43.571 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-15T18:33:43.750 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-12-15T18:33:43.862 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-15T18:33:43.922 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:44.010 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 8/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea. 1/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-15T18:33:44.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 7/8 2023-12-15T18:33:44.303 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 1/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 10/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2023-12-15T18:33:44.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-15T18:33:53.904 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 13/13 2023-12-15T18:33:53.904 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-15T18:33:54.422 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:54.423 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:33:54.558 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-cephadm 2023-12-15T18:33:54.919 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:56.579 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 8/8 2023-12-15T18:33:56.580 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:33:56.614 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-15T18:33:57.016 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-15T18:33:57.115 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:33:57.116 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:33:57.280 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-rook 2023-12-15T18:33:57.451 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 13/13 2023-12-15T18:33:57.451 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:33:57.632 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-15T18:33:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:33:57.979 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:33:58.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2023-12-15T18:33:58.470 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:33:59.435 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:33:59.436 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================= 2023-12-15T18:33:59.436 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:33:59.436 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================= 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 133 k 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================= 2023-12-15T18:33:59.437 INFO:teuthology.orchestra.run.smithi161.stdout:Install 5 Packages 2023-12-15T18:33:59.438 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:33:59.438 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 6.0 M 2023-12-15T18:33:59.438 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 26 M 2023-12-15T18:33:59.438 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:33:59.549 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:33:59.948 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:34:00.127 INFO:teuthology.orchestra.run.smithi161.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 106 kB/s | 60 kB 00:00 2023-12-15T18:34:00.152 INFO:teuthology.orchestra.run.smithi161.stdout:(2/5): ceph-mgr-cephadm-19.0.0-83.gc56ad3ea.el8 222 kB/s | 133 kB 00:00 2023-12-15T18:34:00.158 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 kB/s | 4.1 kB 00:00 2023-12-15T18:34:00.360 INFO:teuthology.orchestra.run.smithi161.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.5 MB/s | 538 kB 00:00 2023-12-15T18:34:00.477 INFO:teuthology.orchestra.run.smithi161.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2023-12-15T18:34:00.502 INFO:teuthology.orchestra.run.smithi161.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 503 kB/s | 476 kB 00:00 2023-12-15T18:34:00.504 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:00.504 INFO:teuthology.orchestra.run.smithi161.stdout:Total 5.6 MB/s | 6.0 MB 00:01 2023-12-15T18:34:00.539 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:34:00.559 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:34:00.570 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:34:00.570 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:34:00.659 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:34:00.668 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:34:01.662 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:34:02.010 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-15T18:34:02.347 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-15T18:34:02.380 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout:====================================================================================================== 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout:====================================================================================================== 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 50 k 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-15T18:34:02.382 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:34:02.383 INFO:teuthology.orchestra.run.smithi181.stdout:====================================================================================================== 2023-12-15T18:34:02.384 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2023-12-15T18:34:02.384 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:02.384 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 1.9 M 2023-12-15T18:34:02.384 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 25 M 2023-12-15T18:34:02.384 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:34:02.701 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 127 kB/s | 33 kB 00:00 2023-12-15T18:34:02.718 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 59 kB/s | 16 kB 00:00 2023-12-15T18:34:02.759 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:02.852 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 541 kB/s | 81 kB 00:00 2023-12-15T18:34:02.985 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): ceph-mgr-rook-19.0.0-83.gc56ad3ea.el8.n 92 kB/s | 50 kB 00:00 2023-12-15T18:34:03.000 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================= 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================= 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 133 k 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-15T18:34:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================= 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:Install 5 Packages 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 6.0 M 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2023-12-15T18:34:03.002 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:34:03.011 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 404 kB/s | 64 kB 00:00 2023-12-15T18:34:03.044 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-15T18:34:03.078 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 666 kB/s | 61 kB 00:00 2023-12-15T18:34:03.179 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 426 kB/s | 43 kB 00:00 2023-12-15T18:34:03.203 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 806 kB/s | 155 kB 00:00 2023-12-15T18:34:03.261 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:03.337 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): python3-jsonpointer-1.10-11.el8.noarch. 126 kB/s | 20 kB 00:00 2023-12-15T18:34:03.350 INFO:teuthology.orchestra.run.smithi088.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 293 kB/s | 60 kB 00:00 2023-12-15T18:34:03.362 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 695 kB/s | 110 kB 00:00 2023-12-15T18:34:03.471 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-12-15T18:34:03.504 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): python3-jsonpatch-1.21-2.el8.noarch.rp 159 kB/s | 27 kB 00:00 2023-12-15T18:34:03.519 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:03.519 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/5 2023-12-15T18:34:03.519 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-15T18:34:03.519 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:03.519 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-15T18:34:03.525 INFO:teuthology.orchestra.run.smithi088.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.2 MB/s | 476 kB 00:00 2023-12-15T18:34:03.684 INFO:teuthology.orchestra.run.smithi088.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2023-12-15T18:34:03.709 INFO:teuthology.orchestra.run.smithi088.stdout:(4/5): ceph-mgr-cephadm-19.0.0-83.gc56ad3ea.el8 235 kB/s | 133 kB 00:00 2023-12-15T18:34:03.721 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.2 MB/s | 1.2 MB 00:01 2023-12-15T18:34:03.723 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:03.723 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-12-15T18:34:03.796 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:34:03.811 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:34:03.812 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:34:03.843 INFO:teuthology.orchestra.run.smithi088.stdout:(5/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.7 MB/s | 538 kB 00:00 2023-12-15T18:34:03.845 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:03.845 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.1 MB/s | 6.0 MB 00:00 2023-12-15T18:34:03.894 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:34:03.900 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:34:03.902 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:34:03.911 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:34:03.911 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:34:03.999 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:34:04.008 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:34:04.415 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:34:04.702 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-15T18:34:04.946 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-15T18:34:05.013 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:34:05.147 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-15T18:34:05.325 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-15T18:34:05.352 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-15T18:34:05.627 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-15T18:34:05.842 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-15T18:34:06.140 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-15T18:34:06.181 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:06.354 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-15T18:34:06.470 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-15T18:34:06.575 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-15T18:34:06.680 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:06.758 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-15T18:34:06.954 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:06.954 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/5 2023-12-15T18:34:06.954 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-15T18:34:06.955 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:06.955 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-15T18:34:07.042 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-15T18:34:08.127 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-15T18:34:08.445 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-15T18:34:08.609 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:34:08.883 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 13/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 1/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 10/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2023-12-15T18:34:08.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-15T18:34:10.512 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-15T18:34:10.513 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:34:11.057 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:11.057 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:11.058 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:34:11.216 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-fuse 2023-12-15T18:34:11.576 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:13.451 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-15T18:34:13.841 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:34:16.368 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 946 k 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:16.369 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 1.0 M 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 3.2 M 2023-12-15T18:34:16.370 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:34:16.672 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 275 kB/s | 83 kB 00:00 2023-12-15T18:34:16.897 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-fuse-19.0.0-83.gc56ad3ea.el8.x86_64 1.8 MB/s | 946 kB 00:00 2023-12-15T18:34:16.898 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:16.898 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.9 MB/s | 1.0 MB 00:00 2023-12-15T18:34:16.910 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:34:16.931 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:34:16.932 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:34:17.017 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:34:17.025 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:34:17.221 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:34:17.524 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-15T18:34:17.683 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:18.075 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:18.075 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/2 2023-12-15T18:34:20.218 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-15T18:34:20.218 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:34:20.750 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:20.751 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:34:20.940 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2023-12-15T18:34:21.299 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:22.621 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 13/13 2023-12-15T18:34:22.622 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:34:23.152 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-15T18:34:23.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-15T18:34:23.154 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-15T18:34:23.154 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-15T18:34:23.154 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:23.154 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:34:23.175 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-15T18:34:23.294 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-cephadm 2023-12-15T18:34:23.522 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-15T18:34:23.652 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:25.527 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:34:25.838 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 63 kB/s | 4.5 kB 00:00 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:34:26.024 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 946 k 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:26.025 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.0 M 2023-12-15T18:34:26.026 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 3.2 M 2023-12-15T18:34:26.026 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:34:26.186 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 519 kB/s | 83 kB 00:00 2023-12-15T18:34:27.128 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-19.0.0-83.gc56ad3ea.el8.x86_64 858 kB/s | 946 kB 00:01 2023-12-15T18:34:27.128 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:27.128 INFO:teuthology.orchestra.run.smithi088.stdout:Total 932 kB/s | 1.0 MB 00:01 2023-12-15T18:34:27.143 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:34:27.166 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:34:27.167 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:34:27.258 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:34:27.268 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:34:27.377 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-15T18:34:27.377 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:34:27.476 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:34:27.773 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-15T18:34:27.913 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:27.913 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:34:27.913 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-15T18:34:27.913 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:27.913 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:34:27.958 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:28.063 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-volume 2023-12-15T18:34:28.249 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:34:28.250 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================= 2023-12-15T18:34:28.250 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:34:28.250 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================= 2023-12-15T18:34:28.250 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 133 k 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-15T18:34:28.251 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:28.252 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:34:28.252 INFO:teuthology.orchestra.run.smithi181.stdout:============================================================================================= 2023-12-15T18:34:28.252 INFO:teuthology.orchestra.run.smithi181.stdout:Install 5 Packages 2023-12-15T18:34:28.252 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:28.253 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 6.0 M 2023-12-15T18:34:28.253 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 26 M 2023-12-15T18:34:28.253 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:34:28.329 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:28.329 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/2 2023-12-15T18:34:28.426 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:28.783 INFO:teuthology.orchestra.run.smithi181.stdout:(1/5): ceph-mgr-cephadm-19.0.0-83.gc56ad3ea.el8 266 kB/s | 133 kB 00:00 2023-12-15T18:34:29.041 INFO:teuthology.orchestra.run.smithi181.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 19 MB/s | 4.8 MB 00:00 2023-12-15T18:34:29.192 INFO:teuthology.orchestra.run.smithi181.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.5 MB/s | 538 kB 00:00 2023-12-15T18:34:29.341 INFO:teuthology.orchestra.run.smithi181.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 57 kB/s | 60 kB 00:01 2023-12-15T18:34:29.950 INFO:teuthology.orchestra.run.smithi181.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 286 kB/s | 476 kB 00:01 2023-12-15T18:34:29.953 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:29.953 INFO:teuthology.orchestra.run.smithi181.stdout:Total 3.5 MB/s | 6.0 MB 00:01 2023-12-15T18:34:30.011 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:34:30.025 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:34:30.026 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:34:30.112 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:34:30.121 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:34:30.144 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:34:30.517 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-15T18:34:31.091 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:34:31.467 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-15T18:34:31.766 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-15T18:34:32.129 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:32.446 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-15T18:34:32.622 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:32.878 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 5/5 2023-12-15T18:34:32.879 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 1/5 2023-12-15T18:34:32.879 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-15T18:34:32.879 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-15T18:34:32.879 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-15T18:34:32.916 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 262 k 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:34:32.917 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:32.918 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 262 k 2023-12-15T18:34:32.918 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 1.3 M 2023-12-15T18:34:32.918 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:34:33.243 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-volume-19.0.0-83.gc56ad3ea.el8.noarch.rpm 806 kB/s | 262 kB 00:00 2023-12-15T18:34:33.243 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:33.244 INFO:teuthology.orchestra.run.smithi161.stdout:Total 803 kB/s | 262 kB 00:00 2023-12-15T18:34:33.244 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:34:33.254 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:34:33.254 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:34:33.284 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:34:33.292 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:34:33.478 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:34:33.740 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:34.158 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:36.582 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-15T18:34:36.582 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:34:37.112 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:37.112 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:34:37.112 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-15T18:34:37.113 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:37.113 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:34:37.261 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2023-12-15T18:34:37.625 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:39.547 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 4.1 kB 00:00 2023-12-15T18:34:39.909 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-15T18:34:40.021 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-15T18:34:40.021 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:34:40.560 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:40.560 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:34:40.560 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:40.560 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-15T18:34:40.560 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-15T18:34:40.561 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-15T18:34:40.561 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-15T18:34:40.561 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:40.561 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:34:40.740 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-fuse 2023-12-15T18:34:41.097 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:42.369 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:34:42.370 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:42.370 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-15T18:34:42.370 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:42.370 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 262 k 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 262 k 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.3 M 2023-12-15T18:34:42.371 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:34:42.707 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-volume-19.0.0-83.gc56ad3ea.el8.noarch.rpm 778 kB/s | 262 kB 00:00 2023-12-15T18:34:42.708 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:42.708 INFO:teuthology.orchestra.run.smithi088.stdout:Total 775 kB/s | 262 kB 00:00 2023-12-15T18:34:42.708 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:34:42.719 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:34:42.719 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:34:42.748 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:34:42.757 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:34:42.795 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:42.795 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:34:42.966 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2023-12-15T18:34:42.967 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:34:43.222 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:43.338 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:43.338 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:34:43.338 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:43.338 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:43.338 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:34:43.347 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-15T18:34:43.496 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados-devel 2023-12-15T18:34:43.627 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:43.861 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:45.523 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2023-12-15T18:34:45.754 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 946 k 2023-12-15T18:34:45.755 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:34:45.756 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 1.0 M 2023-12-15T18:34:45.757 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 3.2 M 2023-12-15T18:34:45.757 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:34:45.895 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 600 kB/s | 83 kB 00:00 2023-12-15T18:34:45.967 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-15T18:34:46.462 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): ceph-fuse-19.0.0-83.gc56ad3ea.el8.x86_64 1.3 MB/s | 946 kB 00:00 2023-12-15T18:34:46.462 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:46.463 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.4 MB/s | 1.0 MB 00:00 2023-12-15T18:34:46.475 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:34:46.497 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:34:46.497 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:34:46.583 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:34:46.591 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:34:46.761 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:34:47.043 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-15T18:34:47.203 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:47.605 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/2 2023-12-15T18:34:47.605 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/2 2023-12-15T18:34:48.478 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:34:48.478 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 139 k 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:34:48.479 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:34:48.480 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 139 k 2023-12-15T18:34:48.480 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 513 k 2023-12-15T18:34:48.480 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:34:48.781 INFO:teuthology.orchestra.run.smithi161.stdout:librados-devel-19.0.0-83.gc56ad3ea.el8.x86_64.r 462 kB/s | 139 kB 00:00 2023-12-15T18:34:48.781 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:34:48.782 INFO:teuthology.orchestra.run.smithi161.stdout:Total 460 kB/s | 139 kB 00:00 2023-12-15T18:34:48.782 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:34:48.787 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:34:48.787 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:34:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:34:48.853 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:34:48.968 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:34:49.177 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:34:49.447 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:34:55.028 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:34:55.028 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:34:55.562 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:55.562 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:34:55.563 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:34:55.563 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:34:55.563 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:34:55.724 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2023-12-15T18:34:56.086 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:34:57.935 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-15T18:34:58.276 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-15T18:35:00.725 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-15T18:35:00.725 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:35:00.831 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 139 k 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:35:00.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:00.833 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 139 k 2023-12-15T18:35:00.833 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 513 k 2023-12-15T18:35:00.833 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:35:01.145 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-19.0.0-83.gc56ad3ea.el8.x86_64.r 446 kB/s | 139 kB 00:00 2023-12-15T18:35:01.145 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:01.146 INFO:teuthology.orchestra.run.smithi088.stdout:Total 444 kB/s | 139 kB 00:00 2023-12-15T18:35:01.146 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:35:01.151 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:35:01.151 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:35:01.208 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:35:01.217 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:35:01.286 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:01.286 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:35:01.286 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-15T18:35:01.286 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:01.286 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:35:01.329 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:35:01.469 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-volume 2023-12-15T18:35:01.524 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:01.820 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:01.833 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:03.934 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:35:04.298 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-15T18:35:04.652 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:04.652 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:35:05.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:35:05.196 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:35:05.196 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:05.196 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:05.349 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs2 2023-12-15T18:35:05.710 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:06.820 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume noarch 2:19.0.0-83.gc56ad3ea.el8 ceph-noarch 262 k 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:35:06.821 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:06.822 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:35:06.822 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:06.822 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 262 k 2023-12-15T18:35:06.822 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 1.3 M 2023-12-15T18:35:06.822 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:35:07.367 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-volume-19.0.0-83.gc56ad3ea.el8.noarch.rpm 480 kB/s | 262 kB 00:00 2023-12-15T18:35:07.367 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:07.368 INFO:teuthology.orchestra.run.smithi181.stdout:Total 479 kB/s | 262 kB 00:00 2023-12-15T18:35:07.368 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:35:07.379 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:35:07.379 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:35:07.411 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:35:07.420 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:35:07.601 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:35:07.799 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-15T18:35:07.875 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:35:08.190 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-15T18:35:08.255 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:35:10.438 INFO:teuthology.orchestra.run.smithi161.stdout:Package libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:10.608 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:10.609 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:10.609 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:10.745 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs-devel 2023-12-15T18:35:11.141 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:13.165 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:35:13.538 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-15T18:35:15.877 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:15.878 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:35:15.962 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:15.962 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 31 k 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:35:15.963 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:15.964 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 31 k 2023-12-15T18:35:15.964 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 139 k 2023-12-15T18:35:15.964 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:35:16.098 INFO:teuthology.orchestra.run.smithi161.stdout:libcephfs-devel-19.0.0-83.gc56ad3ea.el8.x86_64. 232 kB/s | 31 kB 00:00 2023-12-15T18:35:16.098 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:16.098 INFO:teuthology.orchestra.run.smithi161.stdout:Total 230 kB/s | 31 kB 00:00 2023-12-15T18:35:16.098 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:35:16.102 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:35:16.103 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:35:16.114 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:35:16.123 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:35:16.185 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:35:16.373 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:16.433 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:16.434 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:35:16.434 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:35:16.434 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:16.434 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:16.595 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2023-12-15T18:35:16.628 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:16.954 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:17.463 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 1/1 2023-12-15T18:35:17.463 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:35:18.006 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:18.007 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:35:18.007 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume-2:19.0.0-83.gc56ad3ea.el8.noarch 2023-12-15T18:35:18.007 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:18.007 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:35:18.163 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados-devel 2023-12-15T18:35:18.525 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:18.943 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:35:19.253 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2023-12-15T18:35:20.434 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-15T18:35:20.814 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-15T18:35:21.534 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:21.707 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:21.708 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:35:21.708 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:21.850 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2023-12-15T18:35:22.206 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:23.230 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 139 k 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:35:23.231 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:23.232 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 139 k 2023-12-15T18:35:23.232 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 513 k 2023-12-15T18:35:23.232 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:35:23.570 INFO:teuthology.orchestra.run.smithi181.stdout:librados-devel-19.0.0-83.gc56ad3ea.el8.x86_64.r 410 kB/s | 139 kB 00:00 2023-12-15T18:35:23.571 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:23.571 INFO:teuthology.orchestra.run.smithi181.stdout:Total 409 kB/s | 139 kB 00:00 2023-12-15T18:35:23.572 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:35:23.577 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:35:23.577 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:35:23.633 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:35:23.642 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:35:23.791 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:35:23.979 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-15T18:35:24.280 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:24.480 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-15T18:35:27.008 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:27.009 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:27.009 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-12-15T18:35:27.009 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:27.009 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:35:27.009 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 31 k 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 31 k 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 139 k 2023-12-15T18:35:27.010 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:35:27.489 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-19.0.0-83.gc56ad3ea.el8.x86_64. 65 kB/s | 31 kB 00:00 2023-12-15T18:35:27.490 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:27.490 INFO:teuthology.orchestra.run.smithi088.stdout:Total 64 kB/s | 31 kB 00:00 2023-12-15T18:35:27.490 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:35:27.494 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:35:27.495 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:35:27.507 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:35:27.515 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:35:27.577 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:35:27.760 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:28.009 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:28.009 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:35:28.010 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:28.558 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:28.558 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:35:28.559 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:35:28.559 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:35:28.559 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:28.708 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados2 2023-12-15T18:35:29.067 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:30.784 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-15T18:35:31.119 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2023-12-15T18:35:33.378 INFO:teuthology.orchestra.run.smithi161.stdout:Package librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:33.552 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:33.553 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:33.553 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:33.689 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librbd1 2023-12-15T18:35:34.047 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:35.865 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-15T18:35:36.234 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-15T18:35:37.681 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:37.681 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:35:38.221 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:38.221 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:35:38.221 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:35:38.221 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:38.221 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:35:38.379 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs2 2023-12-15T18:35:38.498 INFO:teuthology.orchestra.run.smithi161.stdout:Package librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:38.668 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:38.670 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:38.670 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:38.739 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:38.807 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rados 2023-12-15T18:35:39.167 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:39.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:39.302 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:35:39.821 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:39.821 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:35:39.821 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:35:39.821 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:35:39.821 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:40.018 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2023-12-15T18:35:40.377 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:40.550 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:35:40.925 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-15T18:35:41.299 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-15T18:35:41.640 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2023-12-15T18:35:42.364 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2023-12-15T18:35:42.728 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-15T18:35:43.174 INFO:teuthology.orchestra.run.smithi181.stdout:Package libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:43.347 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:35:43.348 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:35:43.349 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:35:43.481 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs-devel 2023-12-15T18:35:43.840 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:43.891 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:44.063 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:44.064 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:44.064 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:44.194 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rgw 2023-12-15T18:35:44.555 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:45.016 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:45.190 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:45.191 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:35:45.191 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:45.354 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2023-12-15T18:35:45.712 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:45.761 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:35:46.066 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 90 kB/s | 4.5 kB 00:00 2023-12-15T18:35:46.491 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:35:46.876 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-15T18:35:47.499 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2023-12-15T18:35:47.822 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-15T18:35:48.574 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 31 k 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:35:48.575 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:35:48.576 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 31 k 2023-12-15T18:35:48.576 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 139 k 2023-12-15T18:35:48.576 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:35:48.941 INFO:teuthology.orchestra.run.smithi181.stdout:libcephfs-devel-19.0.0-83.gc56ad3ea.el8.x86_64. 85 kB/s | 31 kB 00:00 2023-12-15T18:35:48.941 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:35:48.941 INFO:teuthology.orchestra.run.smithi181.stdout:Total 85 kB/s | 31 kB 00:00 2023-12-15T18:35:48.942 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:35:48.946 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:35:48.946 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:35:48.958 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:35:48.967 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:35:49.025 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:35:49.200 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:49.218 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:49.390 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:49.391 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:49.391 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:49.436 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:35:49.538 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-cephfs 2023-12-15T18:35:49.899 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:50.107 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:50.282 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:50.283 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:35:50.284 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:50.437 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2023-12-15T18:35:50.793 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:51.887 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2023-12-15T18:35:52.242 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-15T18:35:52.831 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2023-12-15T18:35:53.228 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2023-12-15T18:35:54.589 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:54.760 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:54.761 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:54.761 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:54.892 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rbd 2023-12-15T18:35:55.253 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:55.511 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:55.687 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:35:55.688 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:35:55.688 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:35:55.833 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2023-12-15T18:35:56.188 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:35:56.950 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2023-12-15T18:35:57.354 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-15T18:35:57.953 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-15T18:35:58.318 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-15T18:35:59.629 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:35:59.809 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:35:59.810 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-15T18:35:59.811 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:35:59.948 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-fuse 2023-12-15T18:36:00.314 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:00.621 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:00.796 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:00.797 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:36:00.797 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:36:00.951 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2023-12-15T18:36:01.308 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:02.283 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-15T18:36:02.686 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-15T18:36:03.194 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:03.194 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:36:03.394 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-15T18:36:03.739 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:03.739 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:36:03.739 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:03.739 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:03.739 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:03.744 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-15T18:36:03.904 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados2 2023-12-15T18:36:04.266 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:05.118 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:36:05.118 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:05.118 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:05.118 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 94 k 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:36:05.119 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:05.120 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 94 k 2023-12-15T18:36:05.120 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 280 k 2023-12-15T18:36:05.120 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:36:05.777 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-fuse-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 143 kB/s | 94 kB 00:00 2023-12-15T18:36:05.777 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:05.778 INFO:teuthology.orchestra.run.smithi161.stdout:Total 142 kB/s | 94 kB 00:00 2023-12-15T18:36:05.778 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:36:05.789 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:36:05.789 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:36:05.849 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:36:05.857 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:36:05.979 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:36:06.001 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:06.134 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 kB/s | 4.1 kB 00:00 2023-12-15T18:36:06.171 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:06.172 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:36:06.172 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:36:06.182 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:06.314 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2023-12-15T18:36:06.437 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:06.505 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-15T18:36:06.670 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:08.453 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-15T18:36:08.727 INFO:teuthology.orchestra.run.smithi181.stdout:Package librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:08.779 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2023-12-15T18:36:08.902 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:08.903 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:08.903 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:09.046 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librbd1 2023-12-15T18:36:09.406 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:11.077 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:11.211 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-15T18:36:11.249 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:11.251 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-15T18:36:11.251 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:36:11.389 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2023-12-15T18:36:11.602 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2023-12-15T18:36:11.746 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:13.390 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:36:13.766 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-15T18:36:13.850 INFO:teuthology.orchestra.run.smithi181.stdout:Package librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:14.020 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:14.022 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:14.022 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:14.154 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rados 2023-12-15T18:36:14.515 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:14.662 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:14.662 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:36:15.206 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:15.207 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:36:15.207 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:15.207 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:15.207 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:36:15.362 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-mirror 2023-12-15T18:36:15.726 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:16.218 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:16.218 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:16.218 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 94 k 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:16.219 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 94 k 2023-12-15T18:36:16.220 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 280 k 2023-12-15T18:36:16.220 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:36:16.364 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:36:16.794 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-15T18:36:16.849 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 149 kB/s | 94 kB 00:00 2023-12-15T18:36:16.849 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:16.849 INFO:teuthology.orchestra.run.smithi088.stdout:Total 149 kB/s | 94 kB 00:00 2023-12-15T18:36:16.850 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:36:16.860 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:36:16.860 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:36:16.916 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:36:16.925 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:36:17.049 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:36:17.232 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:17.507 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:17.718 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-15T18:36:18.139 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-15T18:36:19.014 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:19.190 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:19.191 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:19.191 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:19.318 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rgw 2023-12-15T18:36:19.677 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:20.611 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:36:20.611 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.6 M 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:36:20.612 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:20.613 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.6 M 2023-12-15T18:36:20.613 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 18 M 2023-12-15T18:36:20.613 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:36:20.988 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-mirror-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 9.7 MB/s | 3.6 MB 00:00 2023-12-15T18:36:20.988 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:20.989 INFO:teuthology.orchestra.run.smithi161.stdout:Total 9.6 MB/s | 3.6 MB 00:00 2023-12-15T18:36:20.989 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:36:21.001 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:36:21.001 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:36:21.070 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:36:21.079 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:36:21.542 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:36:21.715 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:21.822 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-15T18:36:22.142 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:22.241 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:36:24.468 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:24.645 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:24.646 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:24.646 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:24.775 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-cephfs 2023-12-15T18:36:25.135 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:27.523 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2023-12-15T18:36:27.850 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2023-12-15T18:36:30.077 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:30.252 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:30.253 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:30.253 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:30.384 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rbd 2023-12-15T18:36:30.744 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:31.197 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:31.197 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:36:31.752 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:31.752 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:36:31.752 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:31.753 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:31.753 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:36:31.906 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2023-12-15T18:36:32.267 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:32.799 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-15T18:36:33.143 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2023-12-15T18:36:34.133 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-15T18:36:34.495 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-15T18:36:35.238 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:35.238 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:36:35.373 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 is already installed. 2023-12-15T18:36:35.544 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:35.545 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-15T18:36:35.545 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:35.667 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-fuse 2023-12-15T18:36:35.773 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:35.773 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:36:35.773 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:35.773 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:35.773 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:36:35.927 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-nbd 2023-12-15T18:36:36.028 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:36.293 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:37.060 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.6 M 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:36:37.061 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:37.062 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.6 M 2023-12-15T18:36:37.062 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 18 M 2023-12-15T18:36:37.062 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:36:38.040 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-15T18:36:38.182 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-15T18:36:38.459 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-15T18:36:38.557 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-15T18:36:38.774 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 2.1 MB/s | 3.6 MB 00:01 2023-12-15T18:36:38.776 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:38.776 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.1 MB/s | 3.6 MB 00:01 2023-12-15T18:36:38.776 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:36:38.789 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:36:38.789 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:36:38.863 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:36:38.871 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:36:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:36:39.537 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:39.972 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:40.964 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:36:40.965 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 94 k 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:36:40.966 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:36:40.967 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:40.967 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 94 k 2023-12-15T18:36:40.967 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 280 k 2023-12-15T18:36:40.967 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 181 k 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-15T18:36:40.968 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:40.969 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 181 k 2023-12-15T18:36:40.969 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 573 k 2023-12-15T18:36:40.969 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-15T18:36:41.429 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-fuse-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 203 kB/s | 94 kB 00:00 2023-12-15T18:36:41.430 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:41.430 INFO:teuthology.orchestra.run.smithi181.stdout:Total 202 kB/s | 94 kB 00:00 2023-12-15T18:36:41.430 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:36:41.441 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:36:41.441 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:36:41.498 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:36:41.506 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:36:41.531 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-nbd-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 322 kB/s | 181 kB 00:00 2023-12-15T18:36:41.531 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:41.532 INFO:teuthology.orchestra.run.smithi161.stdout:Total 321 kB/s | 181 kB 00:00 2023-12-15T18:36:41.532 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-15T18:36:41.544 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-15T18:36:41.544 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-15T18:36:41.601 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-15T18:36:41.609 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-15T18:36:41.624 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:36:41.731 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-15T18:36:41.784 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:41.943 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:42.057 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:42.196 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:52.930 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:52.931 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:36:53.461 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:53.461 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:36:53.461 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:53.461 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:53.461 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:36:53.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2023-12-15T18:36:53.984 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:55.389 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:55.390 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-15T18:36:55.665 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:55.665 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:36:55.692 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-15T18:36:55.922 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:55.922 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-15T18:36:55.922 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:55.922 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-15T18:36:55.923 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-15T18:36:56.019 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-15T18:36:56.104 DEBUG:teuthology.parallel:result is None 2023-12-15T18:36:56.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:56.206 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:36:56.206 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:36:56.206 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:36:56.206 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:36:56.360 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-mirror 2023-12-15T18:36:56.720 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:36:58.445 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-15T18:36:58.471 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-15T18:36:58.471 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:58.471 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-15T18:36:58.471 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 181 k 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:36:58.472 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 181 k 2023-12-15T18:36:58.473 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 573 k 2023-12-15T18:36:58.473 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-15T18:36:58.869 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 459 kB/s | 181 kB 00:00 2023-12-15T18:36:58.869 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:36:58.870 INFO:teuthology.orchestra.run.smithi088.stdout:Total 457 kB/s | 181 kB 00:00 2023-12-15T18:36:58.870 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-15T18:36:58.874 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-15T18:36:58.881 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-15T18:36:58.882 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-15T18:36:58.938 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-15T18:36:58.947 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-15T18:36:59.074 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-15T18:36:59.299 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:36:59.599 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:01.391 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.6 M 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:37:01.392 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:01.393 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.6 M 2023-12-15T18:37:01.393 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 18 M 2023-12-15T18:37:01.393 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:37:01.798 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-mirror-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 8.9 MB/s | 3.6 MB 00:00 2023-12-15T18:37:01.799 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:37:01.799 INFO:teuthology.orchestra.run.smithi181.stdout:Total 8.9 MB/s | 3.6 MB 00:00 2023-12-15T18:37:01.800 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:37:01.812 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:37:01.812 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:37:01.880 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:37:01.889 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:37:02.355 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:37:02.532 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:02.942 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:12.761 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:12.761 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-15T18:37:13.287 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:37:13.287 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-15T18:37:13.287 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:37:13.287 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:37:13.287 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-15T18:37:13.496 DEBUG:teuthology.parallel:result is None 2023-12-15T18:37:15.105 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:15.106 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:37:15.650 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:15.650 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:37:15.650 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:37:15.650 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:15.650 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:37:15.834 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-nbd 2023-12-15T18:37:16.198 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2023-12-15T18:37:18.178 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2023-12-15T18:37:18.543 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-15T18:37:20.950 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-15T18:37:20.951 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:20.951 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-15T18:37:20.951 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 181 k 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-15T18:37:20.952 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:20.953 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 181 k 2023-12-15T18:37:20.953 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 573 k 2023-12-15T18:37:20.953 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-15T18:37:21.252 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-nbd-19.0.0-83.gc56ad3ea.el8.x86_64.rpm 605 kB/s | 181 kB 00:00 2023-12-15T18:37:21.253 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:37:21.253 INFO:teuthology.orchestra.run.smithi181.stdout:Total 602 kB/s | 181 kB 00:00 2023-12-15T18:37:21.253 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-15T18:37:21.264 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-15T18:37:21.264 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-15T18:37:21.320 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-15T18:37:21.328 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-15T18:37:21.444 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-15T18:37:21.653 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:21.927 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:33.475 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/1 2023-12-15T18:37:33.475 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2023-12-15T18:37:34.011 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:34.011 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-15T18:37:34.011 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-15T18:37:34.011 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:37:34.012 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-15T18:37:34.184 DEBUG:teuthology.parallel:result is None 2023-12-15T18:37:34.185 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:34.403 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-15T18:37:34.431 INFO:teuthology.orchestra.run.smithi088.stdout:19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.432 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.432 INFO:teuthology.task.install:The correct ceph version 19.0.0-83.gc56ad3ea is installed. 2023-12-15T18:37:34.434 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:34.651 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-15T18:37:34.679 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.680 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.680 INFO:teuthology.task.install:The correct ceph version 19.0.0-83.gc56ad3ea is installed. 2023-12-15T18:37:34.681 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:34.902 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-15T18:37:34.927 INFO:teuthology.orchestra.run.smithi181.stdout:19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.927 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-83.gc56ad3ea.el8 2023-12-15T18:37:34.927 INFO:teuthology.task.install:The correct ceph version 19.0.0-83.gc56ad3ea is installed. 2023-12-15T18:37:34.929 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-15T18:37:34.929 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:37:34.929 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-15T18:37:34.975 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:37:34.975 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-15T18:37:35.021 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:37:35.021 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-15T18:37:35.051 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-15T18:37:35.051 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:37:35.051 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2023-12-15T18:37:35.083 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-15T18:37:35.152 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:37:35.152 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2023-12-15T18:37:35.184 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-15T18:37:35.255 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:37:35.255 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2023-12-15T18:37:35.283 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-15T18:37:35.351 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-15T18:37:35.351 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:37:35.351 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-15T18:37:35.381 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-15T18:37:35.449 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:37:35.449 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-15T18:37:35.481 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-15T18:37:35.552 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:37:35.552 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-15T18:37:35.580 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-15T18:37:35.648 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-15T18:37:35.648 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:37:35.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2023-12-15T18:37:35.679 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-15T18:37:35.750 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:37:35.750 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2023-12-15T18:37:35.782 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-15T18:37:35.853 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:37:35.853 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2023-12-15T18:37:35.881 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-15T18:37:35.950 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-15T18:37:36.033 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'} 2023-12-15T18:37:36.033 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:36.034 INFO:tasks.cephadm:Cluster fsid is 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:37:36.034 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-15T18:37:36.034 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.88', 'mon.b': '172.21.15.161', 'mon.c': '172.21.15.181'} 2023-12-15T18:37:36.034 INFO:tasks.cephadm:First mon is mon.a on smithi088 2023-12-15T18:37:36.034 INFO:tasks.cephadm:First mgr is a 2023-12-15T18:37:36.034 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-15T18:37:36.035 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-12-15T18:37:36.068 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2023-12-15T18:37:36.101 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2023-12-15T18:37:36.128 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-15T18:37:36.128 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:36.350 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74767/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-83-gc56ad3ea', 'node_name': '172.21.5.32+adami02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-83.gc56ad3ea'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-12-07 16:54:37.442461', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri3-testing-2023-12-07-0727', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-12-15T18:37:36.493 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri3-testing-2023-12-07-0727, sha1 c56ad3eaf0784383bf22c04e35d26e15c4baeafe from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-15T18:37:36.495 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/x86_64/flavors/default/cephadm 2023-12-15T18:37:36.495 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:38.371 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 15 18:37 /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:38.371 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:40.217 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 15 18:37 /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:40.218 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:41.354 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 15 18:37 /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:41.355 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:41.376 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:41.398 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-15T18:37:41.430 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe on all hosts... 2023-12-15T18:37:41.431 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe pull 2023-12-15T18:37:41.433 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe pull 2023-12-15T18:37:41.441 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe pull 2023-12-15T18:37:42.367 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe... 2023-12-15T18:37:42.393 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe... 2023-12-15T18:37:42.425 INFO:teuthology.orchestra.run.smithi181.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe... 2023-12-15T18:38:22.042 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev)", 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "2da2cadad4e6160bd31e4dcc6e1fece6ba2905280520f48e2559556990f48d4b", 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6d19878a7f5077f0363f5ce731196d5d4b2cef8b757cb3c346d22db38ef18054" 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2023-12-15T18:38:22.043 INFO:teuthology.orchestra.run.smithi161.stdout:} 2023-12-15T18:38:27.495 INFO:teuthology.orchestra.run.smithi181.stdout:{ 2023-12-15T18:38:27.495 INFO:teuthology.orchestra.run.smithi181.stdout: "ceph_version": "ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev)", 2023-12-15T18:38:27.496 INFO:teuthology.orchestra.run.smithi181.stdout: "image_id": "2da2cadad4e6160bd31e4dcc6e1fece6ba2905280520f48e2559556990f48d4b", 2023-12-15T18:38:27.496 INFO:teuthology.orchestra.run.smithi181.stdout: "repo_digests": [ 2023-12-15T18:38:27.496 INFO:teuthology.orchestra.run.smithi181.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6d19878a7f5077f0363f5ce731196d5d4b2cef8b757cb3c346d22db38ef18054" 2023-12-15T18:38:27.496 INFO:teuthology.orchestra.run.smithi181.stdout: ] 2023-12-15T18:38:27.496 INFO:teuthology.orchestra.run.smithi181.stdout:} 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev)", 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "2da2cadad4e6160bd31e4dcc6e1fece6ba2905280520f48e2559556990f48d4b", 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6d19878a7f5077f0363f5ce731196d5d4b2cef8b757cb3c346d22db38ef18054" 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2023-12-15T18:38:29.762 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-12-15T18:38:29.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2023-12-15T18:38:29.828 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2023-12-15T18:38:29.866 DEBUG:teuthology.orchestra.run.smithi181:> sudo mkdir -p /etc/ceph 2023-12-15T18:38:29.917 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2023-12-15T18:38:29.945 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2023-12-15T18:38:29.977 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 777 /etc/ceph 2023-12-15T18:38:30.007 INFO:tasks.cephadm:Writing seed config... 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-15T18:38:30.008 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-15T18:38:30.009 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:38:30.009 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-15T18:38:30.027 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 04498636-9b79-11ee-95a5-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-15T18:38:30.027 DEBUG:teuthology.orchestra.run.smithi088:mon.a> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service 2023-12-15T18:38:30.070 DEBUG:teuthology.orchestra.run.smithi088:mgr.a> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a.service 2023-12-15T18:38:30.098 INFO:journalctl@ceph.mon.a.smithi088.stdout:-- Logs begin at Fri 2023-12-15 18:21:16 UTC. -- 2023-12-15T18:38:30.099 INFO:tasks.cephadm:Bootstrapping... 2023-12-15T18:38:30.099 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe -v bootstrap --fsid 04498636-9b79-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:38:30.126 INFO:journalctl@ceph.mgr.a.smithi088.stdout:-- Logs begin at Fri 2023-12-15 18:21:16 UTC. -- 2023-12-15T18:38:30.303 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-15T18:38:30.303 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe', '-v', 'bootstrap', '--fsid', '04498636-9b79-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.88', '--skip-admin-label'] 2023-12-15T18:38:30.360 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-12-15T18:38:30.361 INFO:teuthology.orchestra.run.smithi088.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-15T18:38:30.361 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying podman|docker is present... 2023-12-15T18:38:30.411 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-12-15T18:38:30.411 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying lvm2 is present... 2023-12-15T18:38:30.411 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying time synchronization is in place... 2023-12-15T18:38:30.418 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-15T18:38:30.418 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-15T18:38:30.424 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-15T18:38:30.424 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:38:30.430 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-12-15T18:38:30.436 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-12-15T18:38:30.436 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2023-12-15T18:38:30.436 INFO:teuthology.orchestra.run.smithi088.stdout:Repeating the final host check... 2023-12-15T18:38:30.495 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-12-15T18:38:30.496 INFO:teuthology.orchestra.run.smithi088.stdout:podman (/bin/podman) version 3.0.1 is present 2023-12-15T18:38:30.496 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl is present 2023-12-15T18:38:30.496 INFO:teuthology.orchestra.run.smithi088.stdout:lvcreate is present 2023-12-15T18:38:30.502 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-15T18:38:30.502 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-15T18:38:30.507 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-15T18:38:30.507 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:38:30.513 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-12-15T18:38:30.519 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-12-15T18:38:30.519 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Host looks OK 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Cluster fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Acquiring lock 140544806503760 on /run/cephadm/04498636-9b79-11ee-95a5-87774f69a715.lock 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Lock 140544806503760 acquired on /run/cephadm/04498636-9b79-11ee-95a5-87774f69a715.lock 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 3300 ... 2023-12-15T18:38:30.520 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 6789 ... 2023-12-15T18:38:30.521 INFO:teuthology.orchestra.run.smithi088.stdout:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-12-15T18:38:30.524 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-15T18:38:30.524 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2023-12-15T18:38:30.527 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-15T18:38:30.527 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-12-15T18:38:30.527 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 fe80::3ff9:2af3:6795:c6e6/64 scope link noprefixroute 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-15T18:38:30.530 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-12-15T18:38:30.531 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-12-15T18:38:30.531 INFO:teuthology.orchestra.run.smithi088.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-15T18:38:30.531 INFO:teuthology.orchestra.run.smithi088.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-15T18:38:30.532 INFO:teuthology.orchestra.run.smithi088.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe... 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 2da2cadad4e6160bd31e4dcc6e1fece6ba2905280520f48e2559556990f48d4b 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe... 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Getting image source signatures 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:80410800e2f050fac3af0dbedb668cd065ee928a3d5d991a037eb7b6f34384be 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying config sha256:2da2cadad4e6160bd31e4dcc6e1fece6ba2905280520f48e2559556990f48d4b 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-15T18:38:30.949 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Storing signatures 2023-12-15T18:38:32.127 INFO:teuthology.orchestra.run.smithi088.stdout:ceph: stdout ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev) 2023-12-15T18:38:32.128 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph version: ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev) 2023-12-15T18:38:32.128 INFO:teuthology.orchestra.run.smithi088.stdout:Extracting ceph user uid/gid from container image... 2023-12-15T18:38:33.103 INFO:teuthology.orchestra.run.smithi088.stdout:stat: stdout 167 167 2023-12-15T18:38:33.103 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial keys... 2023-12-15T18:38:34.025 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQApnXxlQI4HGxAABKwBpQK+UUlqgpLF1H473w== 2023-12-15T18:38:34.995 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQAqnXxlrGsDGBAATK2nLp8JbEiFU8quyjrMnw== 2023-12-15T18:38:35.934 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQArnXxlT8MHFRAAvmMngY7bN2jHIHFGXK+Ulg== 2023-12-15T18:38:35.934 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial monmap... 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:monmaptool for a [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:setting min_mon_release = pacific 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: set fsid to 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:38:36.938 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mon... 2023-12-15T18:38:37.976 INFO:teuthology.orchestra.run.smithi088.stdout:create mon.a on 2023-12-15T18:38:38.100 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-15T18:38:38.191 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-15T18:38:38.319 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-04498636-9b79-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715.target. 2023-12-15T18:38:38.319 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-04498636-9b79-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715.target. 2023-12-15T18:38:38.497 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a 2023-12-15T18:38:38.497 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-15T18:38:38.587 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715.target.wants/ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715@.service. 2023-12-15T18:38:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:38 smithi088 systemd[1]: Starting Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:38:39.143 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-15T18:38:39.143 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-12-15T18:38:39.150 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-15T18:38:39.150 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:38:39.150 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-12-15T18:38:39.150 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-12-15T18:38:39.151 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon to start... 2023-12-15T18:38:39.151 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon... 2023-12-15T18:38:39.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:39 smithi088 bash[41662]: ab2d4ee1bd35479c4dd1cd2ca30b689a9e66ce7abec64c7adef58dc566bfd41a 2023-12-15T18:38:39.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:39 smithi088 systemd[1]: Started Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:38:39.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:39 smithi088 ceph-mon[41727]: mkfs 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:39.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:39 smithi088 ceph-mon[41727]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: monmap e1: 1 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: fsmap 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: osdmap e1: 0 total, 0 up, 0 in 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: mgrmap e1: no daemons active 2023-12-15T18:38:40.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:40 smithi088 ceph-mon[41727]: from='client.? 172.21.15.88:0/3601581699' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-15T18:38:40.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout cluster: 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout id: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout services: 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.564893s) 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout data: 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pgs: 2023-12-15T18:38:40.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:40.480 INFO:teuthology.orchestra.run.smithi088.stdout:mon is available 2023-12-15T18:38:40.480 INFO:teuthology.orchestra.run.smithi088.stdout:Assimilating anything we can from ceph.conf... 2023-12-15T18:38:41.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:41 smithi088 ceph-mon[41727]: from='client.? 172.21.15.88:0/2455048946' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-15T18:38:41.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:41 smithi088 ceph-mon[41727]: from='client.? 172.21.15.88:0/2455048946' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-15T18:38:41.610 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:41.611 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-12-15T18:38:41.611 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:41.611 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-15T18:38:41.612 INFO:teuthology.orchestra.run.smithi088.stdout:Generating new minimal ceph.conf... 2023-12-15T18:38:42.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:42 smithi088 ceph-mon[41727]: from='client.? 172.21.15.88:0/3592205296' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:38:42.660 INFO:teuthology.orchestra.run.smithi088.stdout:Restarting the monitor... 2023-12-15T18:38:42.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:42 smithi088 systemd[1]: Stopping Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:38:42.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:42 smithi088 conmon[41703]: 2023-12-15T18:38:42.897+0000 7f8102518700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:38:42.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:42 smithi088 conmon[41703]: 2023-12-15T18:38:42.897+0000 7f8102518700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-15T18:38:43.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:43 smithi088 bash[42285]: ab2d4ee1bd35479c4dd1cd2ca30b689a9e66ce7abec64c7adef58dc566bfd41a 2023-12-15T18:38:44.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:43 smithi088 systemd[1]: ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-15T18:38:44.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:43 smithi088 systemd[1]: Stopped Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:38:44.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:43 smithi088 systemd[1]: Starting Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:38:44.339 INFO:teuthology.orchestra.run.smithi088.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: set uid:gid to 167:167 (ceph:ceph) 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev), process ceph-mon, pid 8 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: pidfile_write: ignore empty --pid-file 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: load: jerasure load: lrc 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: RocksDB version: 7.9.2 2023-12-15T18:38:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Git sha 0 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Compile date 2023-12-07 15:54:42 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: DB SUMMARY 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: DB Session ID: O42LM7O5176K6BXAO3CE 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: CURRENT file: CURRENT 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: IDENTITY file: IDENTITY 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83754 ; 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.error_if_exists: 0 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.create_if_missing: 0 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.paranoid_checks: 1 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-15T18:38:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.env: 0x56471a1e8a60 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.fs: PosixFileSystem 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.info_log: 0x56471b33f740 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_file_opening_threads: 16 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.statistics: (nil) 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.use_fsync: 0 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_log_file_size: 0 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.keep_log_file_num: 1000 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.recycle_log_file_num: 0 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_fallocate: 1 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_mmap_reads: 0 2023-12-15T18:38:44.587 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_mmap_writes: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.use_direct_reads: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.create_missing_column_families: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.db_log_dir: 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.wal_dir: 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.advise_random_on_open: 1 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.db_write_buffer_size: 0 2023-12-15T18:38:44.588 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.write_buffer_manager: 0x56471b2f3360 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.rate_limiter: (nil) 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.wal_recovery_mode: 2 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enable_thread_tracking: 0 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enable_pipelined_write: 0 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.unordered_write: 0 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-15T18:38:44.589 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.row_cache: None 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.wal_filter: None 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_ingest_behind: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.two_write_queues: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.manual_wal_flush: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.wal_compression: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.atomic_flush: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.log_readahead_size: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.best_efforts_recovery: 0 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-15T18:38:44.590 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.allow_data_in_errors: 0 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.db_host_id: __hostname__ 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_background_jobs: 2 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_background_compactions: -1 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_subcompactions: 1 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_total_wal_size: 0 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-15T18:38:44.591 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_open_files: -1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bytes_per_sync: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_readahead_size: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_background_flushes: -1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Compression algorithms supported: 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kZSTD supported: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kXpressCompression supported: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kLZ4HCCompression supported: 1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kZlibCompression supported: 1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kSnappyCompression supported: 1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kLZ4Compression supported: 1 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: kBZip2Compression supported: 0 2023-12-15T18:38:44.592 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.merge_operator: 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_filter: None 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_filter_factory: None 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.sst_partitioner_factory: None 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56471b33f860) 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks: 1 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-15T18:38:44.593 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_top_level_index_and_filter: 1 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_type: 0 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_index_type: 0 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_shortening: 1 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: checksum: 4 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: no_block_cache: 0 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache: 0x56471b395090 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_name: BinnedLRUCache 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_options: 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: capacity : 536870912 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_shard_bits : 4 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: strict_capacity_limit : 0 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: high_pri_pool_ratio: 0.000 2023-12-15T18:38:44.594 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_compressed: (nil) 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: persistent_cache: (nil) 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size: 4096 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size_deviation: 10 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_restart_interval: 16 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_block_restart_interval: 1 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: metadata_block_size: 4096 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: partition_filters: 0 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: use_delta_encoding: 1 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: filter_policy: bloomfilter 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: whole_key_filtering: 1 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: verify_compression: 0 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: read_amp_bytes_per_bit: 0 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: format_version: 5 2023-12-15T18:38:44.595 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_index_compression: 1 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_align: 0 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout: max_auto_readahead_size: 262144 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout: prepopulate_block_cache: 0 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout: initial_auto_readahead_size: 8192 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_file_reads_for_auto_readahead: 2 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.write_buffer_size: 33554432 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_write_buffer_number: 2 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression: NoCompression 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression: Disabled 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.prefix_extractor: nullptr 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.num_levels: 7 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-15T18:38:44.596 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-15T18:38:44.597 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-15T18:38:44.597 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-15T18:38:44.597 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-15T18:38:44.597 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-15T18:38:44.597 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.level: 32767 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.strategy: 0 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-15T18:38:44.598 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.enabled: false 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.target_file_size_base: 67108864 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-15T18:38:44.599 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.arena_block_size: 1048576 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.disable_auto_compactions: 0 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-15T18:38:44.600 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.table_properties_collectors: 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.inplace_update_support: 0 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.bloom_locality: 0 2023-12-15T18:38:44.601 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.max_successive_merges: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.paranoid_file_checks: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.force_consistency_checks: 1 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.report_bg_io_stats: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.ttl: 2592000 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enable_blob_files: false 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.min_blob_size: 0 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_file_size: 268435456 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-15T18:38:44.602 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.blob_file_starting_level: 0 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: edb090fa-3589-41a5-a2e1-fb060983c7a5 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665524323857, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665524324700, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80501, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78688, "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": 9896, "raw_average_key_size": 47, "raw_value_size": 72996, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "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": 1702665524, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "edb090fa-3589-41a5-a2e1-fb060983c7a5", "db_session_id": "O42LM7O5176K6BXAO3CE", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665524324770, "job": 1, "event": "recovery_finished"} 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56471b42e000 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: DB pointer 0x56471b41c000 2023-12-15T18:38:44.603 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** DB Stats ** 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: L0 2/0 80.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-15T18:38:44.604 INFO:journalctl@ceph.mon.a.smithi088.stdout: Sum 2/0 80.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.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 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.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 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-15T18:38:44.605 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative compaction: 0.00 GB write, 22.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval compaction: 0.00 GB write, 22.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: Block cache BinnedLRUCache@0x56471b395090#8 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: starting mon.a rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???) e1 preinit fsid 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).mds e1 new map 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).mds e1 print_map 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: e1 2023-12-15T18:38:44.606 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout: legacy client fscid: -1 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout: No filesystems configured 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 bash[42615]: 70c513c9a7585f2f9b238c53905defb5b3ef606cf79e005f2de912b5004feae7 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 systemd[1]: Started Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: monmap e1: 1 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: fsmap 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: osdmap e1: 0 total, 0 up, 0 in 2023-12-15T18:38:44.607 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:44 smithi088 ceph-mon[42683]: mgrmap e1: no daemons active 2023-12-15T18:38:45.509 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-15T18:38:45.558 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:38:45.559 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mgr... 2023-12-15T18:38:45.559 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-15T18:38:45.560 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-15T18:38:45.751 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a 2023-12-15T18:38:45.751 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a.service: Unit ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a.service not loaded. 2023-12-15T18:38:45.840 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715.target.wants/ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-04498636-9b79-11ee-95a5-87774f69a715@.service. 2023-12-15T18:38:46.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:45 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2462239638' entity='client.admin' 2023-12-15T18:38:46.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:45 smithi088 systemd[1]: Starting Ceph mgr.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:38:46.439 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-15T18:38:46.439 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-12-15T18:38:46.447 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-15T18:38:46.447 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:38:46.447 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-12-15T18:38:46.447 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-12-15T18:38:46.456 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-15T18:38:46.456 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr to start... 2023-12-15T18:38:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr... 2023-12-15T18:38:46.675 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:46 smithi088 bash[43066]: d95b1cc91a27886ee203810b9c3b463322011d3ff61b50994428869bbdb206d3 2023-12-15T18:38:46.675 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:46 smithi088 systemd[1]: Started Ceph mgr.a for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:38:46.925 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:46 smithi088 conmon[43108]: 2023-12-15T18:38:46.824+0000 7f33f8bb8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:38:46.925 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:46 smithi088 conmon[43108]: 2023-12-15T18:38:46.922+0000 7f33f8bb8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:38:47.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:47 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1978649633' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-15T18:38:47.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:47 smithi088 conmon[43108]: 2023-12-15T18:38:47.048+0000 7f33f8bb8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:38:47.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:47 smithi088 conmon[43108]: 2023-12-15T18:38:47.139+0000 7f33f8bb8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "04498636-9b79-11ee-95a5-87774f69a715", 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.742 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-15T18:38:47.743 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-15T18:38:47.744 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-15T18:38:47.747 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:47.748 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-12-15T18:38:39.168706+0000", 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:38:47.749 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (1/15)... 2023-12-15T18:38:48.012 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:47 smithi088 conmon[43108]: 2023-12-15T18:38:47.773+0000 7f33f8bb8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:38:48.361 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.010+0000 7f33f8bb8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:38:48.361 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.094+0000 7f33f8bb8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:38:48.361 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.202+0000 7f33f8bb8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:38:48.361 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.358+0000 7f33f8bb8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:38:48.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.485+0000 7f33f8bb8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:38:48.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.570+0000 7f33f8bb8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:38:49.208 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:48 smithi088 conmon[43108]: 2023-12-15T18:38:48.940+0000 7f33f8bb8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:38:49.491 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:49 smithi088 conmon[43108]: 2023-12-15T18:38:49.206+0000 7f33f8bb8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:38:49.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:49 smithi088 conmon[43108]: 2023-12-15T18:38:49.488+0000 7f33f8bb8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:38:49.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:49 smithi088 conmon[43108]: 2023-12-15T18:38:49.581+0000 7f33f8bb8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:38:50.624 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:50 smithi088 conmon[43108]: 2023-12-15T18:38:50.366+0000 7f33f8bb8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:38:50.625 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:50 smithi088 conmon[43108]: 2023-12-15T18:38:50.467+0000 7f33f8bb8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:38:50.625 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:50 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3183673372' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-15T18:38:50.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:50 smithi088 conmon[43108]: 2023-12-15T18:38:50.621+0000 7f33f8bb8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "04498636-9b79-11ee-95a5-87774f69a715", 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-15T18:38:50.975 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-15T18:38:50.976 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.977 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-15T18:38:50.977 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:50.977 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-15T18:38:50.977 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-15T18:38:50.977 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-15T18:38:50.980 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-15T18:38:50.980 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-15T18:38:50.980 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-15T18:38:50.980 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.980 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-15T18:38:50.981 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-12-15T18:38:39.168706+0000", 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:50.982 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:50.983 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-15T18:38:50.983 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:38:50.983 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (2/15)... 2023-12-15T18:38:51.628 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:51 smithi088 conmon[43108]: 2023-12-15T18:38:51.250+0000 7f33f8bb8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:38:51.628 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:51 smithi088 conmon[43108]: 2023-12-15T18:38:51.431+0000 7f33f8bb8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:38:51.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:51 smithi088 conmon[43108]: 2023-12-15T18:38:51.625+0000 7f33f8bb8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:38:52.811 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:52 smithi088 conmon[43108]: 2023-12-15T18:38:52.540+0000 7f33f8bb8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:38:53.103 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:52 smithi088 conmon[43108]: 2023-12-15T18:38:52.808+0000 7f33f8bb8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:38:53.103 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:52 smithi088 conmon[43108]: 2023-12-15T18:38:52.896+0000 7f33f8bb8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:38:53.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:38:53 smithi088 conmon[43108]: 2023-12-15T18:38:53.100+0000 7f33f8bb8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:38:53.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: Activating manager daemon a 2023-12-15T18:38:53.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: mgrmap e2: a(active, starting, since 0.00300871s) 2023-12-15T18:38:53.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: Manager daemon a is now available 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' 2023-12-15T18:38:53.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:53 smithi088 ceph-mon[42683]: from='mgr.14100 172.21.15.88:0/1134619682' entity='mgr.a' 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "04498636-9b79-11ee-95a5-87774f69a715", 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-15T18:38:54.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-15T18:38:54.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-15T18:38:54.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-15T18:38:54.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-12-15T18:38:39.168706+0000", 2023-12-15T18:38:54.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:54.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:54.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-15T18:38:54.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:38:54.134 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (3/15)... 2023-12-15T18:38:54.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:54 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3311358240' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-15T18:38:54.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:54 smithi088 ceph-mon[42683]: mgrmap e3: a(active, since 1.00656s) 2023-12-15T18:38:56.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:56 smithi088 ceph-mon[42683]: mgrmap e4: a(active, since 2s) 2023-12-15T18:38:57.597 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "04498636-9b79-11ee-95a5-87774f69a715", 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2023-12-15T18:38:57.598 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-15T18:38:57.599 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-15T18:38:57.600 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:57.602 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-15T18:38:57.602 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:57.603 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-12-15T18:38:39.168706+0000", 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:38:57.604 INFO:teuthology.orchestra.run.smithi088.stdout:mgr is available 2023-12-15T18:38:57.604 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:57 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2333970809' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-15T18:38:58.647 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:58 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1120022873' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-15T18:38:58.647 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:38:58 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1120022873' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-15T18:38:59.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:59.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-12-15T18:38:59.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-15T18:38:59.021 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling cephadm module... 2023-12-15T18:39:00.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:00 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1588068179' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-15T18:39:00.693 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:00 smithi088 conmon[43108]: ignoring --setuser ceph since I am not root 2023-12-15T18:39:00.693 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:00 smithi088 conmon[43108]: ignoring --setgroup ceph since I am not root 2023-12-15T18:39:01.048 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:00 smithi088 conmon[43108]: 2023-12-15T18:39:00.769+0000 7fb994a12200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:39:01.049 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:00 smithi088 conmon[43108]: 2023-12-15T18:39:00.861+0000 7fb994a12200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:39:01.049 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:00 smithi088 conmon[43108]: 2023-12-15T18:39:00.952+0000 7fb994a12200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:39:01.339 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:01 smithi088 conmon[43108]: 2023-12-15T18:39:01.045+0000 7fb994a12200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:39:01.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:01 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1588068179' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-15T18:39:01.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:01 smithi088 ceph-mon[42683]: mgrmap e5: a(active, since 7s) 2023-12-15T18:39:02.021 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:01 smithi088 conmon[43108]: 2023-12-15T18:39:01.696+0000 7fb994a12200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:39:02.021 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:01 smithi088 conmon[43108]: 2023-12-15T18:39:01.945+0000 7fb994a12200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:39:02.304 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.033+0000 7fb994a12200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:39:02.304 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.143+0000 7fb994a12200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:39:02.304 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.301+0000 7fb994a12200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:39:02.397 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:39:02.397 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-15T18:39:02.397 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-15T18:39:02.397 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-15T18:39:02.397 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-15T18:39:02.398 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:39:02.398 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-12-15T18:39:02.398 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 5... 2023-12-15T18:39:02.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:02 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1870582590' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-15T18:39:02.639 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.439+0000 7fb994a12200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:39:02.639 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.529+0000 7fb994a12200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:39:03.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:02 smithi088 conmon[43108]: 2023-12-15T18:39:02.922+0000 7fb994a12200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:39:03.477 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:03 smithi088 conmon[43108]: 2023-12-15T18:39:03.190+0000 7fb994a12200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:39:03.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:03 smithi088 conmon[43108]: 2023-12-15T18:39:03.474+0000 7fb994a12200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:39:03.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:03 smithi088 conmon[43108]: 2023-12-15T18:39:03.568+0000 7fb994a12200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:39:04.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:04 smithi088 conmon[43108]: 2023-12-15T18:39:04.329+0000 7fb994a12200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:39:04.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:04 smithi088 conmon[43108]: 2023-12-15T18:39:04.425+0000 7fb994a12200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:39:04.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:04 smithi088 conmon[43108]: 2023-12-15T18:39:04.572+0000 7fb994a12200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:39:05.569 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:05 smithi088 conmon[43108]: 2023-12-15T18:39:05.194+0000 7fb994a12200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:39:05.569 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:05 smithi088 conmon[43108]: 2023-12-15T18:39:05.374+0000 7fb994a12200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:39:06.753 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:05 smithi088 conmon[43108]: 2023-12-15T18:39:05.567+0000 7fb994a12200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:39:06.753 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:06 smithi088 conmon[43108]: 2023-12-15T18:39:06.482+0000 7fb994a12200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:39:06.753 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:06 smithi088 conmon[43108]: 2023-12-15T18:39:06.751+0000 7fb994a12200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:39:07.032 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:06 smithi088 conmon[43108]: 2023-12-15T18:39:06.839+0000 7fb994a12200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:07 smithi088 conmon[43108]: 2023-12-15T18:39:07.030+0000 7fb994a12200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: Active manager daemon a restarted 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: Activating manager daemon a 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: osdmap e2: 0 total, 0 up, 0 in 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: mgrmap e6: a(active, starting, since 0.0030976s) 2023-12-15T18:39:07.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: Manager daemon a is now available 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:07.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:07 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:08.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: Found migration_current of "None". Setting to last migration. 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:08.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:08 smithi088 ceph-mon[42683]: mgrmap e7: a(active, since 1.00497s) 2023-12-15T18:39:08.685 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:39:08.686 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-15T18:39:08.686 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-15T18:39:08.686 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:39:08.686 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 5 is available 2023-12-15T18:39:08.686 INFO:teuthology.orchestra.run.smithi088.stdout:Setting orchestrator backend to cephadm... 2023-12-15T18:39:09.384 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:07] ENGINE Bus STARTING 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:08] ENGINE Serving on http://172.21.15.88:8765 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:08] ENGINE Serving on https://172.21.15.88:7150 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:08] ENGINE Bus STARTED 2023-12-15T18:39:09.385 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:09 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:10.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:10 smithi088 ceph-mon[42683]: mgrmap e8: a(active, since 2s) 2023-12-15T18:39:10.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:10 smithi088 ceph-mon[42683]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:10.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:10 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:10.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:10 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:11.211 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-15T18:39:11.212 INFO:teuthology.orchestra.run.smithi088.stdout:Generating ssh key... 2023-12-15T18:39:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:11 smithi088 ceph-mon[42683]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:12.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: Generating public/private rsa key pair. 2023-12-15T18:39:12.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: Your identification has been saved in /tmp/tmp9rw7ex5m/key. 2023-12-15T18:39:12.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: Your public key has been saved in /tmp/tmp9rw7ex5m/key.pub. 2023-12-15T18:39:12.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: The key fingerprint is: 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: SHA256:aRMtySeHqEtsXHoLCMsKptnk4fqukAP9t21CWhkK91U ceph-04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: The key's randomart image is: 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: +---[RSA 3072]----+ 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: | | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: | o +E | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |. o B.+ | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |.+.+.+. .B | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |+o=oOo.+S | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |*B =.+=o . | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |B + o+o | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |.o ...o. | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: |o+o .o. | 2023-12-15T18:39:12.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:11 smithi088 conmon[43108]: +----[SHA256]-----+ 2023-12-15T18:39:13.343 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:12 smithi088 ceph-mon[42683]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:13.343 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:12 smithi088 ceph-mon[42683]: Generating ssh key... 2023-12-15T18:39:13.343 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:12 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:13.343 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:12 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:13.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:39:13.712 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-15T18:39:13.712 INFO:teuthology.orchestra.run.smithi088.stdout:Adding key to root@localhost authorized_keys... 2023-12-15T18:39:13.713 INFO:teuthology.orchestra.run.smithi088.stdout:Adding host smithi088... 2023-12-15T18:39:13.974 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:13 smithi088 ceph-mon[42683]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:15.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:15 smithi088 ceph-mon[42683]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:16.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:16 smithi088 ceph-mon[42683]: Deploying cephadm binary to smithi088 2023-12-15T18:39:18.777 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Added host 'smithi088' with addr '172.21.15.88' 2023-12-15T18:39:18.777 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mon service... 2023-12-15T18:39:19.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:19 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:19.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:19 smithi088 ceph-mon[42683]: Added host smithi088 2023-12-15T18:39:19.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:19 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:20.610 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-15T18:39:20.610 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mgr service... 2023-12-15T18:39:20.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:20 smithi088 ceph-mon[42683]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:20.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:20 smithi088 ceph-mon[42683]: Saving service mon spec with placement count:5 2023-12-15T18:39:20.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:20 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:22.167 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-15T18:39:22.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:21 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:22.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:21 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:22.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:21 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:23.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:22 smithi088 ceph-mon[42683]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:23.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:22 smithi088 ceph-mon[42683]: Saving service mgr spec with placement count:2 2023-12-15T18:39:23.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:22 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3270318233' entity='client.admin' 2023-12-15T18:39:25.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:24 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:25.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:24 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3327086140' entity='client.admin' 2023-12-15T18:39:25.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:24 smithi088 ceph-mon[42683]: from='mgr.14120 172.21.15.88:0/547252802' entity='mgr.a' 2023-12-15T18:39:25.241 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling the dashboard module... 2023-12-15T18:39:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:26 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3203006524' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-15T18:39:26.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: ignoring --setuser ceph since I am not root 2023-12-15T18:39:26.443 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: ignoring --setgroup ceph since I am not root 2023-12-15T18:39:26.782 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: 2023-12-15T18:39:26.510+0000 7f6180cc0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:39:26.782 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: 2023-12-15T18:39:26.602+0000 7f6180cc0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:39:26.782 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: 2023-12-15T18:39:26.689+0000 7f6180cc0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:39:26.782 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:26 smithi088 conmon[43108]: 2023-12-15T18:39:26.779+0000 7f6180cc0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:39:27.405 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:27 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3203006524' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-15T18:39:27.406 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:27 smithi088 ceph-mon[42683]: mgrmap e9: a(active, since 19s) 2023-12-15T18:39:27.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:27 smithi088 conmon[43108]: 2023-12-15T18:39:27.402+0000 7f6180cc0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:39:27.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:27 smithi088 conmon[43108]: 2023-12-15T18:39:27.652+0000 7f6180cc0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:39:28.017 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:27 smithi088 conmon[43108]: 2023-12-15T18:39:27.744+0000 7f6180cc0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:39:28.018 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:27 smithi088 conmon[43108]: 2023-12-15T18:39:27.856+0000 7f6180cc0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:39:28.445 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:28 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1678265736' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-15T18:39:28.445 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:28 smithi088 conmon[43108]: 2023-12-15T18:39:28.019+0000 7f6180cc0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:39:28.445 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:28 smithi088 conmon[43108]: 2023-12-15T18:39:28.161+0000 7f6180cc0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:39:28.446 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:28 smithi088 conmon[43108]: 2023-12-15T18:39:28.251+0000 7f6180cc0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:39:28.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-12-15T18:39:28.567 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 9... 2023-12-15T18:39:28.841 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:28 smithi088 conmon[43108]: 2023-12-15T18:39:28.635+0000 7f6180cc0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:39:29.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:28 smithi088 conmon[43108]: 2023-12-15T18:39:28.916+0000 7f6180cc0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:39:29.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:29 smithi088 conmon[43108]: 2023-12-15T18:39:29.210+0000 7f6180cc0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:39:29.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:29 smithi088 conmon[43108]: 2023-12-15T18:39:29.304+0000 7f6180cc0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:39:30.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:30 smithi088 conmon[43108]: 2023-12-15T18:39:30.055+0000 7f6180cc0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:39:30.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:30 smithi088 conmon[43108]: 2023-12-15T18:39:30.150+0000 7f6180cc0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:39:30.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:30 smithi088 conmon[43108]: 2023-12-15T18:39:30.298+0000 7f6180cc0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:39:31.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:30 smithi088 conmon[43108]: 2023-12-15T18:39:30.921+0000 7f6180cc0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:39:31.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:31 smithi088 conmon[43108]: 2023-12-15T18:39:31.105+0000 7f6180cc0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:39:31.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:31 smithi088 conmon[43108]: 2023-12-15T18:39:31.301+0000 7f6180cc0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:39:32.494 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:32 smithi088 conmon[43108]: 2023-12-15T18:39:32.218+0000 7f6180cc0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:39:32.775 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:32 smithi088 conmon[43108]: 2023-12-15T18:39:32.491+0000 7f6180cc0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:39:32.775 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:32 smithi088 conmon[43108]: 2023-12-15T18:39:32.580+0000 7f6180cc0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:39:33.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:39:32 smithi088 conmon[43108]: 2023-12-15T18:39:32.772+0000 7f6180cc0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:39:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: Active manager daemon a restarted 2023-12-15T18:39:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: Activating manager daemon a 2023-12-15T18:39:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: osdmap e3: 0 total, 0 up, 0 in 2023-12-15T18:39:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: mgrmap e10: a(active, starting, since 0.00389086s) 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: Manager daemon a is now available 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:33.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:34.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:39:34.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:39:34.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:33 smithi088 ceph-mon[42683]: mgrmap e11: a(active, since 1.00515s) 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 9 is available 2023-12-15T18:39:34.528 INFO:teuthology.orchestra.run.smithi088.stdout:Generating a dashboard self-signed certificate... 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:33] ENGINE Bus STARTING 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:33] ENGINE Serving on http://172.21.15.88:8765 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:33] ENGINE Serving on https://172.21.15.88:7150 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: [15/Dec/2023:18:39:33] ENGINE Bus STARTED 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-15T18:39:35.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-15T18:39:35.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:35.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:36.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-15T18:39:36.106 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial admin user... 2023-12-15T18:39:36.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:36 smithi088 ceph-mon[42683]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:36.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:36 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:36.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:36 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:36.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:36 smithi088 ceph-mon[42683]: mgrmap e12: a(active, since 3s) 2023-12-15T18:39:38.056 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$xg8YpTYXVlHy4hKZLERa0uFQXdsvzrNi9cVzsVo3TkdPcugdXWOEW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702665577, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-15T18:39:38.056 INFO:teuthology.orchestra.run.smithi088.stdout:Fetching dashboard port number... 2023-12-15T18:39:38.732 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:38 smithi088 ceph-mon[42683]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:38.732 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:39.372 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 8443 2023-12-15T18:39:39.383 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-15T18:39:39.383 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-12-15T18:39:39.390 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-15T18:39:39.390 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-12-15T18:39:39.390 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-12-15T18:39:39.390 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph Dashboard is now available at: 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout: URL: https://smithi088:8443/ 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout: User: admin 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout: Password: 2kzig2dmd4 2023-12-15T18:39:39.392 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:39.393 INFO:teuthology.orchestra.run.smithi088.stdout:Saving cluster configuration to /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config directory 2023-12-15T18:39:39.393 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling autotune for osd_memory_target 2023-12-15T18:39:39.629 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:39 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/534196391' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-15T18:39:40.894 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:40 smithi088 ceph-mon[42683]: mgrmap e13: a(active, since 6s) 2023-12-15T18:39:41.988 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-15T18:39:41.988 INFO:teuthology.orchestra.run.smithi088.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout:Or, if you are only running a single cluster on this host: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: ceph telemetry on 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout:For more information see: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.989 INFO:teuthology.orchestra.run.smithi088.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-15T18:39:41.990 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:41.990 INFO:teuthology.orchestra.run.smithi088.stdout:Bootstrap complete. 2023-12-15T18:39:42.035 INFO:tasks.cephadm:Fetching config... 2023-12-15T18:39:42.035 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:39:42.035 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-15T18:39:42.052 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-15T18:39:42.053 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:39:42.053 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-15T18:39:42.110 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-15T18:39:42.110 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:39:42.110 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-15T18:39:42.179 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-15T18:39:42.179 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:39:42.179 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-15T18:39:42.236 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-15T18:39:42.237 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-15T18:39:42.314 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:39:42.328 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-15T18:39:42.373 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:39:42.386 DEBUG:teuthology.orchestra.run.smithi181:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-15T18:39:42.432 INFO:teuthology.orchestra.run.smithi181.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE1QX4g5FklofYLcOn0ROSVj4nHvEAw6slyts9RPnvCC0QL3wDHvA/NOH03Ghp75jWkeJjEfKtsDNiFN/s39DxiYGwtBPV0yZDSEup9fWVfr8vbFY1qzGPRB0gFk4R8L1H16fbzx0Qyo88k3gsUM6+6xkOM3hUF1sXDwHPKjGmHoDYHw/OY9CaHOTdFAWsFpIoTGYrtLWXmZIVKGwhLnB1eWdN9cvczdn8cZgWSVH7zIegsNxFj/0Fh8Av0/gToCg157MSs7pd5/962RDkFlWAZtbfaBgISwNiFV3OdNN1BCv+vjHPd6UofEIIVP1sZch0uVqcDvKGNIrSKnmeCC7uEmPhAmge7dNuYkFRQFKAEWLjgs0aQkB6nfMHFlWS63x10KzGGZ4tFogCXsS70SgPm4CluQac0PlasF+TSTED27VobPNGX5Z4+JfVaTha6fXXpZZec8PaiSrzXvcmRC2FdZR4tLNTE0srIM5nRHGnXHQfhecpp+VUa4IVgO1ZCtM= ceph-04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:39:42.445 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-15T18:39:42.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:42 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1102394117' entity='client.admin' 2023-12-15T18:39:42.769 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:39:45.626 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-15T18:39:45.626 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-15T18:39:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:39:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:45.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:45.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/862159760' entity='client.admin' 2023-12-15T18:39:45.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:45.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:45.975 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:39:48.974 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2023-12-15T18:39:48.975 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:39:48.975 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2023-12-15T18:39:48.996 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:39:48.996 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:39:49.061 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2023-12-15T18:39:49.061 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch host add smithi161 2023-12-15T18:39:49.387 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:49.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:49.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:51.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:51 smithi088 ceph-mon[42683]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:39:52.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:52 smithi088 ceph-mon[42683]: Deploying cephadm binary to smithi161 2023-12-15T18:39:54.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:53 smithi088 ceph-mon[42683]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:39:54.836 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi161' with addr '172.21.15.161' 2023-12-15T18:39:55.501 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-15T18:39:55.834 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: Added host smithi161 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:56.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:57.516 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:39:57.516 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2023-12-15T18:39:57.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:39:57.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:57 smithi088 ceph-mon[42683]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:39:58.194 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi181 2023-12-15T18:39:58.194 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:39:58.194 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.conf 2023-12-15T18:39:58.215 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:39:58.215 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:39:58.275 INFO:tasks.cephadm:Adding host smithi181 to orchestrator... 2023-12-15T18:39:58.276 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch host add smithi181 2023-12-15T18:39:58.596 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:39:58.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:58 smithi088 ceph-mon[42683]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:39:59.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:39:59 smithi088 ceph-mon[42683]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:00.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:00.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:00 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:01.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:01 smithi088 ceph-mon[42683]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:01.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:01 smithi088 ceph-mon[42683]: Deploying cephadm binary to smithi181 2023-12-15T18:40:01.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:01 smithi088 ceph-mon[42683]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:03.971 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi181' with addr '172.21.15.181' 2023-12-15T18:40:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:03 smithi088 ceph-mon[42683]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:04.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-15T18:40:04.969 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:40:05.344 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:05.344 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:04 smithi088 ceph-mon[42683]: Added host smithi181 2023-12-15T18:40:05.344 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:05.345 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:05.345 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:06.349 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:05 smithi088 ceph-mon[42683]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:06.350 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:05 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:06.777 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:40:06.777 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}, {"addr": "172.21.15.181", "hostname": "smithi181", "labels": [], "status": ""}] 2023-12-15T18:40:07.453 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-15T18:40:07.453 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-15T18:40:07.770 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:40:08.373 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:07 smithi088 ceph-mon[42683]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:40:08.373 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:07 smithi088 ceph-mon[42683]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:10.353 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2023-12-15T18:40:10.990 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:10 smithi088 ceph-mon[42683]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:10.991 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:10 smithi088 ceph-mon[42683]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:10.991 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:10 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-15T18:40:10.991 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:10 smithi088 ceph-mon[42683]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:10.992 INFO:tasks.cephadm:Adding mon.a on smithi088 2023-12-15T18:40:10.992 INFO:tasks.cephadm:Adding mon.b on smithi161 2023-12-15T18:40:10.992 INFO:tasks.cephadm:Adding mon.c on smithi181 2023-12-15T18:40:10.993 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch apply mon '3;smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c' 2023-12-15T18:40:11.360 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:12.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:11 smithi088 ceph-mon[42683]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:13.010 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled mon update... 2023-12-15T18:40:13.603 DEBUG:teuthology.orchestra.run.smithi161:mon.b> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.b.service 2023-12-15T18:40:13.606 DEBUG:teuthology.orchestra.run.smithi181:mon.c> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.c.service 2023-12-15T18:40:13.608 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-15T18:40:13.608 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-15T18:40:13.638 INFO:journalctl@ceph.mon.c.smithi181.stdout:-- Logs begin at Fri 2023-12-15 18:21:02 UTC. -- 2023-12-15T18:40:13.642 INFO:journalctl@ceph.mon.b.smithi161.stdout:-- Logs begin at Fri 2023-12-15 18:21:00 UTC. -- 2023-12-15T18:40:14.292 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:14.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:14.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:14.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c;count:3 2023-12-15T18:40:14.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:14.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:14.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:14 smithi088 ceph-mon[42683]: Deploying daemon mon.c on smithi181 2023-12-15T18:40:15.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:15 smithi088 ceph-mon[42683]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:17.162 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:40:17.162 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","modified":"2023-12-15T18:38:36.335071Z","created":"2023-12-15T18:38:36.335071Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-15T18:40:17.164 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2023-12-15T18:40:18.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:17 smithi088 ceph-mon[42683]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:17 smithi088 ceph-mon[42683]: from='client.? 172.21.15.181:0/3026793023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:18.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 systemd[1]: Started Ceph mon.c for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:40:18.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).mds e1 new map 2023-12-15T18:40:18.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).mds e1 print_map 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: e1 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: legacy client fscid: -1 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout: No filesystems configured 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-15T18:40:18.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:18.524 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Deploying cephadm binary to smithi181 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.525 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Added host smithi181 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.526 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.527 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c;count:3 2023-12-15T18:40:18.528 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: Deploying daemon mon.c on smithi181 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: from='client.? 172.21.15.181:0/3026793023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:18.529 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:18 smithi181 ceph-mon[47158]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-15T18:40:18.825 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-15T18:40:18.825 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-15T18:40:19.149 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.c/config 2023-12-15T18:40:23.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: mon.a calling monitor election 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: mon.c calling monitor election 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-15T18:40:23.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: monmap e2: 2 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: fsmap 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: mgrmap e13: a(active, since 50s) 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: overall HEALTH_OK 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:23.444 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:23 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: mon.a calling monitor election 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: mon.c calling monitor election 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: monmap e2: 2 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: fsmap 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: mgrmap e13: a(active, since 50s) 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: overall HEALTH_OK 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:23.523 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:23 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:23.813 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:40:23.813 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":2,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","modified":"2023-12-15T18:40:18.088290Z","created":"2023-12-15T18:38:36.335071Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:3300","nonce":0},{"type":"v1","addr":"172.21.15.181:6789","nonce":0}]},"addr":"172.21.15.181:6789/0","public_addr":"172.21.15.181:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-15T18:40:23.815 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 2 2023-12-15T18:40:24.521 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:24.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:24.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:24.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: Deploying daemon mon.b on smithi161 2023-12-15T18:40:24.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: from='client.? 172.21.15.181:0/861144788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:24.522 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: Deploying daemon mon.b on smithi161 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: from='client.? 172.21.15.181:0/861144788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:24.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:25.386 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-15T18:40:25.386 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-15T18:40:25.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:25 smithi088 ceph-mon[42683]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:25.718 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.c/config 2023-12-15T18:40:25.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:25 smithi181 ceph-mon[47158]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 systemd[1]: Starting Ceph mon.b for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: set uid:gid to 167:167 (ceph:ceph) 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: ceph version 19.0.0-83-gc56ad3ea (c56ad3eaf0784383bf22c04e35d26e15c4baeafe) reef (dev), process ceph-mon, pid 7 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pidfile_write: ignore empty --pid-file 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 bash[46039]: c32323415de6e0f6a54851d7337e50c71b476b1e56b6f810f603b0f0b98a7e69 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: load: jerasure load: lrc 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: RocksDB version: 7.9.2 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Git sha 0 2023-12-15T18:40:26.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Compile date 2023-12-07 15:54:42 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: DB SUMMARY 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: DB Session ID: TXWUMD0UGAVU5ZT63G7X 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: CURRENT file: CURRENT 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: IDENTITY file: IDENTITY 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.error_if_exists: 0 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.create_if_missing: 0 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.paranoid_checks: 1 2023-12-15T18:40:26.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.env: 0x55d64e9e8a60 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.fs: PosixFileSystem 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.info_log: 0x55d64fde5740 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_file_opening_threads: 16 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.statistics: (nil) 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.use_fsync: 0 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_log_file_size: 0 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-15T18:40:26.967 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.keep_log_file_num: 1000 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.recycle_log_file_num: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_fallocate: 1 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_mmap_reads: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_mmap_writes: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.use_direct_reads: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.create_missing_column_families: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.db_log_dir: 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.wal_dir: 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-15T18:40:26.968 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.advise_random_on_open: 1 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.db_write_buffer_size: 0 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.write_buffer_manager: 0x55d64fd99360 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.rate_limiter: (nil) 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.wal_recovery_mode: 2 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enable_thread_tracking: 0 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enable_pipelined_write: 0 2023-12-15T18:40:26.969 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.unordered_write: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.row_cache: None 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.wal_filter: None 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_ingest_behind: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.two_write_queues: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.manual_wal_flush: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.wal_compression: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 systemd[1]: Started Ceph mon.b for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.atomic_flush: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-15T18:40:26.970 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.log_readahead_size: 0 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.best_efforts_recovery: 0 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-15T18:40:26.971 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.allow_data_in_errors: 0 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.db_host_id: __hostname__ 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_background_jobs: 2 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_background_compactions: -1 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_subcompactions: 1 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-15T18:40:26.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_total_wal_size: 0 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_open_files: -1 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bytes_per_sync: 0 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_readahead_size: 0 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_background_flushes: -1 2023-12-15T18:40:26.974 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Compression algorithms supported: 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kZSTD supported: 0 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kXpressCompression supported: 0 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kLZ4HCCompression supported: 1 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kZlibCompression supported: 1 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kSnappyCompression supported: 1 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kLZ4Compression supported: 1 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: kBZip2Compression supported: 0 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-15T18:40:26.975 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.merge_operator: 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_filter: None 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_filter_factory: None 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.sst_partitioner_factory: None 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d64fde5860) 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: cache_index_and_filter_blocks: 1 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: pin_top_level_index_and_filter: 1 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: index_type: 0 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: data_block_index_type: 0 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: index_shortening: 1 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-15T18:40:26.976 INFO:journalctl@ceph.mon.b.smithi161.stdout: checksum: 4 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: no_block_cache: 0 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_cache: 0x55d64fe3b090 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_cache_name: BinnedLRUCache 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_cache_options: 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: capacity : 536870912 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: num_shard_bits : 4 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: strict_capacity_limit : 0 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: high_pri_pool_ratio: 0.000 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_cache_compressed: (nil) 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: persistent_cache: (nil) 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_size: 4096 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_size_deviation: 10 2023-12-15T18:40:26.977 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_restart_interval: 16 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: index_block_restart_interval: 1 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: metadata_block_size: 4096 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: partition_filters: 0 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: use_delta_encoding: 1 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: filter_policy: bloomfilter 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: whole_key_filtering: 1 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: verify_compression: 0 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: read_amp_bytes_per_bit: 0 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: format_version: 5 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: enable_index_compression: 1 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: block_align: 0 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: max_auto_readahead_size: 262144 2023-12-15T18:40:26.978 INFO:journalctl@ceph.mon.b.smithi161.stdout: prepopulate_block_cache: 0 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout: initial_auto_readahead_size: 8192 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout: num_file_reads_for_auto_readahead: 2 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.write_buffer_size: 33554432 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_write_buffer_number: 2 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression: NoCompression 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression: Disabled 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.prefix_extractor: nullptr 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.num_levels: 7 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-15T18:40:26.979 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.level: 32767 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.strategy: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-15T18:40:26.980 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.enabled: false 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.target_file_size_base: 67108864 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-15T18:40:26.981 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.arena_block_size: 1048576 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.disable_auto_compactions: 0 2023-12-15T18:40:26.982 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.table_properties_collectors: 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.inplace_update_support: 0 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-15T18:40:26.983 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.bloom_locality: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.max_successive_merges: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.paranoid_file_checks: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.force_consistency_checks: 1 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.report_bg_io_stats: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.ttl: 2592000 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enable_blob_files: false 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.min_blob_size: 0 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_file_size: 268435456 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-15T18:40:26.984 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.blob_file_starting_level: 0 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b8477299-ee9c-4a6f-b894-795b06436853 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665626579900, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665626580358, "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": 1702665626, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b8477299-ee9c-4a6f-b894-795b06436853", "db_session_id": "TXWUMD0UGAVU5ZT63G7X", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702665626580429, "job": 1, "event": "recovery_finished"} 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-15T18:40:26.985 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d64fed4000 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: DB pointer 0x55d64fec2000 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: ** DB Stats ** 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: ** Compaction Stats [default] ** 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-15T18:40:26.986 INFO:journalctl@ceph.mon.b.smithi161.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: ** Compaction Stats [default] ** 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-15T18:40:26.987 INFO:journalctl@ceph.mon.b.smithi161.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: Block cache BinnedLRUCache@0x55d64fe3b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-15T18:40:26.988 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: starting mon.b rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(???) e0 preinit fsid 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).mds e1 new map 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).mds e1 print_map 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: e1 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: legacy client fscid: -1 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout: No filesystems configured 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-15T18:40:26.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:26.990 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Deploying cephadm binary to smithi181 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Added host smithi181 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:26.991 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:26.992 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/2543302263' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi161:172.21.15.161=b;smithi181:172.21.15.181=c;count:3 2023-12-15T18:40:26.993 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Deploying daemon mon.c on smithi181 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.? 172.21.15.181:0/3026793023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:26.994 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.a calling monitor election 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.c calling monitor election 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: monmap e2: 2 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:26.995 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: fsmap 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mgrmap e13: a(active, since 50s) 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: overall HEALTH_OK 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: Deploying daemon mon.b on smithi161 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='client.? 172.21.15.181:0/861144788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:26.996 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:26 smithi161 ceph-mon[46103]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-15T18:40:32.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: mon.a calling monitor election 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: mon.c calling monitor election 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: mon.b calling monitor election 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: monmap e3: 3 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: fsmap 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: mgrmap e13: a(active, since 58s) 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: overall HEALTH_OK 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:32.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: mon.a calling monitor election 2023-12-15T18:40:32.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: mon.c calling monitor election 2023-12-15T18:40:32.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: mon.b calling monitor election 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: monmap e3: 3 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: fsmap 2023-12-15T18:40:32.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: mgrmap e13: a(active, since 58s) 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: overall HEALTH_OK 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: mon.a calling monitor election 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: mon.c calling monitor election 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:40:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: mon.b calling monitor election 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: monmap e3: 3 mons at {a=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: fsmap 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: osdmap e4: 0 total, 0 up, 0 in 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: mgrmap e13: a(active, since 58s) 2023-12-15T18:40:32.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: overall HEALTH_OK 2023-12-15T18:40:32.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:32.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:33.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:33.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:33.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:40:33.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:33.391 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-15T18:40:33.391 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":3,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","modified":"2023-12-15T18:40:26.613133Z","created":"2023-12-15T18:38:36.335071Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:3300","nonce":0},{"type":"v1","addr":"172.21.15.181:6789","nonce":0}]},"addr":"172.21.15.181:6789/0","public_addr":"172.21.15.181:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-15T18:40:33.394 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 3 2023-12-15T18:40:34.008 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-15T18:40:34.009 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:34.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='client.? 172.21.15.181:0/1429732759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:34.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:34.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:33 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:34.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.026 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='client.? 172.21.15.181:0/1429732759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.027 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.028 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.028 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:34.028 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:34.028 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:33 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:34.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='client.? 172.21.15.181:0/1429732759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:34.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:34.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:34.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:33 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:34.891 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:40:35.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:34 smithi181 ceph-mon[47158]: Reconfiguring mon.a (unknown last config time)... 2023-12-15T18:40:35.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:34 smithi181 ceph-mon[47158]: Reconfiguring daemon mon.a on smithi088 2023-12-15T18:40:35.099 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:34 smithi088 ceph-mon[42683]: Reconfiguring mon.a (unknown last config time)... 2023-12-15T18:40:35.100 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:34 smithi088 ceph-mon[42683]: Reconfiguring daemon mon.a on smithi088 2023-12-15T18:40:35.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:34 smithi161 ceph-mon[46103]: Reconfiguring mon.a (unknown last config time)... 2023-12-15T18:40:35.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:34 smithi161 ceph-mon[46103]: Reconfiguring daemon mon.a on smithi088 2023-12-15T18:40:36.185 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:36.185 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: Reconfiguring mon.b (monmap changed)... 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:36.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:35 smithi088 ceph-mon[42683]: Reconfiguring daemon mon.b on smithi161 2023-12-15T18:40:36.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:36.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: Reconfiguring mon.b (monmap changed)... 2023-12-15T18:40:36.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:36.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:36.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:36.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:35 smithi161 ceph-mon[46103]: Reconfiguring daemon mon.b on smithi161 2023-12-15T18:40:36.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: Reconfiguring mon.b (monmap changed)... 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:36.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:35 smithi181 ceph-mon[47158]: Reconfiguring daemon mon.b on smithi161 2023-12-15T18:40:36.605 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:40:36.605 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2023-12-15T18:40:36.605 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:40:36.606 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] 2023-12-15T18:40:37.247 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-15T18:40:37.247 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:40:37.247 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2023-12-15T18:40:37.318 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:40:37.318 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:37.385 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:40:37.385 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2023-12-15T18:40:37.422 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:40:37.422 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:37.480 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.480 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: Reconfiguring mon.c (monmap changed)... 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: Reconfiguring daemon mon.c on smithi181 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/828572057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.481 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:37 smithi181 ceph-mon[47158]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:37.493 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:40:37.493 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.conf 2023-12-15T18:40:37.526 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:40:37.526 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:40:37.593 INFO:tasks.cephadm:Adding mgr.a on smithi088 2023-12-15T18:40:37.594 INFO:tasks.cephadm:Adding mgr.b on smithi161 2023-12-15T18:40:37.594 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi088=a;smithi161=b' 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: Reconfiguring mon.c (monmap changed)... 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: Reconfiguring daemon mon.c on smithi181 2023-12-15T18:40:37.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/828572057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:37 smithi088 ceph-mon[42683]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:37.713 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: Reconfiguring mon.c (monmap changed)... 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: Reconfiguring daemon mon.c on smithi181 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/828572057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:37.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:37 smithi161 ceph-mon[46103]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:37.947 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.c/config 2023-12-15T18:40:38.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:38.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:38.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:38.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:38 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:38.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:38 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.963 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:38.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:38.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:38.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:38.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:38 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.479 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled mgr update... 2023-12-15T18:40:39.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:39.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:39 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:39.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-15T18:40:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:39 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:39 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:40.000 DEBUG:teuthology.orchestra.run.smithi161:mgr.b> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.b.service 2023-12-15T18:40:40.003 INFO:tasks.cephadm:Deploying OSDs... 2023-12-15T18:40:40.003 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-15T18:40:40.003 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-12-15T18:40:40.024 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-15T18:40:40.024 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2023-12-15T18:40:40.031 INFO:journalctl@ceph.mgr.b.smithi161.stdout:-- Logs begin at Fri 2023-12-15 18:21:00 UTC. -- 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 122641 Links: 1 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:40.084 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-12-15 18:39:45.578408519 +0000 2023-12-15T18:40:40.085 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-12-15 18:27:08.607927270 +0000 2023-12-15T18:40:40.085 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-12-15 18:27:08.607927270 +0000 2023-12-15T18:40:40.085 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-12-15T18:40:40.085 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-15T18:40:40.155 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-12-15T18:40:40.155 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-12-15T18:40:40.155 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000253672 s, 2.0 MB/s 2023-12-15T18:40:40.156 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-15T18:40:40.217 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 130167 Links: 1 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-12-15 18:39:45.632407421 +0000 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-12-15 18:27:09.134916410 +0000 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-12-15 18:27:09.134916410 +0000 2023-12-15T18:40:40.277 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-12-15T18:40:40.278 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-15T18:40:40.345 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-12-15T18:40:40.345 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-12-15T18:40:40.345 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000288645 s, 1.8 MB/s 2023-12-15T18:40:40.346 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-15T18:40:40.405 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2023-12-15T18:40:40.464 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-15T18:40:40.464 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:40.464 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 129663 Links: 1 2023-12-15T18:40:40.464 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:40.464 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:40.465 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-12-15 18:39:45.684406362 +0000 2023-12-15T18:40:40.465 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-12-15 18:27:09.639906003 +0000 2023-12-15T18:40:40.465 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-12-15 18:27:09.639906003 +0000 2023-12-15T18:40:40.465 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-12-15T18:40:40.465 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-15T18:40:40.530 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-12-15T18:40:40.531 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-12-15T18:40:40.531 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000245422 s, 2.1 MB/s 2023-12-15T18:40:40.532 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-15T18:40:40.589 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 122855 Links: 1 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-12-15 18:39:45.733405365 +0000 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-12-15 18:27:10.143895616 +0000 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-12-15 18:27:10.143895616 +0000 2023-12-15T18:40:40.647 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-12-15T18:40:40.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-15T18:40:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-12-15T18:40:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-12-15T18:40:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00024139 s, 2.1 MB/s 2023-12-15T18:40:40.713 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-15T18:40:40.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:40 smithi161 ceph-mon[46103]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:40.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:40 smithi161 ceph-mon[46103]: Saving service mgr spec with placement smithi088=a;smithi161=b;count:2 2023-12-15T18:40:40.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:40 smithi161 ceph-mon[46103]: Deploying daemon mgr.b on smithi161 2023-12-15T18:40:40.771 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-15T18:40:40.771 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2023-12-15T18:40:40.789 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-15T18:40:40.789 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 127216 Links: 1 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:40.847 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-15 18:40:26.042998123 +0000 2023-12-15T18:40:40.848 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-15 18:27:10.779994623 +0000 2023-12-15T18:40:40.848 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-15 18:27:10.779994623 +0000 2023-12-15T18:40:40.848 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-15T18:40:40.848 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-15T18:40:40.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:40 smithi088 ceph-mon[42683]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:40.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:40 smithi088 ceph-mon[42683]: Saving service mgr spec with placement smithi088=a;smithi161=b;count:2 2023-12-15T18:40:40.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:40 smithi088 ceph-mon[42683]: Deploying daemon mgr.b on smithi161 2023-12-15T18:40:40.981 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-15T18:40:40.981 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-15T18:40:40.981 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000254637 s, 2.0 MB/s 2023-12-15T18:40:40.982 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-15T18:40:40.999 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2023-12-15T18:40:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:40 smithi181 ceph-mon[47158]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:40 smithi181 ceph-mon[47158]: Saving service mgr spec with placement smithi088=a;smithi161=b;count:2 2023-12-15T18:40:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:40 smithi181 ceph-mon[47158]: Deploying daemon mgr.b on smithi161 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 119641 Links: 1 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-15 18:40:40.926687688 +0000 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-15 18:27:11.307983248 +0000 2023-12-15T18:40:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-15 18:27:11.307983248 +0000 2023-12-15T18:40:41.058 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-15T18:40:41.058 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-15T18:40:41.127 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-15T18:40:41.127 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-15T18:40:41.127 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000228443 s, 2.2 MB/s 2023-12-15T18:40:41.128 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-15T18:40:41.190 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 127342 Links: 1 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-15 18:40:41.065684788 +0000 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-15 18:27:11.822972152 +0000 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-15 18:27:11.822972152 +0000 2023-12-15T18:40:41.249 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-15T18:40:41.250 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-15T18:40:41.318 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-15T18:40:41.318 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-15T18:40:41.318 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000214329 s, 2.4 MB/s 2023-12-15T18:40:41.319 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-15T18:40:41.377 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2023-12-15T18:40:41.434 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 131121 Links: 1 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-15 18:40:41.066684768 +0000 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-15 18:27:12.336961078 +0000 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-15 18:27:12.336961078 +0000 2023-12-15T18:40:41.435 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-15T18:40:41.435 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-15T18:40:41.464 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:41 smithi161 systemd[1]: Starting Ceph mgr.b for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:40:41.490 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-15T18:40:41.491 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-15T18:40:41.491 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000245112 s, 2.1 MB/s 2023-12-15T18:40:41.493 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-15T18:40:41.550 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-15T18:40:41.550 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2023-12-15T18:40:41.573 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-15T18:40:41.573 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_1 2023-12-15T18:40:41.634 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-15T18:40:41.634 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:41.634 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 128328 Links: 1 2023-12-15T18:40:41.634 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:41.634 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:41.635 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2023-12-15 18:40:17.025221948 +0000 2023-12-15T18:40:41.635 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2023-12-15 18:27:08.784375072 +0000 2023-12-15T18:40:41.635 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2023-12-15 18:27:08.784375072 +0000 2023-12-15T18:40:41.635 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2023-12-15T18:40:41.635 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-15T18:40:41.705 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2023-12-15T18:40:41.705 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2023-12-15T18:40:41.705 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000271382 s, 1.9 MB/s 2023-12-15T18:40:41.706 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-15T18:40:41.766 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_2 2023-12-15T18:40:41.825 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-15T18:40:41.825 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:41.825 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 124288 Links: 1 2023-12-15T18:40:41.825 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:41.825 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:41.826 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2023-12-15 18:40:17.025221948 +0000 2023-12-15T18:40:41.826 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2023-12-15 18:27:09.292364880 +0000 2023-12-15T18:40:41.826 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2023-12-15 18:27:09.292364880 +0000 2023-12-15T18:40:41.826 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2023-12-15T18:40:41.826 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-15T18:40:41.891 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:41 smithi181 ceph-mon[47158]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:41.894 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2023-12-15T18:40:41.894 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2023-12-15T18:40:41.894 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000205884 s, 2.5 MB/s 2023-12-15T18:40:41.895 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-15T18:40:41.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:41 smithi088 ceph-mon[42683]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:41.954 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_3 2023-12-15T18:40:41.963 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:41 smithi161 ceph-mon[46103]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:41.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:41 smithi161 bash[47918]: d6a14e4047ad0f9d3bf79e5b0e403a2b8c062ffbf3aa43e307f4ac43f62a5a77 2023-12-15T18:40:41.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:41 smithi161 ceph-mgr[48073]: -- 172.21.15.161:0/3853264862 <== mon.2 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5596b65b41a0 con 0x5596b658cc00 2023-12-15T18:40:41.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:41 smithi161 systemd[1]: Started Ceph mgr.b for 04498636-9b79-11ee-95a5-87774f69a715. 2023-12-15T18:40:42.013 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-15T18:40:42.013 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:42.013 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 129591 Links: 1 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2023-12-15 18:40:17.025221948 +0000 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2023-12-15 18:27:09.803354628 +0000 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2023-12-15 18:27:09.803354628 +0000 2023-12-15T18:40:42.014 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2023-12-15T18:40:42.014 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-15T18:40:42.079 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2023-12-15T18:40:42.079 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2023-12-15T18:40:42.080 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000204216 s, 2.5 MB/s 2023-12-15T18:40:42.080 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-15T18:40:42.138 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_4 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 128581 Links: 1 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2023-12-15 18:40:17.025221948 +0000 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2023-12-15 18:27:10.295344757 +0000 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2023-12-15 18:27:10.295344757 +0000 2023-12-15T18:40:42.196 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2023-12-15T18:40:42.197 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-15T18:40:42.263 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2023-12-15T18:40:42.263 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2023-12-15T18:40:42.263 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000212 s, 2.4 MB/s 2023-12-15T18:40:42.264 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-15T18:40:42.322 INFO:tasks.cephadm:Deploying osd.0 on smithi088 with /dev/vg_nvme/lv_4... 2023-12-15T18:40:42.322 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-15T18:40:42.408 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:42 smithi161 conmon[48026]: 2023-12-15T18:40:42.088+0000 7fa83edd1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:40:42.408 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:42 smithi161 conmon[48026]: 2023-12-15T18:40:42.187+0000 7fa83edd1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:40:42.408 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:42 smithi161 conmon[48026]: 2023-12-15T18:40:42.300+0000 7fa83edd1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:40:42.408 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:42 smithi161 conmon[48026]: 2023-12-15T18:40:42.404+0000 7fa83edd1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:40:42.652 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:40:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:42 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:42 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:42 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:42 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:42 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:43.085 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:42 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.086 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:42 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.086 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:42 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.086 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:42 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.086 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:42 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:43.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:42 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:42 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:42 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:42 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:42 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:43.437 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.105+0000 7fa83edd1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:40:43.437 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.349+0000 7fa83edd1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:40:43.703 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.434+0000 7fa83edd1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:40:43.703 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.542+0000 7fa83edd1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.700+0000 7fa83edd1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.828+0000 7fa83edd1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:43 smithi161 conmon[48026]: 2023-12-15T18:40:43.914+0000 7fa83edd1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:43.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:43.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:43.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:43.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:43.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:43 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:44.074 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:44.074 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:44.075 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:43 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:44.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:44.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-15T18:40:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:43 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:44.555 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:44 smithi161 conmon[48026]: 2023-12-15T18:40:44.287+0000 7fa83edd1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0211775 s, 495 MB/s 2023-12-15T18:40:44.771 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-12-15T18:40:44.842 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:44 smithi161 conmon[48026]: 2023-12-15T18:40:44.553+0000 7fa83edd1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:40:45.132 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:44 smithi088 ceph-mon[42683]: Reconfiguring mgr.a (unknown last config time)... 2023-12-15T18:40:45.132 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:44 smithi088 ceph-mon[42683]: Reconfiguring daemon mgr.a on smithi088 2023-12-15T18:40:45.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:44 smithi161 ceph-mon[46103]: Reconfiguring mgr.a (unknown last config time)... 2023-12-15T18:40:45.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:44 smithi161 ceph-mon[46103]: Reconfiguring daemon mgr.a on smithi088 2023-12-15T18:40:45.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:44 smithi161 conmon[48026]: 2023-12-15T18:40:44.839+0000 7fa83edd1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:40:45.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:44 smithi161 conmon[48026]: 2023-12-15T18:40:44.933+0000 7fa83edd1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:40:45.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:44 smithi181 ceph-mon[47158]: Reconfiguring mgr.a (unknown last config time)... 2023-12-15T18:40:45.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:44 smithi181 ceph-mon[47158]: Reconfiguring daemon mgr.a on smithi088 2023-12-15T18:40:45.602 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2023-12-15T18:40:45.926 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:45 smithi161 conmon[48026]: 2023-12-15T18:40:45.695+0000 7fa83edd1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:45 smithi161 conmon[48026]: 2023-12-15T18:40:45.790+0000 7fa83edd1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:45 smithi161 conmon[48026]: 2023-12-15T18:40:45.938+0000 7fa83edd1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:45.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:45.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:45.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:45.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:45 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.119 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:46.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:45 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:46.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:40:46.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:46.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:40:46.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:45 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:40:46.942 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:46 smithi161 conmon[48026]: 2023-12-15T18:40:46.566+0000 7fa83edd1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:40:46.942 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:46 smithi161 conmon[48026]: 2023-12-15T18:40:46.747+0000 7fa83edd1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:40:47.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:46 smithi161 conmon[48026]: 2023-12-15T18:40:46.939+0000 7fa83edd1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:40:48.134 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:47 smithi161 conmon[48026]: 2023-12-15T18:40:47.861+0000 7fa83edd1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:40:48.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:47 smithi161 ceph-mon[46103]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:48.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:40:48.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:40:48.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:48.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:47 smithi088 ceph-mon[42683]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:48.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:40:48.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:40:48.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:48.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:47 smithi181 ceph-mon[47158]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:48.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:40:48.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:40:48.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:48.411 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:48 smithi161 conmon[48026]: 2023-12-15T18:40:48.132+0000 7fa83edd1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:40:48.411 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:48 smithi161 conmon[48026]: 2023-12-15T18:40:48.219+0000 7fa83edd1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: Standby manager daemon b started 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:40:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:48 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:40:48 smithi161 conmon[48026]: 2023-12-15T18:40:48.408+0000 7fa83edd1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: Standby manager daemon b started 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:40:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:48 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:40:49.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:40:49.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: Standby manager daemon b started 2023-12-15T18:40:49.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:40:49.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:40:49.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:40:49.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:48 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/1045924144' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:40:50.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:49 smithi088 ceph-mon[42683]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:50.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:49 smithi088 ceph-mon[42683]: mgrmap e14: a(active, since 76s), standbys: b 2023-12-15T18:40:50.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:40:50.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:49 smithi161 ceph-mon[46103]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:50.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:49 smithi161 ceph-mon[46103]: mgrmap e14: a(active, since 76s), standbys: b 2023-12-15T18:40:50.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:49 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:40:50.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:49 smithi181 ceph-mon[47158]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:50.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:49 smithi181 ceph-mon[47158]: mgrmap e14: a(active, since 76s), standbys: b 2023-12-15T18:40:50.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:49 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:40:51.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:50 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]: dispatch 2023-12-15T18:40:51.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:50 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]': finished 2023-12-15T18:40:51.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:50 smithi088 ceph-mon[42683]: osdmap e5: 1 total, 0 up, 1 in 2023-12-15T18:40:51.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:50 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:40:51.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:50 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2083482036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:40:51.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:50 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]: dispatch 2023-12-15T18:40:51.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:50 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]': finished 2023-12-15T18:40:51.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:50 smithi161 ceph-mon[46103]: osdmap e5: 1 total, 0 up, 1 in 2023-12-15T18:40:51.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:50 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:40:51.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:50 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/2083482036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:40:51.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:50 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]: dispatch 2023-12-15T18:40:51.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:50 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/373878984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd871095-5de6-4842-ba8f-aa33c4633d19"}]': finished 2023-12-15T18:40:51.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:50 smithi181 ceph-mon[47158]: osdmap e5: 1 total, 0 up, 1 in 2023-12-15T18:40:51.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:50 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:40:51.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:50 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/2083482036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:40:52.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:51 smithi088 ceph-mon[42683]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:52.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:51 smithi161 ceph-mon[46103]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:52.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:51 smithi181 ceph-mon[47158]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:54.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:53 smithi088 ceph-mon[42683]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:54.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:53 smithi161 ceph-mon[46103]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:54.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:53 smithi181 ceph-mon[47158]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:55.531 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:55 smithi088 ceph-mon[42683]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:55.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:55 smithi161 ceph-mon[46103]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:55.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:55 smithi181 ceph-mon[47158]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:56.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:56 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-15T18:40:56.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:56 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:56.963 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:56 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-15T18:40:56.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:56 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:57.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:56 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-15T18:40:57.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:56 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:40:57.941 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:57 smithi088 ceph-mon[42683]: Deploying daemon osd.0 on smithi088 2023-12-15T18:40:57.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:57 smithi088 ceph-mon[42683]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:57.963 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:57 smithi161 ceph-mon[46103]: Deploying daemon osd.0 on smithi088 2023-12-15T18:40:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:57 smithi161 ceph-mon[46103]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:40:58.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:57 smithi181 ceph-mon[47158]: Deploying daemon osd.0 on smithi088 2023-12-15T18:40:58.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:57 smithi181 ceph-mon[47158]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:00.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:40:59 smithi088 ceph-mon[42683]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:00.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:40:59 smithi161 ceph-mon[46103]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:00.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:40:59 smithi181 ceph-mon[47158]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:02.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:01 smithi088 ceph-mon[42683]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:02.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:01 smithi161 ceph-mon[46103]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:02.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:01 smithi181 ceph-mon[47158]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:03.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:02 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:02 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:02 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:03.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:02 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:02 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:02 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:03.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:02 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:02 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:03.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:02 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:04.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:04.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:04 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:04.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:04.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:04.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:04 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:04.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:04 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:05.431 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:05 smithi088 ceph-mon[42683]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:05.431 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:05 smithi088 ceph-mon[42683]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-15T18:41:05.509 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 0 on host 'smithi088' 2023-12-15T18:41:05.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:05 smithi161 ceph-mon[46103]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:05.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:05 smithi161 ceph-mon[46103]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-15T18:41:05.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:05 smithi181 ceph-mon[47158]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:05.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:05 smithi181 ceph-mon[47158]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-15T18:41:06.196 DEBUG:teuthology.orchestra.run.smithi088:osd.0> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.0.service 2023-12-15T18:41:06.199 INFO:tasks.cephadm:Deploying osd.1 on smithi161 with /dev/vg_nvme/lv_4... 2023-12-15T18:41:06.199 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-15T18:41:06.230 INFO:journalctl@ceph.osd.0.smithi088.stdout:-- Logs begin at Fri 2023-12-15 18:21:16 UTC. -- 2023-12-15T18:41:06.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-15T18:41:06.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: osdmap e6: 1 total, 0 up, 1 in 2023-12-15T18:41:06.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-12-15T18:41:06.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:06.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.446 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:06 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:06.448 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:06 smithi088 conmon[67009]: 2023-12-15T18:41:06.367+0000 7f85bcba6700 -1 osd.0 0 waiting for initial osdmap 2023-12-15T18:41:06.448 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:06 smithi088 conmon[67009]: 2023-12-15T18:41:06.369+0000 7f85b5199700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-15T18:41:06.535 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.b/config 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: osdmap e6: 1 total, 0 up, 1 in 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:06 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: osdmap e6: 1 total, 0 up, 1 in 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:06.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:06 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:07.620 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-12-15T18:41:07.621 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: osdmap e7: 1 total, 0 up, 1 in 2023-12-15T18:41:07.621 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.621 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.621 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:07.621 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:07 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: osdmap e7: 1 total, 0 up, 1 in 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:07 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: from='osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-12-15T18:41:07.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: osdmap e7: 1 total, 0 up, 1 in 2023-12-15T18:41:07.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:07.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-15T18:41:07.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:07 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011292 s, 929 MB/s 2023-12-15T18:41:08.238 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2023-12-15T18:41:08.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:08 smithi088 ceph-mon[42683]: purged_snaps scrub starts 2023-12-15T18:41:08.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:08 smithi088 ceph-mon[42683]: purged_snaps scrub ok 2023-12-15T18:41:08.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:08 smithi088 ceph-mon[42683]: osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867] boot 2023-12-15T18:41:08.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:08 smithi088 ceph-mon[42683]: osdmap e8: 1 total, 1 up, 1 in 2023-12-15T18:41:08.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:08 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:08.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:08 smithi161 ceph-mon[46103]: purged_snaps scrub starts 2023-12-15T18:41:08.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:08 smithi161 ceph-mon[46103]: purged_snaps scrub ok 2023-12-15T18:41:08.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:08 smithi161 ceph-mon[46103]: osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867] boot 2023-12-15T18:41:08.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:08 smithi161 ceph-mon[46103]: osdmap e8: 1 total, 1 up, 1 in 2023-12-15T18:41:08.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:08 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:08.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:08 smithi181 ceph-mon[47158]: purged_snaps scrub starts 2023-12-15T18:41:08.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:08 smithi181 ceph-mon[47158]: purged_snaps scrub ok 2023-12-15T18:41:08.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:08 smithi181 ceph-mon[47158]: osd.0 [v2:172.21.15.88:6802/3705661867,v1:172.21.15.88:6803/3705661867] boot 2023-12-15T18:41:08.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:08 smithi181 ceph-mon[47158]: osdmap e8: 1 total, 1 up, 1 in 2023-12-15T18:41:08.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:08 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:41:08.784 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2023-12-15T18:41:09.105 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.b/config 2023-12-15T18:41:09.637 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: osdmap e9: 1 total, 1 up, 1 in 2023-12-15T18:41:09.637 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:09.638 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:09 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: osdmap e9: 1 total, 1 up, 1 in 2023-12-15T18:41:09.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:09.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:09.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:09.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:09.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:09 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: osdmap e9: 1 total, 1 up, 1 in 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:09.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:09 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:10.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:10 smithi088 ceph-mon[42683]: Detected new or changed devices on smithi088 2023-12-15T18:41:10.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:10 smithi088 ceph-mon[42683]: Adjusting osd_memory_target on smithi088 to 17114M 2023-12-15T18:41:10.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:10 smithi161 ceph-mon[46103]: Detected new or changed devices on smithi088 2023-12-15T18:41:10.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:10 smithi161 ceph-mon[46103]: Adjusting osd_memory_target on smithi088 to 17114M 2023-12-15T18:41:10.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:10 smithi181 ceph-mon[47158]: Detected new or changed devices on smithi088 2023-12-15T18:41:10.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:10 smithi181 ceph-mon[47158]: Adjusting osd_memory_target on smithi088 to 17114M 2023-12-15T18:41:11.570 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:11 smithi161 ceph-mon[46103]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:11.570 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:11 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:11.570 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:11 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:11.570 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:11 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:11.571 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:11 smithi161 ceph-mon[46103]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:11 smithi088 ceph-mon[42683]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:11 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:11 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:11 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:11.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:11 smithi088 ceph-mon[42683]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:11.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:11 smithi181 ceph-mon[47158]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:11.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:11 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:11.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:11 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:11.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:11 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:11.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:11 smithi181 ceph-mon[47158]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:14.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:14.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: from='client.? 172.21.15.161:0/1111796926' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]': finished 2023-12-15T18:41:14.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: osdmap e10: 2 total, 1 up, 2 in 2023-12-15T18:41:14.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:14.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:13 smithi088 ceph-mon[42683]: from='client.? 172.21.15.161:0/3054320097' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: from='client.? 172.21.15.161:0/1111796926' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]': finished 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: osdmap e10: 2 total, 1 up, 2 in 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:14.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:13 smithi161 ceph-mon[46103]: from='client.? 172.21.15.161:0/3054320097' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:14.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: from='client.? 172.21.15.161:0/1111796926' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]: dispatch 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7360d9f7-52a2-4211-9364-396b806d434a"}]': finished 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: osdmap e10: 2 total, 1 up, 2 in 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:14.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:13 smithi181 ceph-mon[47158]: from='client.? 172.21.15.161:0/3054320097' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:15.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:15 smithi088 ceph-mon[42683]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:15.713 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:15 smithi161 ceph-mon[46103]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:15.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:15 smithi181 ceph-mon[47158]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:18.145 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:17 smithi161 ceph-mon[46103]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:18.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:17 smithi088 ceph-mon[42683]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:18.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:17 smithi181 ceph-mon[47158]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:19.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:19 smithi161 ceph-mon[46103]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:19.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:19 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-15T18:41:19.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:19 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:19.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:19 smithi161 ceph-mon[46103]: Deploying daemon osd.1 on smithi161 2023-12-15T18:41:20.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:19 smithi088 ceph-mon[42683]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:20.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:19 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-15T18:41:20.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:19 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:20.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:19 smithi088 ceph-mon[42683]: Deploying daemon osd.1 on smithi161 2023-12-15T18:41:20.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:19 smithi181 ceph-mon[47158]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:20.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:19 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-15T18:41:20.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:19 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:20.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:19 smithi181 ceph-mon[47158]: Deploying daemon osd.1 on smithi161 2023-12-15T18:41:22.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:21 smithi088 ceph-mon[42683]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:22.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:21 smithi161 ceph-mon[46103]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:22.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:21 smithi181 ceph-mon[47158]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:24.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:23 smithi088 ceph-mon[42683]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:24.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:23 smithi161 ceph-mon[46103]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:24.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:23 smithi181 ceph-mon[47158]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:25.163 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:24 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.163 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:24 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.163 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:24 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:25.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:24 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:25.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:25.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:24 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:26.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:26.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:26.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:26.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:25 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:26.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:26.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:26.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:25 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:26.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:26.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:25 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:27.114 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 1 on host 'smithi161' 2023-12-15T18:41:27.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:26 smithi161 ceph-mon[46103]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:26 smithi161 ceph-mon[46103]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:26 smithi181 ceph-mon[47158]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:26 smithi181 ceph-mon[47158]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:26 smithi088 ceph-mon[42683]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:26 smithi088 ceph-mon[42683]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-15T18:41:27.711 DEBUG:teuthology.orchestra.run.smithi161:osd.1> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.1.service 2023-12-15T18:41:27.714 INFO:tasks.cephadm:Deploying osd.2 on smithi181 with /dev/vg_nvme/lv_4... 2023-12-15T18:41:27.714 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-15T18:41:27.746 INFO:journalctl@ceph.osd.1.smithi161.stdout:-- Logs begin at Fri 2023-12-15 18:21:00 UTC. -- 2023-12-15T18:41:28.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:28.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-15T18:41:28.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: osdmap e11: 2 total, 1 up, 2 in 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:27 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:28.040 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.c/config 2023-12-15T18:41:28.214 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:27 smithi161 conmon[52705]: 2023-12-15T18:41:27.969+0000 7fba9b191700 -1 osd.1 0 waiting for initial osdmap 2023-12-15T18:41:28.214 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:27 smithi161 conmon[52705]: 2023-12-15T18:41:27.971+0000 7fba93f85700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-15T18:41:28.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:28.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-15T18:41:28.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: osdmap e11: 2 total, 1 up, 2 in 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:27 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: osdmap e11: 2 total, 1 up, 2 in 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:28.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-15T18:41:28.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:28.443 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:27 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:29.152 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:28 smithi181 ceph-mon[47158]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-15T18:41:29.152 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:28 smithi181 ceph-mon[47158]: osdmap e12: 2 total, 1 up, 2 in 2023-12-15T18:41:29.152 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:28 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.152 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:28 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:28 smithi161 ceph-mon[46103]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-15T18:41:29.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:28 smithi161 ceph-mon[46103]: osdmap e12: 2 total, 1 up, 2 in 2023-12-15T18:41:29.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:28 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:28 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:28 smithi088 ceph-mon[42683]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-15T18:41:29.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:28 smithi088 ceph-mon[42683]: osdmap e12: 2 total, 1 up, 2 in 2023-12-15T18:41:29.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:28 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:28 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:29.647 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-15T18:41:29.648 INFO:teuthology.orchestra.run.smithi181.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-15T18:41:29.648 INFO:teuthology.orchestra.run.smithi181.stderr: stderr: 10+0 records in 2023-12-15T18:41:29.648 INFO:teuthology.orchestra.run.smithi181.stderr:10+0 records out 2023-12-15T18:41:29.648 INFO:teuthology.orchestra.run.smithi181.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113077 s, 927 MB/s 2023-12-15T18:41:29.648 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping successful for: 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: purged_snaps scrub starts 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: purged_snaps scrub ok 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628] boot 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: osdmap e13: 2 total, 2 up, 2 in 2023-12-15T18:41:30.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:29 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:30.227 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi181:vg_nvme/lv_4 2023-12-15T18:41:30.254 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: purged_snaps scrub starts 2023-12-15T18:41:30.255 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: purged_snaps scrub ok 2023-12-15T18:41:30.255 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:30.255 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628] boot 2023-12-15T18:41:30.255 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: osdmap e13: 2 total, 2 up, 2 in 2023-12-15T18:41:30.255 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:29 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: purged_snaps scrub starts 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: purged_snaps scrub ok 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: osd.1 [v2:172.21.15.161:6800/2248208628,v1:172.21.15.161:6801/2248208628] boot 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: osdmap e13: 2 total, 2 up, 2 in 2023-12-15T18:41:30.442 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:29 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:41:30.549 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.c/config 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: osdmap e14: 2 total, 2 up, 2 in 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: Detected new or changed devices on smithi161 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: Adjusting osd_memory_target on smithi161 to 17114M 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.681 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:31.682 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:31.682 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.682 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:31 smithi181 ceph-mon[47158]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: osdmap e14: 2 total, 2 up, 2 in 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: Detected new or changed devices on smithi161 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: Adjusting osd_memory_target on smithi161 to 17114M 2023-12-15T18:41:31.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:31.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:31.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:31 smithi088 ceph-mon[42683]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: osdmap e14: 2 total, 2 up, 2 in 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: Detected new or changed devices on smithi161 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: Adjusting osd_memory_target on smithi161 to 17114M 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:31.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:31 smithi161 ceph-mon[46103]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:32.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:32 smithi088 ceph-mon[42683]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:32.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:32.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:32.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:32 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:32.713 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:32 smithi161 ceph-mon[46103]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:32.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:32.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:32.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:32 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:32.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:32 smithi181 ceph-mon[47158]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:41:32.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-15T18:41:32.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-15T18:41:32.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:32 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:33.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:33 smithi088 ceph-mon[42683]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:33.696 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:33 smithi181 ceph-mon[47158]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:33.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:33 smithi161 ceph-mon[46103]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: from='client.? 172.21.15.181:0/1504772983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]': finished 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: osdmap e15: 3 total, 2 up, 3 in 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:35.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:35 smithi088 ceph-mon[42683]: from='client.? 172.21.15.181:0/645238612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: from='client.? 172.21.15.181:0/1504772983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]': finished 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: osdmap e15: 3 total, 2 up, 3 in 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:35.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:35 smithi161 ceph-mon[46103]: from='client.? 172.21.15.181:0/645238612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:35.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: from='client.? 172.21.15.181:0/1504772983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]: dispatch 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4553f4c9-73b1-494d-b454-68a4e697fdd1"}]': finished 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: osdmap e15: 3 total, 2 up, 3 in 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:35.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:35 smithi181 ceph-mon[47158]: from='client.? 172.21.15.181:0/645238612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-15T18:41:38.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:37 smithi088 ceph-mon[42683]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:38.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:37 smithi161 ceph-mon[46103]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:38.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:37 smithi181 ceph-mon[47158]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:40.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:39 smithi088 ceph-mon[42683]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:40.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:39 smithi161 ceph-mon[46103]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:40.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:39 smithi181 ceph-mon[47158]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:41.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:40 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-15T18:41:41.191 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:40 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:40 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-15T18:41:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:40 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:41.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:40 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-15T18:41:41.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:40 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:42.189 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:41 smithi181 ceph-mon[47158]: Deploying daemon osd.2 on smithi181 2023-12-15T18:41:42.190 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:41 smithi181 ceph-mon[47158]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:41 smithi088 ceph-mon[42683]: Deploying daemon osd.2 on smithi181 2023-12-15T18:41:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:41 smithi088 ceph-mon[42683]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:41 smithi161 ceph-mon[46103]: Deploying daemon osd.2 on smithi181 2023-12-15T18:41:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:41 smithi161 ceph-mon[46103]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:43 smithi088 ceph-mon[42683]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:44.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:43 smithi161 ceph-mon[46103]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:44.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:43 smithi181 ceph-mon[47158]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:45.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:45 smithi088 ceph-mon[42683]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:45.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:45 smithi161 ceph-mon[46103]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:45.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:45 smithi181 ceph-mon[47158]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:46.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:46 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:46 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:46 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:46.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:46 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:46 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:46 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:46.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:46 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:46 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:46.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:46 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:47.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:47 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:47.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:47.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:47.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:47 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:47.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:47 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:48.544 INFO:teuthology.orchestra.run.smithi181.stdout:Created osd(s) 2 on host 'smithi181' 2023-12-15T18:41:49.212 DEBUG:teuthology.orchestra.run.smithi181:osd.2> sudo journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.2.service 2023-12-15T18:41:49.253 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-15T18:41:49.254 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-15T18:41:49.286 INFO:journalctl@ceph.osd.2.smithi181.stdout:-- Logs begin at Fri 2023-12-15 18:21:02 UTC. -- 2023-12-15T18:41:49.585 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:49 smithi088 ceph-mon[42683]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:49.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:49.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:49 smithi181 ceph-mon[47158]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-15T18:41:49.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:49 smithi161 ceph-mon[46103]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:50.567 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:50 smithi181 conmon[53995]: 2023-12-15T18:41:50.521+0000 7f6879bc2700 -1 osd.2 0 waiting for initial osdmap 2023-12-15T18:41:50.568 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:50 smithi181 conmon[53995]: 2023-12-15T18:41:50.523+0000 7f68739b8700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-15T18:41:50.568 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:50 smithi181 ceph-mon[47158]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-15T18:41:50.568 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:50 smithi181 ceph-mon[47158]: osdmap e16: 3 total, 2 up, 3 in 2023-12-15T18:41:50.568 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:50 smithi181 ceph-mon[47158]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.568 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:50 smithi181 ceph-mon[47158]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.568 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:50 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:50.900 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:50 smithi088 ceph-mon[42683]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-15T18:41:50.900 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:50 smithi088 ceph-mon[42683]: osdmap e16: 3 total, 2 up, 3 in 2023-12-15T18:41:50.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:50 smithi088 ceph-mon[42683]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:50 smithi088 ceph-mon[42683]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:50 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:50.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:50 smithi161 ceph-mon[46103]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-15T18:41:50.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:50 smithi161 ceph-mon[46103]: osdmap e16: 3 total, 2 up, 3 in 2023-12-15T18:41:50.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:50 smithi161 ceph-mon[46103]: from='osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:50 smithi161 ceph-mon[46103]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2023-12-15T18:41:50.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:50 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.321 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:41:51.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2023-12-15T18:41:51.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: osdmap e17: 3 total, 2 up, 3 in 2023-12-15T18:41:51.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:51.693 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:51 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/2525405910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: osdmap e17: 3 total, 2 up, 3 in 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:51.772 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:51 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/2525405910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: osdmap e17: 3 total, 2 up, 3 in 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-15T18:41:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:51 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/2525405910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:52.046 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1702665688,"num_in_osds":3,"osd_in_since":1702665694,"num_remapped_pgs":0} 2023-12-15T18:41:52.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: purged_snaps scrub starts 2023-12-15T18:41:52.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: purged_snaps scrub ok 2023-12-15T18:41:52.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:52.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888] boot 2023-12-15T18:41:52.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: osdmap e18: 3 total, 3 up, 3 in 2023-12-15T18:41:52.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: Detected new or changed devices on smithi181 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: Adjusting osd_memory_target on smithi181 to 21209M 2023-12-15T18:41:52.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.945 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:52.945 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:52.945 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:52 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: purged_snaps scrub starts 2023-12-15T18:41:52.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: purged_snaps scrub ok 2023-12-15T18:41:52.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:52.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888] boot 2023-12-15T18:41:52.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: osdmap e18: 3 total, 3 up, 3 in 2023-12-15T18:41:52.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:52.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: Detected new or changed devices on smithi181 2023-12-15T18:41:52.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: Adjusting osd_memory_target on smithi181 to 21209M 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:52.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:52 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:53.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: purged_snaps scrub starts 2023-12-15T18:41:53.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: purged_snaps scrub ok 2023-12-15T18:41:53.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:53.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: osd.2 [v2:172.21.15.181:6800/3858838888,v1:172.21.15.181:6801/3858838888] boot 2023-12-15T18:41:53.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: osdmap e18: 3 total, 3 up, 3 in 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: Detected new or changed devices on smithi181 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: Adjusting osd_memory_target on smithi181 to 21209M 2023-12-15T18:41:53.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:53.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:41:53.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:41:53.024 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:52 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:53.048 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-15T18:41:53.370 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:41:53.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:53 smithi088 ceph-mon[42683]: osdmap e19: 3 total, 3 up, 3 in 2023-12-15T18:41:53.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:53 smithi088 ceph-mon[42683]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:53.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:53 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:53.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:53 smithi161 ceph-mon[46103]: osdmap e19: 3 total, 3 up, 3 in 2023-12-15T18:41:53.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:53 smithi161 ceph-mon[46103]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:53.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:53 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:54.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:53 smithi181 ceph-mon[47158]: osdmap e19: 3 total, 3 up, 3 in 2023-12-15T18:41:54.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:53 smithi181 ceph-mon[47158]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:54.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:53 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:54.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:54 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:54.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:54 smithi088 ceph-mon[42683]: osdmap e20: 3 total, 3 up, 3 in 2023-12-15T18:41:54.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:54 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:54.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:54 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:54.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:54 smithi161 ceph-mon[46103]: osdmap e20: 3 total, 3 up, 3 in 2023-12-15T18:41:54.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:54 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:55.001 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:41:55.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:54 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:55.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:54 smithi181 ceph-mon[47158]: osdmap e20: 3 total, 3 up, 3 in 2023-12-15T18:41:55.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:54 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-15T18:41:55.145 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:54 smithi088 sudo[73588]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:55.145 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:54 smithi088 sudo[73588]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:55.145 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:54 smithi088 sudo[73588]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:55.145 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:54 smithi088 sudo[73588]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:55.442 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:55 smithi088 sudo[73606]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:55.442 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:55 smithi088 sudo[73606]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:55.442 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:55 smithi088 sudo[73606]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:55.442 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:41:55 smithi088 sudo[73606]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:55.654 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57695]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57695]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57695]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57695]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57698]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57698]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57698]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:55.655 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:41:55 smithi161 sudo[57698]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:55.655 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:55 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:55.655 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:55 smithi161 ceph-mon[46103]: osdmap e21: 3 total, 3 up, 3 in 2023-12-15T18:41:55.655 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:55 smithi161 ceph-mon[46103]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:55.655 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:55 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/3402615129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:55.656 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:55 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:55.712 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1702665711,"num_in_osds":3,"osd_in_since":1702665694,"num_remapped_pgs":0} 2023-12-15T18:41:55.712 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-15T18:41:55.916 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:55 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:55.916 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:55 smithi181 ceph-mon[47158]: osdmap e21: 3 total, 3 up, 3 in 2023-12-15T18:41:55.916 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:55 smithi181 ceph-mon[47158]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:55.916 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:55 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/3402615129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:55.916 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:55 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:55.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-15T18:41:55.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:55 smithi088 ceph-mon[42683]: osdmap e21: 3 total, 3 up, 3 in 2023-12-15T18:41:55.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:55 smithi088 ceph-mon[42683]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:55.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:55 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3402615129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-15T18:41:55.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:55 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:56.038 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:41:56.271 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:55 smithi181 sudo[58820]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:55 smithi181 sudo[58820]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:55 smithi181 sudo[58820]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:55 smithi181 sudo[58820]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58823]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58823]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58823]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:56.272 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58823]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:56.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73852]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:56.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73852]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:56.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73852]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:56.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73852]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:56.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:56 smithi161 ceph-mon[46103]: osdmap e22: 3 total, 3 up, 3 in 2023-12-15T18:41:56.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:56 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:56.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:56 smithi161 ceph-mon[46103]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-15T18:41:56.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:56 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:57.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73907]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:57.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73907]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73907]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 sudo[73907]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 ceph-mon[42683]: osdmap e22: 3 total, 3 up, 3 in 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 ceph-mon[42683]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-15T18:41:57.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:56 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58826]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58826]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58826]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:56 smithi181 sudo[58826]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 sudo[58829]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 sudo[58829]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:57.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 sudo[58829]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:57.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 sudo[58829]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:57.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: osdmap e22: 3 total, 3 up, 3 in 2023-12-15T18:41:57.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:57.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-15T18:41:57.274 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' 2023-12-15T18:41:57.709 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57701]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57701]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57701]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57701]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57704]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57704]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57704]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-15T18:41:57.710 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 sudo[57704]: pam_unix(sudo:session): session closed for user root 2023-12-15T18:41:57.831 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:41:57.831 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":22,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","created":"2023-12-15T18:38:39.168013+0000","modified":"2023-12-15T18:41:55.544111+0000","last_up_change":"2023-12-15T18:41:51.519568+0000","last_in_change":"2023-12-15T18:41:34.485574+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-15T18:41:53.122144+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd871095-5de6-4842-ba8f-aa33c4633d19","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.88:6802","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6803","nonce":3705661867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6805","nonce":3705661867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6809","nonce":3705661867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6807","nonce":3705661867}]},"public_addr":"172.21.15.88:6803/3705661867","cluster_addr":"172.21.15.88:6805/3705661867","heartbeat_back_addr":"172.21.15.88:6809/3705661867","heartbeat_front_addr":"172.21.15.88:6807/3705661867","state":["exists","up"]},{"osd":1,"uuid":"7360d9f7-52a2-4211-9364-396b806d434a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6801","nonce":2248208628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6803","nonce":2248208628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6807","nonce":2248208628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6805","nonce":2248208628}]},"public_addr":"172.21.15.161:6801/2248208628","cluster_addr":"172.21.15.161:6803/2248208628","heartbeat_back_addr":"172.21.15.161:6807/2248208628","heartbeat_front_addr":"172.21.15.161:6805/2248208628","state":["exists","up"]},{"osd":2,"uuid":"4553f4c9-73b1-494d-b454-68a4e697fdd1","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.181:6800","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6801","nonce":3858838888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6803","nonce":3858838888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6807","nonce":3858838888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6805","nonce":3858838888}]},"public_addr":"172.21.15.181:6801/3858838888","cluster_addr":"172.21.15.181:6803/3858838888","heartbeat_back_addr":"172.21.15.181:6807/3858838888","heartbeat_front_addr":"172.21.15.181:6805/3858838888","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:06.175588+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:27.860559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:49.565558+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3859964205":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/2908193794":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/580536282":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6800/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:6801/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/1096181184":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3812882231":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6801/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/124352740":"2023-12-16T18:39:07.043114+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:57.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:57.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:57 smithi161 ceph-mon[46103]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:58.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:57 smithi181 ceph-mon[47158]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:41:58.032 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:41:58.033 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='mgr.14152 172.21.15.88:0/3501142404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:41:58.033 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:57 smithi088 ceph-mon[42683]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-15T18:41:58.479 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-15T18:41:53.122144+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-12-15T18:41:58.480 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-15T18:41:58.799 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:41:58.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:58 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1929322685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:41:59.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:58 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1929322685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:41:59.039 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:58 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1929322685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:00.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:41:59 smithi181 ceph-mon[47158]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:00.100 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:41:59 smithi088 ceph-mon[42683]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:00.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:41:59 smithi161 ceph-mon[46103]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:00.503 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2023-12-15T18:42:00.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:00 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/446196708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-15T18:42:01.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:00 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/446196708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-15T18:42:01.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:00 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/446196708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-15T18:42:01.442 INFO:tasks.cephadm:Setting up client nodes... 2023-12-15T18:42:01.442 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-15T18:42:01.442 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-15T18:42:01.442 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-15T18:42:01.769 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:01.972 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:01 smithi088 ceph-mon[42683]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2023-12-15T18:42:02.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:01 smithi181 ceph-mon[47158]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2023-12-15T18:42:02.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:01 smithi161 ceph-mon[46103]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2023-12-15T18:42:03.613 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:03.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:03 smithi088 ceph-mon[42683]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2023-12-15T18:42:03.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:03 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1136042387' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-15T18:42:04.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:03 smithi161 ceph-mon[46103]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2023-12-15T18:42:04.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:03 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1136042387' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-15T18:42:04.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:03 smithi181 ceph-mon[47158]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2023-12-15T18:42:04.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:03 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1136042387' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-15T18:42:04.329 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":1899405816},{"type":"v1","addr":"172.21.15.88:6801","nonce":1899405816}]},"active_addr":"172.21.15.88:6801/1899405816","active_change":"2023-12-15T18:39:32.786458+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.88:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":185665891}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":956678601}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":2682702856}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":2835134263}]}]} 2023-12-15T18:42:04.338 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-15T18:42:04.338 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-15T18:42:04.338 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-15T18:42:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:05.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:05 smithi088 ceph-mon[42683]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2023-12-15T18:42:05.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:05 smithi161 ceph-mon[46103]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2023-12-15T18:42:05.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:05 smithi181 ceph-mon[47158]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2023-12-15T18:42:06.348 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:06.348 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":22,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","created":"2023-12-15T18:38:39.168013+0000","modified":"2023-12-15T18:41:55.544111+0000","last_up_change":"2023-12-15T18:41:51.519568+0000","last_in_change":"2023-12-15T18:41:34.485574+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-15T18:41:53.122144+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd871095-5de6-4842-ba8f-aa33c4633d19","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.88:6802","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6803","nonce":3705661867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6805","nonce":3705661867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6809","nonce":3705661867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6807","nonce":3705661867}]},"public_addr":"172.21.15.88:6803/3705661867","cluster_addr":"172.21.15.88:6805/3705661867","heartbeat_back_addr":"172.21.15.88:6809/3705661867","heartbeat_front_addr":"172.21.15.88:6807/3705661867","state":["exists","up"]},{"osd":1,"uuid":"7360d9f7-52a2-4211-9364-396b806d434a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6801","nonce":2248208628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6803","nonce":2248208628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6807","nonce":2248208628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6805","nonce":2248208628}]},"public_addr":"172.21.15.161:6801/2248208628","cluster_addr":"172.21.15.161:6803/2248208628","heartbeat_back_addr":"172.21.15.161:6807/2248208628","heartbeat_front_addr":"172.21.15.161:6805/2248208628","state":["exists","up"]},{"osd":2,"uuid":"4553f4c9-73b1-494d-b454-68a4e697fdd1","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.181:6800","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6801","nonce":3858838888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6803","nonce":3858838888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6807","nonce":3858838888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6805","nonce":3858838888}]},"public_addr":"172.21.15.181:6801/3858838888","cluster_addr":"172.21.15.181:6803/3858838888","heartbeat_back_addr":"172.21.15.181:6807/3858838888","heartbeat_front_addr":"172.21.15.181:6805/3858838888","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:06.175588+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:27.860559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:49.565558+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3859964205":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/2908193794":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/580536282":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6800/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:6801/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/1096181184":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3812882231":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6801/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/124352740":"2023-12-16T18:39:07.043114+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-15T18:42:06.692 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:06 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1721203331' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:06.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:06 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1721203331' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:06.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:06 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1721203331' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:07.144 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-15T18:42:07.144 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-15T18:42:07.470 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:07.645 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:07 smithi088 ceph-mon[42683]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2023-12-15T18:42:07.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:07 smithi161 ceph-mon[46103]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2023-12-15T18:42:07.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:07 smithi181 ceph-mon[47158]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2023-12-15T18:42:09.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:09.206 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":22,"fsid":"04498636-9b79-11ee-95a5-87774f69a715","created":"2023-12-15T18:38:39.168013+0000","modified":"2023-12-15T18:41:55.544111+0000","last_up_change":"2023-12-15T18:41:51.519568+0000","last_in_change":"2023-12-15T18:41:34.485574+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-15T18:41:53.122144+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd871095-5de6-4842-ba8f-aa33c4633d19","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.88:6802","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6803","nonce":3705661867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6805","nonce":3705661867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6809","nonce":3705661867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3705661867},{"type":"v1","addr":"172.21.15.88:6807","nonce":3705661867}]},"public_addr":"172.21.15.88:6803/3705661867","cluster_addr":"172.21.15.88:6805/3705661867","heartbeat_back_addr":"172.21.15.88:6809/3705661867","heartbeat_front_addr":"172.21.15.88:6807/3705661867","state":["exists","up"]},{"osd":1,"uuid":"7360d9f7-52a2-4211-9364-396b806d434a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6801","nonce":2248208628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6803","nonce":2248208628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6807","nonce":2248208628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2248208628},{"type":"v1","addr":"172.21.15.161:6805","nonce":2248208628}]},"public_addr":"172.21.15.161:6801/2248208628","cluster_addr":"172.21.15.161:6803/2248208628","heartbeat_back_addr":"172.21.15.161:6807/2248208628","heartbeat_front_addr":"172.21.15.161:6805/2248208628","state":["exists","up"]},{"osd":2,"uuid":"4553f4c9-73b1-494d-b454-68a4e697fdd1","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.181:6800","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6801","nonce":3858838888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6803","nonce":3858838888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6807","nonce":3858838888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":3858838888},{"type":"v1","addr":"172.21.15.181:6805","nonce":3858838888}]},"public_addr":"172.21.15.181:6801/3858838888","cluster_addr":"172.21.15.181:6803/3858838888","heartbeat_back_addr":"172.21.15.181:6807/3858838888","heartbeat_front_addr":"172.21.15.181:6805/3858838888","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:06.175588+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:27.860559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-15T18:41:49.565558+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3859964205":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/2908193794":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/580536282":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6800/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:6801/3304475998":"2023-12-16T18:39:07.043114+0000","172.21.15.88:0/1096181184":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/3812882231":"2023-12-16T18:39:32.786347+0000","172.21.15.88:6801/1769290675":"2023-12-16T18:39:32.786347+0000","172.21.15.88:0/124352740":"2023-12-16T18:39:07.043114+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-15T18:42:09.943 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-15T18:42:09.943 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-15T18:42:09.943 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-15T18:42:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:09 smithi088 ceph-mon[42683]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:10.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:09 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1856594647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:10.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:09 smithi161 ceph-mon[46103]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:10.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:09 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1856594647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:10.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:09 smithi181 ceph-mon[47158]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:10.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:09 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1856594647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-15T18:42:10.329 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:10.383 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:10.393 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:12.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:11 smithi088 ceph-mon[42683]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:12.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:11 smithi161 ceph-mon[46103]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:12.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:11 smithi181 ceph-mon[47158]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-15T18:42:14.150 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:13 smithi088 ceph-mon[42683]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:14.201 INFO:teuthology.orchestra.run.smithi088.stdout:77309411336 2023-12-15T18:42:14.201 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-15T18:42:14.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:13 smithi161 ceph-mon[46103]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:14.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:13 smithi181 ceph-mon[47158]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:14.622 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:15.640 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:15 smithi088 ceph-mon[42683]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:15.655 INFO:teuthology.orchestra.run.smithi088.stdout:55834574860 2023-12-15T18:42:15.656 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-15T18:42:15.714 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:15 smithi161 ceph-mon[46103]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:15.743 INFO:teuthology.orchestra.run.smithi088.stdout:34359738385 2023-12-15T18:42:15.744 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-15T18:42:15.771 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:15 smithi181 ceph-mon[47158]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:16.645 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:16.761 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:17.587 INFO:teuthology.orchestra.run.smithi088.stdout:77309411336 2023-12-15T18:42:18.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:17 smithi088 ceph-mon[42683]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:18.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:17 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1275947357' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-15T18:42:18.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:17 smithi161 ceph-mon[46103]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:18.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:17 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1275947357' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-15T18:42:18.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:17 smithi181 ceph-mon[47158]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:18.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:17 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1275947357' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-15T18:42:18.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411336 for osd.2 2023-12-15T18:42:18.786 DEBUG:teuthology.parallel:result is None 2023-12-15T18:42:19.927 INFO:teuthology.orchestra.run.smithi088.stdout:34359738386 2023-12-15T18:42:20.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:19 smithi088 ceph-mon[42683]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:20.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:19 smithi161 ceph-mon[46103]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:20.243 INFO:teuthology.orchestra.run.smithi088.stdout:55834574861 2023-12-15T18:42:20.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:19 smithi181 ceph-mon[47158]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:21.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:20 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/538865051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-15T18:42:21.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:20 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1991536843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-15T18:42:21.059 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2023-12-15T18:42:21.060 DEBUG:teuthology.parallel:result is None 2023-12-15T18:42:21.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:20 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/538865051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-15T18:42:21.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:20 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1991536843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-15T18:42:21.271 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2023-12-15T18:42:21.272 DEBUG:teuthology.parallel:result is None 2023-12-15T18:42:21.272 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-15T18:42:21.272 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-15T18:42:21.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:20 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/538865051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-15T18:42:21.273 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:20 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1991536843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-15T18:42:21.594 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:22.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:21 smithi088 ceph-mon[42683]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:22.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:21 smithi161 ceph-mon[46103]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:22.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:21 smithi181 ceph-mon[47158]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:23.288 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:23.289 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2023-12-15T18:42:24.031 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2023-12-15T18:42:22.817108+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":85212,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.001932"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-15T18:41:57.668297+0000","last_change":"2023-12-15T18:41:54.552934+0000","last_active":"2023-12-15T18:41:57.668297+0000","last_peered":"2023-12-15T18:41:57.668297+0000","last_clean":"2023-12-15T18:41:57.668297+0000","last_became_active":"2023-12-15T18:41:54.552046+0000","last_became_peered":"2023-12-15T18:41:54.552046+0000","last_unstale":"2023-12-15T18:41:57.668297+0000","last_undegraded":"2023-12-15T18:41:57.668297+0000","last_fullsized":"2023-12-15T18:41:57.668297+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-15T18:41:53.531817+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-15T18:41:53.531817+0000","last_clean_scrub_stamp":"2023-12-15T18:41:53.531817+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-17T02:51:27.354240+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66400000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]}]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-15T18:42:24.032 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-15T18:42:24.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:23 smithi088 ceph-mon[42683]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:24.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:23 smithi161 ceph-mon[46103]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:24.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:23 smithi181 ceph-mon[47158]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:24.356 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:25.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:24 smithi088 ceph-mon[42683]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:25.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:24 smithi161 ceph-mon[46103]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:25.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:24 smithi181 ceph-mon[47158]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:26.098 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:26.099 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2023-12-15T18:42:26.126 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:25 smithi088 ceph-mon[42683]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:26.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:25 smithi161 ceph-mon[46103]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:26.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:25 smithi181 ceph-mon[47158]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:26.797 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":98,"stamp":"2023-12-15T18:42:24.817521+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":85212,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.002057"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-15T18:41:57.668297+0000","last_change":"2023-12-15T18:41:54.552934+0000","last_active":"2023-12-15T18:41:57.668297+0000","last_peered":"2023-12-15T18:41:57.668297+0000","last_clean":"2023-12-15T18:41:57.668297+0000","last_became_active":"2023-12-15T18:41:54.552046+0000","last_became_peered":"2023-12-15T18:41:54.552046+0000","last_unstale":"2023-12-15T18:41:57.668297+0000","last_undegraded":"2023-12-15T18:41:57.668297+0000","last_fullsized":"2023-12-15T18:41:57.668297+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-15T18:41:53.531817+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-15T18:41:53.531817+0000","last_clean_scrub_stamp":"2023-12-15T18:41:53.531817+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-17T02:51:27.354240+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]}]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-15T18:42:26.798 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-15T18:42:26.798 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-15T18:42:26.798 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-15T18:42:26.798 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-15T18:42:27.120 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:27.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:26 smithi088 ceph-mon[42683]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:27.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:26 smithi161 ceph-mon[46103]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:27.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:26 smithi181 ceph-mon[47158]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-15T18:42:28.165 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:27 smithi088 ceph-mon[42683]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:28.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:27 smithi161 ceph-mon[46103]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:28.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:27 smithi181 ceph-mon[47158]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:28.871 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-15T18:42:28.871 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-15T18:42:29.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:28 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/3901030170' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-15T18:42:29.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:28 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/3901030170' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-15T18:42:29.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:28 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/3901030170' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-15T18:42:29.621 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-15T18:42:29.624 INFO:tasks.cephadm:Setup complete, yielding 2023-12-15T18:42:29.624 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-15T18:42:29.654 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-12-15T18:42:29.655 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-15T18:42:29.978 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:30.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:29 smithi088 ceph-mon[42683]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:30.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:29 smithi161 ceph-mon[46103]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:30.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:29 smithi181 ceph-mon[47158]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:32.166 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:31 smithi088 ceph-mon[42683]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:32.166 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:31 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-15T18:42:32.166 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:31 smithi088 conmon[43108]: ignoring --setuser ceph since I am not root 2023-12-15T18:42:32.166 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:31 smithi088 conmon[43108]: ignoring --setgroup ceph since I am not root 2023-12-15T18:42:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:31 smithi161 ceph-mon[46103]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:32.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:31 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-15T18:42:32.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:31 smithi161 conmon[48026]: ignoring --setuser ceph since I am not root 2023-12-15T18:42:32.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:31 smithi161 conmon[48026]: ignoring --setgroup ceph since I am not root 2023-12-15T18:42:32.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:31 smithi161 ceph-mgr[48073]: -- 172.21.15.161:0/2733327734 <== mon.0 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e950eaa1a0 con 0x55e950e83000 2023-12-15T18:42:32.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:31 smithi181 ceph-mon[47158]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:32.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:31 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-15T18:42:32.435 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:32 smithi088 conmon[43108]: 2023-12-15T18:42:32.340+0000 7f2eef1f4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:42:32.600 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:32 smithi161 conmon[48026]: 2023-12-15T18:42:32.334+0000 7f7221f73200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-15T18:42:32.601 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:32 smithi161 conmon[48026]: 2023-12-15T18:42:32.426+0000 7f7221f73200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:42:32.601 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:32 smithi161 conmon[48026]: 2023-12-15T18:42:32.513+0000 7f7221f73200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:42:32.643 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-15T18:42:32.653 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-15T18:42:32.653 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-15T18:42:32.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:32 smithi088 conmon[43108]: 2023-12-15T18:42:32.433+0000 7f2eef1f4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-15T18:42:32.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:32 smithi088 conmon[43108]: 2023-12-15T18:42:32.523+0000 7f2eef1f4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-15T18:42:32.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:32 smithi088 conmon[43108]: 2023-12-15T18:42:32.611+0000 7f2eef1f4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:42:32.912 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:32 smithi161 conmon[48026]: 2023-12-15T18:42:32.598+0000 7f7221f73200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-15T18:42:32.997 INFO:teuthology.orchestra.run.smithi088.stdout:Inferring config /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/mon.a/config 2023-12-15T18:42:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:32 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-15T18:42:33.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:32 smithi088 ceph-mon[42683]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-15T18:42:33.209 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:32 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-15T18:42:33.209 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:32 smithi161 ceph-mon[46103]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-15T18:42:33.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:32 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/8036223' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-15T18:42:33.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:32 smithi181 ceph-mon[47158]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-15T18:42:33.464 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.206+0000 7f7221f73200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:42:33.464 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.444+0000 7f7221f73200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:42:33.539 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:33 smithi088 conmon[43108]: 2023-12-15T18:42:33.283+0000 7f2eef1f4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:42:33.797 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.529+0000 7f7221f73200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:42:33.797 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.637+0000 7f7221f73200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:42:33.893 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:33 smithi088 conmon[43108]: 2023-12-15T18:42:33.536+0000 7f2eef1f4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-15T18:42:33.893 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:33 smithi088 conmon[43108]: 2023-12-15T18:42:33.623+0000 7f2eef1f4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-15T18:42:33.893 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:33 smithi088 conmon[43108]: 2023-12-15T18:42:33.732+0000 7f2eef1f4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-15T18:42:34.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:33 smithi088 conmon[43108]: 2023-12-15T18:42:33.890+0000 7f2eef1f4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:42:34.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:34 smithi088 conmon[43108]: 2023-12-15T18:42:34.024+0000 7f2eef1f4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:42:34.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:34 smithi088 conmon[43108]: 2023-12-15T18:42:34.122+0000 7f2eef1f4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:42:34.213 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.794+0000 7f7221f73200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-15T18:42:34.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:33 smithi161 conmon[48026]: 2023-12-15T18:42:33.920+0000 7f7221f73200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-15T18:42:34.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:34 smithi161 conmon[48026]: 2023-12-15T18:42:34.005+0000 7f7221f73200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-15T18:42:34.643 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:34 smithi161 conmon[48026]: 2023-12-15T18:42:34.373+0000 7f7221f73200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:42:34.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:34 smithi088 conmon[43108]: 2023-12-15T18:42:34.510+0000 7f2eef1f4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-15T18:42:34.927 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:34 smithi161 conmon[48026]: 2023-12-15T18:42:34.640+0000 7f7221f73200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:42:35.094 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:34 smithi088 conmon[43108]: 2023-12-15T18:42:34.805+0000 7f2eef1f4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-15T18:42:35.213 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:34 smithi161 conmon[48026]: 2023-12-15T18:42:34.924+0000 7f7221f73200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:42:35.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:35 smithi161 conmon[48026]: 2023-12-15T18:42:35.018+0000 7f7221f73200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:42:35.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:35 smithi088 conmon[43108]: 2023-12-15T18:42:35.091+0000 7f2eef1f4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-15T18:42:35.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:35 smithi088 conmon[43108]: 2023-12-15T18:42:35.186+0000 7f2eef1f4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-15T18:42:36.213 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:35 smithi161 conmon[48026]: 2023-12-15T18:42:35.769+0000 7f7221f73200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:42:36.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:35 smithi161 conmon[48026]: 2023-12-15T18:42:35.863+0000 7f7221f73200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:42:36.214 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:36 smithi161 conmon[48026]: 2023-12-15T18:42:36.011+0000 7f7221f73200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:42:36.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:35 smithi088 conmon[43108]: 2023-12-15T18:42:35.939+0000 7f2eef1f4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-15T18:42:36.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:36 smithi088 conmon[43108]: 2023-12-15T18:42:36.035+0000 7f2eef1f4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-15T18:42:36.442 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:36 smithi088 conmon[43108]: 2023-12-15T18:42:36.185+0000 7f2eef1f4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-15T18:42:36.963 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:36 smithi161 conmon[48026]: 2023-12-15T18:42:36.638+0000 7f7221f73200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:42:36.964 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:36 smithi161 conmon[48026]: 2023-12-15T18:42:36.818+0000 7f7221f73200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:42:37.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:36 smithi088 conmon[43108]: 2023-12-15T18:42:36.809+0000 7f2eef1f4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-15T18:42:37.192 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:36 smithi088 conmon[43108]: 2023-12-15T18:42:36.996+0000 7f2eef1f4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-15T18:42:37.464 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:37 smithi161 conmon[48026]: 2023-12-15T18:42:37.010+0000 7f7221f73200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:42:37.692 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:37 smithi088 conmon[43108]: 2023-12-15T18:42:37.196+0000 7f2eef1f4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-15T18:42:38.201 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:37 smithi161 conmon[48026]: 2023-12-15T18:42:37.928+0000 7f7221f73200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:42:38.400 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:38 smithi088 conmon[43108]: 2023-12-15T18:42:38.119+0000 7f2eef1f4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-15T18:42:38.463 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:38 smithi161 conmon[48026]: 2023-12-15T18:42:38.198+0000 7f7221f73200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:42:38.464 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:38 smithi161 conmon[48026]: 2023-12-15T18:42:38.286+0000 7f7221f73200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:38 smithi088 conmon[43108]: 2023-12-15T18:42:38.397+0000 7f2eef1f4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:38 smithi088 conmon[43108]: 2023-12-15T18:42:38.487+0000 7f2eef1f4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: Standby manager daemon b restarted 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: Standby manager daemon b started 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:42:38.685 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:38 smithi088 ceph-mon[42683]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:42:38.820 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:38 smithi161 conmon[48026]: 2023-12-15T18:42:38.476+0000 7f7221f73200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:42:38.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: Standby manager daemon b restarted 2023-12-15T18:42:38.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: Standby manager daemon b started 2023-12-15T18:42:38.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:42:38.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:42:38.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:42:38.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:38 smithi161 ceph-mon[46103]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: Standby manager daemon b restarted 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: Standby manager daemon b started 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-15T18:42:38.822 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:38 smithi181 ceph-mon[47158]: from='mgr.? 172.21.15.161:0/3393149028' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-15T18:42:38.942 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:38 smithi088 conmon[43108]: 2023-12-15T18:42:38.682+0000 7f2eef1f4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: mgrmap e17: a(active, since 3m), standbys: b 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: Active manager daemon a restarted 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: Activating manager daemon a 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: osdmap e23: 3 total, 3 up, 3 in 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: mgrmap e18: a(active, starting, since 0.00958521s), standbys: b 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:42:39.943 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: Manager daemon a is now available 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:42:39.944 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:39 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: mgrmap e17: a(active, since 3m), standbys: b 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: Active manager daemon a restarted 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: Activating manager daemon a 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: osdmap e23: 3 total, 3 up, 3 in 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: mgrmap e18: a(active, starting, since 0.00958521s), standbys: b 2023-12-15T18:42:39.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: Manager daemon a is now available 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:39.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:39.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:42:39.966 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:39 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:42:40.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: mgrmap e17: a(active, since 3m), standbys: b 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: Active manager daemon a restarted 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: Activating manager daemon a 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: osdmap e23: 3 total, 3 up, 3 in 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: mgrmap e18: a(active, starting, since 0.00958521s), standbys: b 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-15T18:42:40.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: Manager daemon a is now available 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-15T18:42:40.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:39 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: [15/Dec/2023:18:42:39] ENGINE Bus STARTING 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: [15/Dec/2023:18:42:39] ENGINE Serving on http://172.21.15.88:8765 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: [15/Dec/2023:18:42:39] ENGINE Serving on https://172.21.15.88:7150 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: [15/Dec/2023:18:42:39] ENGINE Bus STARTED 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: mgrmap e19: a(active, since 1.01308s), standbys: b 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:42:40.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:40.965 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:40 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: [15/Dec/2023:18:42:39] ENGINE Bus STARTING 2023-12-15T18:42:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: [15/Dec/2023:18:42:39] ENGINE Serving on http://172.21.15.88:8765 2023-12-15T18:42:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: [15/Dec/2023:18:42:39] ENGINE Serving on https://172.21.15.88:7150 2023-12-15T18:42:41.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: [15/Dec/2023:18:42:39] ENGINE Bus STARTED 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: mgrmap e19: a(active, since 1.01308s), standbys: b 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:40 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: [15/Dec/2023:18:42:39] ENGINE Bus STARTING 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: [15/Dec/2023:18:42:39] ENGINE Serving on http://172.21.15.88:8765 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: [15/Dec/2023:18:42:39] ENGINE Serving on https://172.21.15.88:7150 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: [15/Dec/2023:18:42:39] ENGINE Bus STARTED 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: mgrmap e19: a(active, since 1.01308s), standbys: b 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:41.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:41.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:40 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: osdmap e24: 3 total, 3 up, 3 in 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:42:42.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:41 smithi181 ceph-mon[47158]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: osdmap e24: 3 total, 3 up, 3 in 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:42:42.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:41 smithi088 ceph-mon[42683]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: osdmap e24: 3 total, 3 up, 3 in 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:42.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: Updating smithi088:/etc/ceph/ceph.conf 2023-12-15T18:42:42.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-15T18:42:42.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:41 smithi161 ceph-mon[46103]: Updating smithi181:/etc/ceph/ceph.conf 2023-12-15T18:42:43.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: osdmap e25: 3 total, 3 up, 3 in 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:43.023 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:42 smithi181 ceph-mon[47158]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: osdmap e25: 3 total, 3 up, 3 in 2023-12-15T18:42:43.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.195 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:43.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:43.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:43.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:42 smithi088 ceph-mon[42683]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: Updating smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-15T18:42:43.215 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1574000370' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: osdmap e25: 3 total, 3 up, 3 in 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.216 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:43.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-15T18:42:43.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-15T18:42:43.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-15T18:42:43.217 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:42 smithi161 ceph-mon[46103]: from='mgr.14385 172.21.15.88:0/1686139017' entity='mgr.a' 2023-12-15T18:42:44.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:43 smithi181 ceph-mon[47158]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:44.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:43 smithi181 ceph-mon[47158]: osdmap e26: 3 total, 3 up, 3 in 2023-12-15T18:42:44.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:43 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:43 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:43 smithi181 ceph-mon[47158]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-15T18:42:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:43 smithi088 ceph-mon[42683]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:43 smithi088 ceph-mon[42683]: osdmap e26: 3 total, 3 up, 3 in 2023-12-15T18:42:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:43 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:43 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:43 smithi088 ceph-mon[42683]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-15T18:42:44.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:43 smithi161 ceph-mon[46103]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-15T18:42:44.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:43 smithi161 ceph-mon[46103]: osdmap e26: 3 total, 3 up, 3 in 2023-12-15T18:42:44.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:43 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:43 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-15T18:42:44.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:43 smithi161 ceph-mon[46103]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-15T18:42:45.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:44 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-15T18:42:45.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:44 smithi181 ceph-mon[47158]: osdmap e27: 3 total, 3 up, 3 in 2023-12-15T18:42:45.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:44 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-15T18:42:45.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:44 smithi088 ceph-mon[42683]: osdmap e27: 3 total, 3 up, 3 in 2023-12-15T18:42:45.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:44 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-15T18:42:45.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:44 smithi161 ceph-mon[46103]: osdmap e27: 3 total, 3 up, 3 in 2023-12-15T18:42:46.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:45 smithi181 ceph-mon[47158]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-15T18:42:46.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:45 smithi181 ceph-mon[47158]: osdmap e28: 3 total, 3 up, 3 in 2023-12-15T18:42:46.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:45 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:46.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:45 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:46.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:45 smithi088 ceph-mon[42683]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-15T18:42:46.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:45 smithi088 ceph-mon[42683]: osdmap e28: 3 total, 3 up, 3 in 2023-12-15T18:42:46.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:45 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:46.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:45 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:46.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:45 smithi161 ceph-mon[46103]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-15T18:42:46.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:45 smithi161 ceph-mon[46103]: osdmap e28: 3 total, 3 up, 3 in 2023-12-15T18:42:46.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:45 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:46.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:45 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-15T18:42:47.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:46 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-15T18:42:47.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:46 smithi181 ceph-mon[47158]: osdmap e29: 3 total, 3 up, 3 in 2023-12-15T18:42:47.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:46 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-15T18:42:47.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:46 smithi088 ceph-mon[42683]: osdmap e29: 3 total, 3 up, 3 in 2023-12-15T18:42:47.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:46 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-15T18:42:47.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:46 smithi161 ceph-mon[46103]: osdmap e29: 3 total, 3 up, 3 in 2023-12-15T18:42:48.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:47 smithi181 ceph-mon[47158]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-15T18:42:48.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:47 smithi181 ceph-mon[47158]: osdmap e30: 3 total, 3 up, 3 in 2023-12-15T18:42:48.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:47 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:47 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:47 smithi088 ceph-mon[42683]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-15T18:42:48.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:47 smithi088 ceph-mon[42683]: osdmap e30: 3 total, 3 up, 3 in 2023-12-15T18:42:48.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:47 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:47 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.213 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:47 smithi161 ceph-mon[46103]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-15T18:42:48.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:47 smithi161 ceph-mon[46103]: osdmap e30: 3 total, 3 up, 3 in 2023-12-15T18:42:48.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:47 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:47 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr:Error EINVAL: Traceback (most recent call last): 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: return self.func(mgr, **kwargs) 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: return func(self, *args, **kwargs) 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-15T18:42:48.836 INFO:teuthology.orchestra.run.smithi088.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: self.update_period(realm, zonegroup) 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: period = RGWPeriod(period_info) 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: self.realm_name = period_dict['realm_name'] 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr:KeyError: 'realm_name' 2023-12-15T18:42:48.837 INFO:teuthology.orchestra.run.smithi088.stderr: 2023-12-15T18:42:49.021 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:48 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-15T18:42:49.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:48 smithi181 ceph-mon[47158]: osdmap e31: 3 total, 3 up, 3 in 2023-12-15T18:42:49.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:48 smithi181 ceph-mon[47158]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.022 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:48 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:48 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-15T18:42:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:48 smithi088 ceph-mon[42683]: osdmap e31: 3 total, 3 up, 3 in 2023-12-15T18:42:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:48 smithi088 ceph-mon[42683]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.192 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:48 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: 2023-12-15T18:42:48.828+0000 7f2e5f4c6700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: 2023-12-15T18:42:48.829+0000 7f2e5f4c6700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: return self.func(mgr, **kwargs) 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: return func(self, *args, **kwargs) 2023-12-15T18:42:49.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: self.update_period(realm, zonegroup) 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: period = RGWPeriod(period_info) 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: self.realm_name = period_dict['realm_name'] 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: KeyError: 'realm_name' 2023-12-15T18:42:49.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:48 smithi088 conmon[43108]: 2023-12-15T18:42:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:48 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-15T18:42:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:48 smithi161 ceph-mon[46103]: osdmap e31: 3 total, 3 up, 3 in 2023-12-15T18:42:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:48 smithi161 ceph-mon[46103]: from='client.? 172.21.15.88:0/1720343433' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:48 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-15T18:42:49.704 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-12-15T18:42:49.705 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi088 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-15T18:42:49.785 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c0c29685fb7b4864bedd6cb08fc488df Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi088 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-15T18:42:49.787 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-15T18:42:49.799 INFO:tasks.cephadm:Teardown begin 2023-12-15T18:42:49.800 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:49.850 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:49.900 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:42:49.937 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-15T18:42:49.937 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-15T18:42:49.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:49 smithi088 ceph-mon[42683]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 3.0 KiB/s wr, 41 op/s 2023-12-15T18:42:49.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:49 smithi088 ceph-mon[42683]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-15T18:42:49.942 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:49 smithi088 ceph-mon[42683]: osdmap e32: 3 total, 3 up, 3 in 2023-12-15T18:42:49.956 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-15T18:42:49.975 DEBUG:teuthology.orchestra.run.smithi181:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-15T18:42:49.998 INFO:tasks.cephadm:Stopping all daemons... 2023-12-15T18:42:49.998 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-15T18:42:49.998 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a 2023-12-15T18:42:50.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:49 smithi161 ceph-mon[46103]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 3.0 KiB/s wr, 41 op/s 2023-12-15T18:42:50.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:49 smithi161 ceph-mon[46103]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-15T18:42:50.214 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:49 smithi161 ceph-mon[46103]: osdmap e32: 3 total, 3 up, 3 in 2023-12-15T18:42:50.271 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:49 smithi181 ceph-mon[47158]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 3.0 KiB/s wr, 41 op/s 2023-12-15T18:42:50.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:49 smithi181 ceph-mon[47158]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-15T18:42:50.272 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:49 smithi181 ceph-mon[47158]: osdmap e32: 3 total, 3 up, 3 in 2023-12-15T18:42:50.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:50 smithi088 systemd[1]: Stopping Ceph mon.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:50.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:50 smithi088 conmon[42658]: 2023-12-15T18:42:50.258+0000 7ff674fb0700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:42:50.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:Dec 15 18:42:50 smithi088 conmon[42658]: 2023-12-15T18:42:50.258+0000 7ff674fb0700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-15T18:42:51.041 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.a.service' 2023-12-15T18:42:51.136 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:42:51.136 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-15T18:42:51.136 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-12-15T18:42:51.137 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.b 2023-12-15T18:42:51.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:51 smithi161 systemd[1]: Stopping Ceph mon.b for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:51.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:51 smithi161 conmon[46079]: 2023-12-15T18:42:51.385+0000 7ff3de2a6700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:42:51.464 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:51 smithi161 conmon[46079]: 2023-12-15T18:42:51.385+0000 7ff3de2a6700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-15T18:42:51.964 INFO:journalctl@ceph.mon.b.smithi161.stdout:Dec 15 18:42:51 smithi161 bash[59454]: c32323415de6e0f6a54851d7337e50c71b476b1e56b6f810f603b0f0b98a7e69 2023-12-15T18:42:52.249 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.b.service' 2023-12-15T18:42:52.293 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:42:52.293 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-12-15T18:42:52.294 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-15T18:42:52.294 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.c 2023-12-15T18:42:52.685 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:52 smithi181 systemd[1]: Stopping Ceph mon.c for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:52.685 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:52 smithi181 conmon[47134]: 2023-12-15T18:42:52.556+0000 7fbb86eb0700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:42:52.685 INFO:journalctl@ceph.mon.c.smithi181.stdout:Dec 15 18:42:52 smithi181 conmon[47134]: 2023-12-15T18:42:52.556+0000 7fbb86eb0700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-15T18:42:53.196 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mon.c.service' 2023-12-15T18:42:53.245 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:42:53.245 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-15T18:42:53.246 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-12-15T18:42:53.246 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a 2023-12-15T18:42:53.533 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:53 smithi088 systemd[1]: Stopping Ceph mgr.a for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:53.533 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:53 smithi088 conmon[43108]: 2023-12-15T18:42:53.507+0000 7f2ee3c39700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:42:53.533 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Dec 15 18:42:53 smithi088 conmon[43108]: 2023-12-15T18:42:53.507+0000 7f2ee3c39700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-15T18:42:54.202 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.a.service' 2023-12-15T18:42:54.240 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:42:54.240 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-12-15T18:42:54.241 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-12-15T18:42:54.241 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.b 2023-12-15T18:42:54.622 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Dec 15 18:42:54 smithi161 systemd[1]: Stopping Ceph mgr.b for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:55.241 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@mgr.b.service' 2023-12-15T18:42:55.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:42:55.277 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-12-15T18:42:55.278 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-15T18:42:55.278 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.0 2023-12-15T18:42:55.692 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:42:55 smithi088 systemd[1]: Stopping Ceph osd.0 for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:42:55.693 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:42:55 smithi088 conmon[67009]: 2023-12-15T18:42:55.540+0000 7f85bdba8700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:42:55.693 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:42:55 smithi088 conmon[67009]: 2023-12-15T18:42:55.540+0000 7f85bdba8700 -1 osd.0 32 *** Got signal Terminated *** 2023-12-15T18:42:55.693 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:42:55 smithi088 conmon[67009]: 2023-12-15T18:42:55.540+0000 7f85bdba8700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-15T18:43:01.442 INFO:journalctl@ceph.osd.0.smithi088.stdout:Dec 15 18:43:01 smithi088 bash[83287]: beaf770d3e6d716dcdd62db3b328e117d3c960324aba3e9a42a4ac34fa9f9b29 2023-12-15T18:43:02.918 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.0.service' 2023-12-15T18:43:02.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:43:02.957 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-15T18:43:02.957 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-15T18:43:02.957 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.1 2023-12-15T18:43:03.464 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:43:02 smithi161 systemd[1]: Stopping Ceph osd.1 for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:43:03.464 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:43:03 smithi161 conmon[52705]: 2023-12-15T18:43:03.208+0000 7fba9c193700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:43:03.464 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:43:03 smithi161 conmon[52705]: 2023-12-15T18:43:03.208+0000 7fba9c193700 -1 osd.1 32 *** Got signal Terminated *** 2023-12-15T18:43:03.464 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:43:03 smithi161 conmon[52705]: 2023-12-15T18:43:03.208+0000 7fba9c193700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-15T18:43:09.464 INFO:journalctl@ceph.osd.1.smithi161.stdout:Dec 15 18:43:09 smithi161 bash[60052]: e0d1c3428c739a5f480dac7edcecc52269593120181b3ea46a6904d75a24d193 2023-12-15T18:43:10.570 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.1.service' 2023-12-15T18:43:10.611 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:43:10.611 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-15T18:43:10.612 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-15T18:43:10.612 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.2 2023-12-15T18:43:11.022 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:43:10 smithi181 systemd[1]: Stopping Ceph osd.2 for 04498636-9b79-11ee-95a5-87774f69a715... 2023-12-15T18:43:11.022 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:43:10 smithi181 conmon[53995]: 2023-12-15T18:43:10.869+0000 7f687abc4700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-15T18:43:11.022 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:43:10 smithi181 conmon[53995]: 2023-12-15T18:43:10.869+0000 7f687abc4700 -1 osd.2 32 *** Got signal Terminated *** 2023-12-15T18:43:11.023 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:43:10 smithi181 conmon[53995]: 2023-12-15T18:43:10.869+0000 7f687abc4700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-15T18:43:17.022 INFO:journalctl@ceph.osd.2.smithi181.stdout:Dec 15 18:43:16 smithi181 bash[60731]: b347e84d41f96ad983a302f42ab08fd849af57fdaded5e3a5f9bab3e67073dfa 2023-12-15T18:43:18.061 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-04498636-9b79-11ee-95a5-87774f69a715@osd.2.service' 2023-12-15T18:43:18.101 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-15T18:43:18.101 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-15T18:43:18.102 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-15T18:43:18.350 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:19.023 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-15T18:43:19.280 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:19.950 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-15T18:43:20.212 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:20.805 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:43:20.841 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:43:20.878 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-15T18:43:20.908 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-15T18:43:20.910 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi088/crash 2023-12-15T18:43:20.911 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash -- . 2023-12-15T18:43:20.960 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-15T18:43:20.961 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2023-12-15T18:43:20.962 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi161/crash 2023-12-15T18:43:20.963 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash -- . 2023-12-15T18:43:21.002 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-15T18:43:21.003 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2023-12-15T18:43:21.004 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi181/crash 2023-12-15T18:43:21.005 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash -- . 2023-12-15T18:43:21.042 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/04498636-9b79-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-15T18:43:21.043 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2023-12-15T18:43:21.043 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-15T18:43:21.044 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-15T18:43:21.074 INFO:teuthology.orchestra.run.smithi088.stderr:grep: /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-15T18:43:21.076 INFO:tasks.cephadm:Compressing logs... 2023-12-15T18:43:21.076 DEBUG:teuthology.orchestra.run.smithi088:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-15T18:43:21.119 DEBUG:teuthology.orchestra.run.smithi161:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-15T18:43:21.122 DEBUG:teuthology.orchestra.run.smithi181:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-15T18:43:21.146 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-15T18:43:21.146 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-15T18:43:21.146 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-15T18:43:21.147 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-15T18:43:21.147 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-15T18:43:21.148 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.a.log 2023-12-15T18:43:21.148 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-15T18:43:21.149 INFO:teuthology.orchestra.run.smithi181.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2023-12-15T18:43:21.149 INFO:teuthology.orchestra.run.smithi181.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2023-12-15T18:43:21.150 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-15T18:43:21.150 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-15T18:43:21.150 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-15T18:43:21.150 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-15T18:43:21.150 INFO:teuthology.orchestra.run.smithi088.stderr: 91.3% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-15T18:43:21.151 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.c.log: 91.1% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-15T18:43:21.152 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-15T18:43:21.152 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-15T18:43:21.152 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.b.log 2023-12-15T18:43:21.153 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-15T18:43:21.153 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-15T18:43:21.153 INFO:teuthology.orchestra.run.smithi161.stderr: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-15T18:43:21.153 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-15T18:43:21.154 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-15T18:43:21.155 INFO:teuthology.orchestra.run.smithi161.stderr: 89.9% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.b.log.gz 2023-12-15T18:43:21.185 INFO:teuthology.orchestra.run.smithi181.stderr: 92.5% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-15T18:43:21.191 INFO:teuthology.orchestra.run.smithi161.stderr: 92.3% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-15T18:43:21.198 INFO:teuthology.orchestra.run.smithi088.stderr: 89.2% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mgr.a.log.gz 2023-12-15T18:43:21.260 INFO:teuthology.orchestra.run.smithi088.stderr: 94.5% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-15T18:43:21.273 INFO:teuthology.orchestra.run.smithi181.stderr: 94.3% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-15T18:43:21.275 INFO:teuthology.orchestra.run.smithi181.stderr: 2023-12-15T18:43:21.275 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.138s 2023-12-15T18:43:21.275 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m0.165s 2023-12-15T18:43:21.275 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.021s 2023-12-15T18:43:21.284 INFO:teuthology.orchestra.run.smithi088.stderr: 91.5% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-15T18:43:21.285 INFO:teuthology.orchestra.run.smithi088.stderr: 2023-12-15T18:43:21.286 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.151s 2023-12-15T18:43:21.286 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.299s 2023-12-15T18:43:21.286 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.030s 2023-12-15T18:43:21.302 INFO:teuthology.orchestra.run.smithi161.stderr: 94.4% -- replaced with /var/log/ceph/04498636-9b79-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-15T18:43:21.303 INFO:teuthology.orchestra.run.smithi161.stderr: 2023-12-15T18:43:21.303 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.166s 2023-12-15T18:43:21.303 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.198s 2023-12-15T18:43:21.304 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.024s 2023-12-15T18:43:21.304 INFO:tasks.cephadm:Archiving logs... 2023-12-15T18:43:21.304 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi088/log 2023-12-15T18:43:21.305 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-15T18:43:21.412 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi161/log 2023-12-15T18:43:21.413 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-15T18:43:21.472 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi181/log 2023-12-15T18:43:21.473 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-15T18:43:21.533 INFO:tasks.cephadm:Removing cluster... 2023-12-15T18:43:21.534 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force 2023-12-15T18:43:21.766 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:22.054 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force 2023-12-15T18:43:22.301 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:22.588 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 04498636-9b79-11ee-95a5-87774f69a715 --force 2023-12-15T18:43:22.838 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 04498636-9b79-11ee-95a5-87774f69a715 2023-12-15T18:43:23.130 INFO:tasks.cephadm:Removing cephadm ... 2023-12-15T18:43:23.130 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-15T18:43:23.153 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-15T18:43:23.175 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-15T18:43:23.193 INFO:tasks.cephadm:Teardown complete 2023-12-15T18:43:23.194 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-15T18:43:23.203 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-12-15T18:43:23.203 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-15T18:43:23.207 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-15T18:43:23.218 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-15T18:43:23.337 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-15T18:43:23.348 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-15T18:43:23.349 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:43:23.352 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:43:23.355 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-15T18:43:23.368 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-15T18:43:23.371 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2023-12-15T18:43:23.371 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2023-12-15T18:43:23.373 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:43:23.373 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-15T18:43:23.373 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 26 +310us[ +310us] +/- 94ms 2023-12-15T18:43:23.373 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -506us[ -504us] +/- 58ms 2023-12-15T18:43:23.373 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 +470us[ +472us] +/- 83ms 2023-12-15T18:43:23.374 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:43:23.376 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:43:23.376 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2023-12-15T18:43:23.376 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +306us[ +299us] +/- 94ms 2023-12-15T18:43:23.376 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -517us[ -524us] +/- 58ms 2023-12-15T18:43:23.377 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 +455us[ +455us] +/- 83ms 2023-12-15T18:43:23.377 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:43:23.378 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-15T18:43:23.379 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2023-12-15T18:43:23.379 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +331us[ +331us] +/- 94ms 2023-12-15T18:43:23.379 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -476us[ -482us] +/- 58ms 2023-12-15T18:43:23.379 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +499us[ +492us] +/- 83ms 2023-12-15T18:43:23.379 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-15T18:43:23.380 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-15T18:43:23.392 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-15T18:43:23.393 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-15T18:43:23.410 DEBUG:teuthology.orchestra.run.smithi088:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-15T18:43:23.479 DEBUG:teuthology.orchestra.run.smithi161:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-15T18:43:23.544 DEBUG:teuthology.orchestra.run.smithi181:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-15T18:43:23.603 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:43:23.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:23.635 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:43:23.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:23.667 DEBUG:teuthology.orchestra.run.smithi181:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-15T18:43:23.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:23.696 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-15T18:43:23.710 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-15T18:43:23.725 INFO:teuthology.task.internal:Duration was 1266.182671 seconds 2023-12-15T18:43:23.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-15T18:43:23.741 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-15T18:43:23.741 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-15T18:43:23.743 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-15T18:43:23.746 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-15T18:43:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:43:23.792 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:43:23.793 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-15T18:43:24.225 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-15T18:43:24.225 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-12-15T18:43:24.225 DEBUG:teuthology.orchestra.run.smithi088:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-15T18:43:24.248 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2023-12-15T18:43:24.248 DEBUG:teuthology.orchestra.run.smithi161:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-15T18:43:24.273 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2023-12-15T18:43:24.274 DEBUG:teuthology.orchestra.run.smithi181:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-15T18:43:24.296 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-15T18:43:24.297 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-15T18:43:24.299 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-15T18:43:24.316 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-15T18:43:24.374 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-15T18:43:24.375 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-15T18:43:24.380 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-15T18:43:24.396 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-15T18:43:24.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-15T18:43:24.484 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-15T18:43:24.485 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-15T18:43:24.512 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-15T18:43:24.540 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-15T18:43:24.567 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-15T18:43:24.579 DEBUG:teuthology.orchestra.run.smithi088:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.582 DEBUG:teuthology.orchestra.run.smithi161:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.584 DEBUG:teuthology.orchestra.run.smithi181:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.606 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-12-15T18:43:24.608 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2023-12-15T18:43:24.634 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2023-12-15T18:43:24.675 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:24.698 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:24.715 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-15T18:43:24.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-15T18:43:24.732 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-15T18:43:24.742 INFO:teuthology.task.internal:Transferring archived files... 2023-12-15T18:43:24.743 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi088 2023-12-15T18:43:24.743 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-15T18:43:24.777 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi161 2023-12-15T18:43:24.777 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-15T18:43:24.811 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228/remote/smithi181 2023-12-15T18:43:24.812 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-15T18:43:24.846 INFO:teuthology.task.internal:Removing archive directory... 2023-12-15T18:43:24.846 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-15T18:43:24.849 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-15T18:43:24.851 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-15T18:43:24.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-15T18:43:24.910 INFO:teuthology.task.internal:Not uploading archives. 2023-12-15T18:43:24.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-15T18:43:24.923 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-15T18:43:24.923 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-15T18:43:24.926 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-15T18:43:24.928 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-15T18:43:24.940 INFO:teuthology.orchestra.run.smithi088.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 15 18:43 /home/ubuntu/cephtest 2023-12-15T18:43:24.942 INFO:teuthology.orchestra.run.smithi161.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 15 18:43 /home/ubuntu/cephtest 2023-12-15T18:43:24.955 INFO:teuthology.orchestra.run.smithi181.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 15 18:43 /home/ubuntu/cephtest 2023-12-15T18:43:24.956 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-15T18:43:24.966 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-15T18:43:24.996 INFO:teuthology.nuke:Checking targets against current locks 2023-12-15T18:43:25.019 DEBUG:teuthology.nuke:shortname: smithi088 2023-12-15T18:43:25.020 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-15T18:43:25.043 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.461274', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLs9d9gyAJ9DGJBlvbUEjJOVQtU60ISRtdLW1sCMAmPd3gj7WyTqdcnlgepgAz2zAvvI2hB5dPzZN2OgZMqCaE='} 2023-12-15T18:43:25.045 DEBUG:teuthology.nuke:shortname: smithi161 2023-12-15T18:43:25.045 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-15T18:43:25.067 DEBUG:teuthology.nuke:shortname: smithi181 2023-12-15T18:43:25.067 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-15T18:43:25.072 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.460207', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNyeMF6Dk0ISBSealn34+8S2K4z6k8w2JTMq4j+y4VavfgNqJLSfFOL7zuh1hhO5pmtk4BOsiElFx9FEeknI9T8='} 2023-12-15T18:43:25.096 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2023-12-15_15:26:38-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7493228', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-15 18:16:37.458440', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgzBkbJsGnbLyis+sEcA3tS0oWIs3OdlXviPBRmj5NGfSPAYHaK6/MTv7QD2HdSW3aZLCB7aeSF0IiOHFvyJWs='} 2023-12-15T18:43:25.111 INFO:teuthology.orchestra.console.smithi088:Power off 2023-12-15T18:43:25.111 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-15T18:43:25.141 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-12-15T18:43:25.141 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:25.161 INFO:teuthology.orchestra.console.smithi161:Power off 2023-12-15T18:43:25.163 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-15T18:43:25.176 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-15T18:43:25.190 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2023-12-15T18:43:25.191 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:25.207 INFO:teuthology.orchestra.console.smithi181:Power off 2023-12-15T18:43:25.207 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-15T18:43:25.219 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2023-12-15T18:43:25.232 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2023-12-15T18:43:25.233 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:25.256 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2023-12-15T18:43:29.178 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:29.221 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:29.258 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:29.290 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-15T18:43:29.332 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2023-12-15T18:43:29.370 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2023-12-15T18:43:33.293 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:33.333 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:33.371 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-15T18:43:33.404 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-12-15T18:43:33.444 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2023-12-15T18:43:33.484 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2023-12-15T18:43:33.505 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-12-15T18:43:33.545 INFO:teuthology.orchestra.console.smithi161:Power off completed 2023-12-15T18:43:33.585 INFO:teuthology.orchestra.console.smithi181:Power off completed 2023-12-15T18:43:33.690 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 1266.1826713085175 failure_reason: 'Command failed on smithi088 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c56ad3eaf0784383bf22c04e35d26e15c4baeafe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 04498636-9b79-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_cbodley@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c0c29685fb7b4864bedd6cb08fc488df status: fail success: false 2023-12-15T18:43:33.690 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-15T18:43:33.751 INFO:teuthology.run:FAIL