2024-05-07T08:42:51.451 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-07T08:42:51.452 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665 --verbose --name teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_rgw_multisite} --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/orig.config.yaml 2024-05-07T08:42:51.668 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-07T08:42:51.755 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_rgw_multisite} email: ceph-qa@ceph.com first_in_suite: false job_id: '7694665' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 510b35d4b766757579df5fd9efd2f892309f09e1 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 1926 sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 sleep_before_teardown: 0 subset: 54/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 510b35d4b766757579df5fd9efd2f892309f09e1 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJb8ZAbS6RNnmj0m/cZOtXn03nyE3tSnJxuNVSMpqyCY/C2nQAYsJc1i6sHdjWsU1W0J32LN7uqtXJEcsN+na7o= smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD8ahGP8vGSjeM/01mH7kwIaYDDepCpJZwI9ENTpoP4uzop0ZmSAg8Wj1EhsnDSkVfnDUspSrV7LojQfAjdWpyE= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNCDuTvKi8tPkG7PsU7V5va/VyQnpi2itRHDHdKldoMG3d1cC/L9RikjHNllSNAbnglhZd+u8RKBD+CBLydvM2I= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-06_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-07T08:42:51.755 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa; will attempt to use it 2024-05-07T08:42:51.756 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa/tasks 2024-05-07T08:42:51.756 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-07T08:42:51.758 INFO:teuthology.task.internal:Checking packages... 2024-05-07T08:42:51.781 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b05eb2754514c6559f7c34d831877d418ea3a9c7' 2024-05-07T08:42:51.782 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-07T08:42:51.782 INFO:teuthology.packaging:ref: None 2024-05-07T08:42:51.782 INFO:teuthology.packaging:tag: None 2024-05-07T08:42:51.782 INFO:teuthology.packaging:branch: squid 2024-05-07T08:42:51.782 INFO:teuthology.packaging:sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:42:51.782 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-07T08:42:52.091 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2513.g510b35d4 2024-05-07T08:42:52.092 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-07T08:42:52.101 INFO:teuthology.task.internal:no buildpackages task found 2024-05-07T08:42:52.101 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-07T08:42:52.111 INFO:teuthology.task.internal:Saving configuration 2024-05-07T08:42:52.123 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-07T08:42:52.129 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-07T08:42:52.148 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:37:41.676810', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJb8ZAbS6RNnmj0m/cZOtXn03nyE3tSnJxuNVSMpqyCY/C2nQAYsJc1i6sHdjWsU1W0J32LN7uqtXJEcsN+na7o='} 2024-05-07T08:42:52.171 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:37:41.678577', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD8ahGP8vGSjeM/01mH7kwIaYDDepCpJZwI9ENTpoP4uzop0ZmSAg8Wj1EhsnDSkVfnDUspSrV7LojQfAjdWpyE='} 2024-05-07T08:42:52.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:37:41.680039', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNCDuTvKi8tPkG7PsU7V5va/VyQnpi2itRHDHdKldoMG3d1cC/L9RikjHNllSNAbnglhZd+u8RKBD+CBLydvM2I='} 2024-05-07T08:42:52.193 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-07T08:42:52.200 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-07T08:42:52.200 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-07T08:42:52.201 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-07T08:42:52.201 INFO:teuthology.run_tasks:Running task console_log... 2024-05-07T08:42:52.308 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6cfe307f70>, signals=[15]) 2024-05-07T08:42:52.309 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-07T08:42:52.315 INFO:teuthology.task.internal:Opening connections... 2024-05-07T08:42:52.315 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:42:52.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:42:52.395 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T08:42:52.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:42:52.472 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T08:42:52.473 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:42:52.547 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-07T08:42:52.553 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-05-07T08:42:52.572 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-05-07T08:42:52.572 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-05-07T08:42:52.630 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:42:52.631 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:42:52.632 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-05-07T08:42:52.657 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-05-07T08:42:52.676 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-05-07T08:42:52.676 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-05-07T08:42:52.734 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="CentOS Stream" 2024-05-07T08:42:52.734 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="9" 2024-05-07T08:42:52.734 INFO:teuthology.orchestra.run.smithi047.stdout:ID="centos" 2024-05-07T08:42:52.734 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:42:52.734 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="9" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:ANSI_COLOR="0;31" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:42:52.735 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:42:52.735 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-05-07T08:42:52.757 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-05-07T08:42:52.775 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-05-07T08:42:52.776 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="9" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="9" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:42:52.832 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:42:52.833 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:42:52.833 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:42:52.833 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:42:52.833 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:42:52.833 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-05-07T08:42:52.857 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-07T08:42:52.866 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-07T08:42:52.876 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-07T08:42:52.876 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:42:52.878 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:42:52.880 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:42:52.897 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-07T08:42:52.903 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-07T08:42:52.903 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:42:52.936 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:42:52.938 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:42:52.965 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-07T08:42:53.040 INFO:teuthology.run_tasks:Running task kernel... 2024-05-07T08:42:53.058 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-07T08:42:53.059 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-07T08:42:53.059 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:42:53.060 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:42:53.060 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:42:53.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:42:53.076 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-07T08:42:53.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:42:53.077 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-07T08:42:53.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:42:53.078 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-07T08:42:53.132 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:42:53.132 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.14.0-437.el9.x86_64 2024-05-07T08:42:53.132 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2024-05-07T08:42:53.134 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:42:53.135 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.14.0-437.el9.x86_64 2024-05-07T08:42:53.135 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-05-07T08:42:53.136 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:42:53.136 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.14.0-437.el9.x86_64 2024-05-07T08:42:53.136 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum install -y kernel 2024-05-07T08:42:56.684 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.1 MB 00:01 2024-05-07T08:42:57.314 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.1 MB 00:02 2024-05-07T08:42:58.233 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 2.3 MB/s | 8.1 MB 00:03 2024-05-07T08:43:05.534 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 2.5 MB/s | 19 MB 00:07 2024-05-07T08:43:11.851 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.2 MB 00:02 2024-05-07T08:43:13.243 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 103 kB/s | 16 kB 00:00 2024-05-07T08:43:13.515 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-05-07T08:43:14.314 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-05-07T08:43:15.322 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-05-07T08:43:18.640 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-05-07T08:43:19.637 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-05-07T08:43:20.315 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-05-07T08:43:21.702 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:43:21.702 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:43:21.803 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:43:21.815 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:43:21.815 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:43:21.815 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:43:21.815 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-05-07T08:43:21.816 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:43:21.817 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 78 M 2024-05-07T08:43:21.817 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 123 M 2024-05-07T08:43:21.817 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:43:22.380 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.2 MB 00:03 2024-05-07T08:43:22.730 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 580 kB/s | 484 kB 00:00 2024-05-07T08:43:22.730 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-05-07T08:43:23.806 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 16 kB 00:00 2024-05-07T08:43:25.641 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-07T08:43:27.716 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-05-07T08:43:29.739 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:43:29.739 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:43:29.830 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:43:29.838 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 78 M 2024-05-07T08:43:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 123 M 2024-05-07T08:43:29.840 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:43:30.576 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 700 kB/s | 484 kB 00:00 2024-05-07T08:43:30.588 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 1.8 MB/s | 15 MB 00:08 2024-05-07T08:43:31.091 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-05-07T08:43:32.538 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 3.2 MB/s | 34 MB 00:10 2024-05-07T08:43:33.147 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:43:33.147 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:43:33.256 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:43:33.280 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout:Install 4 Packages 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 78 M 2024-05-07T08:43:33.281 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 123 M 2024-05-07T08:43:33.282 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:43:34.109 INFO:teuthology.orchestra.run.smithi047.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 709 kB/s | 484 kB 00:00 2024-05-07T08:43:34.126 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 3.6 MB/s | 15 MB 00:04 2024-05-07T08:43:36.580 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 2.0 MB/s | 28 MB 00:13 2024-05-07T08:43:36.580 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:43:36.580 INFO:teuthology.orchestra.run.smithi008.stdout:Total 5.3 MB/s | 78 MB 00:14 2024-05-07T08:43:37.291 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:43:37.712 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:43:37.712 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:43:38.677 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:43:38.678 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:43:41.212 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:43:41.964 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:43:42.048 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:43:44.862 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:43:45.005 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:43:50.083 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:43:50.107 INFO:teuthology.orchestra.run.smithi047.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 947 kB/s | 15 MB 00:16 2024-05-07T08:43:50.125 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:43:55.218 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:02.129 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 907 kB/s | 28 MB 00:31 2024-05-07T08:44:05.589 INFO:teuthology.orchestra.run.smithi047.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 910 kB/s | 28 MB 00:31 2024-05-07T08:44:09.161 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 884 kB/s | 34 MB 00:39 2024-05-07T08:44:09.161 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:44:09.161 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.0 MB/s | 78 MB 00:39 2024-05-07T08:44:09.840 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:44:10.180 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:44:10.180 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:44:11.119 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:44:11.119 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:44:11.148 INFO:teuthology.orchestra.run.smithi047.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 921 kB/s | 34 MB 00:37 2024-05-07T08:44:11.148 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:44:11.148 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.1 MB/s | 78 MB 00:37 2024-05-07T08:44:11.857 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:44:12.247 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:44:12.247 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:44:13.225 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:44:13.225 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:44:13.522 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:44:14.182 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:44:14.261 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:15.760 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:44:16.413 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:44:16.498 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:16.910 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:17.048 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:19.313 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:19.458 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:21.777 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:22.025 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:24.531 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:24.578 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:26.306 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:26.345 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:26.650 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:26.650 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:44:26.650 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:26.650 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:26.774 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.450 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.451 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:44:27.451 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:44:27.810 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:44:27.889 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.889 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:44:27.889 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:44:27.889 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:44:27.889 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:44:27.890 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-07T08:44:27.890 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:44:27.890 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:44:27.942 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:27.942 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:44:27.942 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.06 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 68.el9 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2024-05-07T08:44:27.974 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Group : Unspecified 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 8264254 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : builder@centos.org 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2024-05-07T08:44:27.975 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:44:27.976 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:44:27.977 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:44:27.977 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:44:27.977 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:44:28.607 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-05-07T08:44:29.668 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:30.084 INFO:teuthology.orchestra.run.smithi008.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:44:30.123 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-05-07T08:44:30.126 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-05-07T08:44:30.146 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.ADxI9eGR7L 2024-05-07T08:44:30.147 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ADxI9eGR7L 2024-05-07T08:44:30.213 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.ADxI9eGR7L 2024-05-07T08:44:30.363 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.ADxI9eGR7L is 6KB 2024-05-07T08:44:30.411 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.ADxI9eGR7L 2024-05-07T08:44:30.426 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:44:30.499 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:44:30.500 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:44:30.500 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:44:30.500 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:44:30.501 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:44:30.656 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-05-07T08:44:56.397 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:56.433 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:56.790 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:56.791 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:44:56.791 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:44:56.791 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:44:57.587 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:44:57.587 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:44:57.588 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:44:57.957 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:44:58.034 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:58.034 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:44:58.034 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:44:58.034 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:44:58.034 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:44:58.035 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-07T08:44:58.035 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:44:58.035 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:44:58.084 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:44:58.084 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:44:58.085 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2024-05-07T08:44:58.115 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2024-05-07T08:44:58.115 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2024-05-07T08:44:58.115 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.06 2024-05-07T08:44:58.115 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 68.el9 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Group : Unspecified 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 8264254 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : builder@centos.org 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2024-05-07T08:44:58.116 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:44:58.117 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:44:58.118 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:44:58.118 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:44:58.118 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:44:58.755 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-05-07T08:45:00.175 INFO:teuthology.orchestra.run.smithi107.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:45:00.205 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-05-07T08:45:00.207 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-05-07T08:45:00.222 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.lh6DiftxH2 2024-05-07T08:45:00.223 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lh6DiftxH2 2024-05-07T08:45:00.287 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.lh6DiftxH2 2024-05-07T08:45:00.425 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.lh6DiftxH2 is 6KB 2024-05-07T08:45:00.444 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.lh6DiftxH2 2024-05-07T08:45:00.458 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:45:00.519 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:45:00.519 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:45:00.519 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:45:00.519 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:45:00.521 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:45:00.651 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-05-07T08:45:00.660 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-07T08:45:00.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:45:00.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:45:00.687 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:45:00.728 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:45:01.086 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:45:01.086 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:45:01.086 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:45:01.087 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:45:01.865 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:45:01.866 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:45:02.225 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:45:02.304 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:45:02.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:45:02.304 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:45:02.304 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:45:02.304 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:45:02.304 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-07T08:45:02.305 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:45:02.305 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:45:02.356 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:45:02.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:45:02.356 DEBUG:teuthology.orchestra.run.smithi047:> sudo rpm -qi grub2-tools 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Name : grub2-tools 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Epoch : 1 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Version : 2.06 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Release : 68.el9 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: x86_64 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Group : Unspecified 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:Size : 8264254 2024-05-07T08:45:02.389 INFO:teuthology.orchestra.run.smithi047.stdout:License : GPLv3+ 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Packager : builder@centos.org 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Vendor : CentOS 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Summary : Support tools for GRUB. 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:Description : 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:45:02.390 INFO:teuthology.orchestra.run.smithi047.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:45:02.391 INFO:teuthology.orchestra.run.smithi047.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:45:02.391 INFO:teuthology.orchestra.run.smithi047.stdout:hardware devices. 2024-05-07T08:45:02.391 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:45:02.391 INFO:teuthology.orchestra.run.smithi047.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:45:02.392 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:45:02.392 INFO:teuthology.task.kernel:Updating grub on smithi047 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:45:02.392 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:45:03.127 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-05-07T08:45:04.597 INFO:teuthology.orchestra.run.smithi047.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:45:04.631 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-05-07T08:45:04.633 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-05-07T08:45:04.648 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.PzrLaVqBIU 2024-05-07T08:45:04.648 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PzrLaVqBIU 2024-05-07T08:45:04.720 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.PzrLaVqBIU 2024-05-07T08:45:04.859 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.PzrLaVqBIU is 6KB 2024-05-07T08:45:04.909 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.PzrLaVqBIU 2024-05-07T08:45:04.924 DEBUG:teuthology.orchestra.run.smithi047:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:45:04.991 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:45:04.992 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:45:04.992 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:45:04.992 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:45:04.994 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:45:05.139 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-05-07T08:45:19.006 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-05-07T08:45:28.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:45:28.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:45:30.655 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-07T08:45:30.655 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:45:30.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:45:31.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-05-07T08:45:35.142 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-07T08:45:35.142 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:45:35.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:45:43.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:45:43.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:45:49.214 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-07T08:45:53.566 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-05-07T08:45:58.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:45:58.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:46:01.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-07T08:46:02.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:46:02.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:46:13.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:46:13.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:46:14.861 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-07T08:46:15.408 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:46:15.409 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:46:15.409 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-07T08:46:15.432 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:46:15.432 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:46:15.432 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:46:15.432 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:46:16.433 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-07T08:46:16.433 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:46:16.504 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-05-07T08:46:16.553 DEBUG:teuthology.parallel:result is None 2024-05-07T08:47:02.570 DEBUG:teuthology.orchestra.remote:timed out 2024-05-07T08:47:13.290 DEBUG:teuthology.orchestra.remote:timed out 2024-05-07T08:47:14.572 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:47:14.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:47:14.840 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-07T08:47:15.215 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:47:15.215 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:47:15.215 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-07T08:47:15.232 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:47:15.232 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:47:15.232 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:47:15.233 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:47:16.233 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-07T08:47:16.234 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:47:16.305 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-05-07T08:47:16.331 DEBUG:teuthology.parallel:result is None 2024-05-07T08:47:28.291 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:47:28.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:47:28.764 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-07T08:47:29.140 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:47:29.140 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:47:29.141 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-07T08:47:29.156 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:47:29.157 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:47:29.157 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:47:29.157 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:47:30.157 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-07T08:47:30.157 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:47:30.230 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-05-07T08:47:30.273 DEBUG:teuthology.parallel:result is None 2024-05-07T08:47:30.273 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-07T08:47:30.280 INFO:teuthology.task.internal:Creating test directory... 2024-05-07T08:47:30.280 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:47:30.283 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:47:30.286 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:47:30.304 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-07T08:47:30.311 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-07T08:47:30.320 INFO:teuthology.task.internal:Creating archive directory... 2024-05-07T08:47:30.321 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:47:30.343 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:47:30.346 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:47:30.406 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-07T08:47:30.413 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-07T08:47:30.413 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:47:30.416 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:47:30.424 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:47:30.453 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.458 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.460 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.465 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.469 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.472 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:47:30.474 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-07T08:47:30.481 INFO:teuthology.task.internal:Configuring sudo... 2024-05-07T08:47:30.481 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:47:30.510 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:47:30.516 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:47:30.545 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-07T08:47:30.554 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-07T08:47:30.554 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:47:30.580 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:47:30.585 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:47:30.603 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:30.682 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:30.734 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:30.818 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:30.863 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:47:30.863 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:47:30.931 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:30.976 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:31.030 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:31.118 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:31.161 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:47:31.161 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:47:31.229 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:31.271 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:47:31.325 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:31.408 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:47:31.455 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:47:31.455 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:47:31.523 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-05-07T08:47:31.525 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-05-07T08:47:31.527 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-05-07T08:47:31.574 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:47:31.575 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:47:31.602 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:47:32.037 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-07T08:47:32.044 INFO:teuthology.task.internal:Starting timer... 2024-05-07T08:47:32.044 INFO:teuthology.run_tasks:Running task pcp... 2024-05-07T08:47:32.121 INFO:teuthology.run_tasks:Running task selinux... 2024-05-07T08:47:32.129 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-07T08:47:32.130 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-05-07T08:47:32.187 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-05-07T08:47:32.189 DEBUG:teuthology.orchestra.run.smithi047:> sudo service auditd rotate 2024-05-07T08:47:32.254 INFO:teuthology.orchestra.run.smithi047.stdout:Rotating logs: 2024-05-07T08:47:32.256 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2024-05-07T08:47:32.305 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2024-05-07T08:47:32.307 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-07T08:47:32.307 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-05-07T08:47:32.367 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-05-07T08:47:32.367 DEBUG:teuthology.orchestra.run.smithi047:> /usr/sbin/getenforce 2024-05-07T08:47:32.431 INFO:teuthology.orchestra.run.smithi047.stdout:Permissive 2024-05-07T08:47:32.431 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2024-05-07T08:47:32.467 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2024-05-07T08:47:32.467 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi047.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2024-05-07T08:47:32.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:47:32.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:47:32.498 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:47:32.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:47:32.529 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:47:32.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:47:32.559 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-07T08:47:32.559 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:47:32.588 DEBUG:teuthology.orchestra.run.smithi047:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:47:32.625 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:47:32.650 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-07T08:47:32.660 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-07T08:47:32.665 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-07T08:47:32.799 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-07T08:47:32.815 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-07T08:47:32.816 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi047.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-07T08:51:42.363 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2024-05-07T08:51:42.364 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:51:42.365 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:51:42.443 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-07T08:51:42.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:51:42.537 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:51:42.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:51:42.619 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-07T08:51:42.707 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:51:42.708 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:51:42.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:51:42.785 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-07T08:51:42.867 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:51:42.868 INFO:teuthology.run_tasks:Running task clock... 2024-05-07T08:51:42.879 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-07T08:51:42.879 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:51:42.880 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:51:42.882 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:51:42.882 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:51:42.885 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:51:42.885 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:51:42.915 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:51:42.918 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:51:42.932 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:51:42.935 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:51:42.941 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:51:42.956 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:51:42.959 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-05-07T08:51:42.962 INFO:teuthology.orchestra.run.smithi047.stderr:sudo: ntpd: command not found 2024-05-07T08:51:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-05-07T08:51:42.975 INFO:teuthology.orchestra.run.smithi047.stdout:506 Cannot talk to daemon 2024-05-07T08:51:42.981 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2024-05-07T08:51:42.987 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:51:42.990 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:51:42.993 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2024-05-07T08:51:43.002 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:51:43.005 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:51:43.007 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:51:43.021 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:51:43.061 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:51:43.062 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.065 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.066 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.077 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.080 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:51:43.081 INFO:teuthology.run_tasks:Running task pexec... 2024-05-07T08:51:43.090 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-07T08:51:43.090 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:51:43.091 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:51:43.091 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T08:51:43.091 DEBUG:teuthology.orchestra.run.smithi047:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:51:43.091 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T08:51:43.092 DEBUG:teuthology.orchestra.run.smithi107:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:51:43.703 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:50 ago on Tue 07 May 2024 08:50:53 AM UTC. 2024-05-07T08:51:43.711 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:44 ago on Tue 07 May 2024 08:50:59 AM UTC. 2024-05-07T08:51:43.712 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:45 ago on Tue 07 May 2024 08:50:58 AM UTC. 2024-05-07T08:51:43.820 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:51:43.834 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:51:43.835 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:51:43.837 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:51:43.838 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:51:43.842 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:51:43.842 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:51:43.843 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:51:43.844 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.1 M 2024-05-07T08:51:43.844 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 9.8 M 2024-05-07T08:51:43.844 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:51:43.849 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:51:43.849 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:51:43.849 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:51:43.849 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:51:43.850 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:51:43.852 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 3.1 M 2024-05-07T08:51:43.852 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 9.8 M 2024-05-07T08:51:43.852 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:51:43.853 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 3.1 M 2024-05-07T08:51:43.853 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 9.8 M 2024-05-07T08:51:43.853 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:51:44.971 INFO:teuthology.orchestra.run.smithi047.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.1 MB/s | 3.1 MB 00:00 2024-05-07T08:51:44.972 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:51:44.972 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-05-07T08:51:45.010 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:51:45.017 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:51:45.017 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:51:45.020 INFO:teuthology.orchestra.run.smithi008.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-05-07T08:51:45.020 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:51:45.021 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-05-07T08:51:45.059 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:51:45.066 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:51:45.067 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:51:45.119 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:51:45.119 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:51:45.175 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:51:45.176 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:51:45.321 INFO:teuthology.orchestra.run.smithi107.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-05-07T08:51:45.321 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:51:45.321 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.1 MB/s | 3.1 MB 00:01 2024-05-07T08:51:45.349 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:51:45.359 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:51:45.366 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:51:45.366 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:51:45.394 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:51:45.444 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:45.464 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:51:45.464 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:51:45.501 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:45.677 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:51:45.774 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.040 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.086 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.236 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.275 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.276 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:51:46.276 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:51:46.276 INFO:teuthology.orchestra.run.smithi008.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:51:46.276 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:51:46.276 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:51:46.329 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:51:46.481 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:51:46.580 DEBUG:teuthology.parallel:result is None 2024-05-07T08:51:46.597 DEBUG:teuthology.parallel:result is None 2024-05-07T08:51:46.794 DEBUG:teuthology.parallel:result is None 2024-05-07T08:51:46.794 INFO:teuthology.run_tasks:Running task install... 2024-05-07T08:51:46.803 DEBUG:teuthology.task.install:project ceph 2024-05-07T08:51:46.803 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'}} 2024-05-07T08:51:46.803 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'} 2024-05-07T08:51:46.803 INFO:teuthology.task.install:Using flavor: default 2024-05-07T08:51:46.808 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-07T08:51:46.809 INFO:teuthology.task.install:extra packages: [] 2024-05-07T08:51:46.809 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:51:46.809 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:51:46.811 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:51:46.812 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:51:46.813 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:51:46.813 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:51:46.972 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:51:46.972 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:51:47.050 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:51:47.050 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:51:47.054 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:51:47.054 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:51:47.092 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:51:47.092 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:51:47.092 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:51:47.120 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:51:47.120 DEBUG:teuthology.orchestra.run.smithi047:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:51:47.160 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:51:47.161 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:51:47.161 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:51:47.172 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:51:47.172 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:51:47.172 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:51:47.188 DEBUG:teuthology.orchestra.run.smithi047:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:51:47.189 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:51:47.189 DEBUG:teuthology.orchestra.run.smithi008:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:51:47.196 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:51:47.196 DEBUG:teuthology.orchestra.run.smithi107:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:51:47.261 DEBUG:teuthology.orchestra.run.smithi107:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:51:47.263 DEBUG:teuthology.orchestra.run.smithi008:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:51:47.264 DEBUG:teuthology.orchestra.run.smithi047:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:51:47.335 INFO:teuthology.orchestra.run.smithi047.stdout:check_obsoletes = 1 2024-05-07T08:51:47.336 DEBUG:teuthology.orchestra.run.smithi107:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:51:47.337 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum clean all 2024-05-07T08:51:47.341 DEBUG:teuthology.orchestra.run.smithi008:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:51:47.400 INFO:teuthology.orchestra.run.smithi107.stdout:check_obsoletes = 1 2024-05-07T08:51:47.402 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum clean all 2024-05-07T08:51:47.408 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2024-05-07T08:51:47.410 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2024-05-07T08:51:47.580 INFO:teuthology.orchestra.run.smithi047.stdout:54 files removed 2024-05-07T08:51:47.608 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-radosgw 2024-05-07T08:51:47.643 INFO:teuthology.orchestra.run.smithi107.stdout:54 files removed 2024-05-07T08:51:47.651 INFO:teuthology.orchestra.run.smithi008.stdout:54 files removed 2024-05-07T08:51:47.670 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-radosgw 2024-05-07T08:51:47.679 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2024-05-07T08:51:48.296 INFO:teuthology.orchestra.run.smithi107.stdout:ceph packages for x86_64 237 kB/s | 83 kB 00:00 2024-05-07T08:51:48.372 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 207 kB/s | 83 kB 00:00 2024-05-07T08:51:48.378 INFO:teuthology.orchestra.run.smithi047.stdout:ceph packages for x86_64 173 kB/s | 83 kB 00:00 2024-05-07T08:51:48.663 INFO:teuthology.orchestra.run.smithi107.stdout:ceph noarch packages 37 kB/s | 11 kB 00:00 2024-05-07T08:51:48.763 INFO:teuthology.orchestra.run.smithi047.stdout:ceph noarch packages 35 kB/s | 11 kB 00:00 2024-05-07T08:51:48.806 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-05-07T08:51:49.105 INFO:teuthology.orchestra.run.smithi107.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-05-07T08:51:49.196 INFO:teuthology.orchestra.run.smithi047.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-05-07T08:51:49.231 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-05-07T08:51:51.355 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.1 MB 00:02 2024-05-07T08:51:52.423 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.1 MB 00:03 2024-05-07T08:51:53.421 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.1 MB 00:04 2024-05-07T08:51:54.441 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-07T08:51:59.867 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-05-07T08:52:01.510 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-05-07T08:52:03.778 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-05-07T08:52:08.545 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-07T08:52:09.136 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-05-07T08:52:11.640 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2024-05-07T08:52:11.642 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:52:11.643 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:52:11.644 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout:Install 30 Packages 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2024-05-07T08:52:11.645 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:11.646 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 60 M 2024-05-07T08:52:11.646 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:52:11.971 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:17 2024-05-07T08:52:13.238 INFO:teuthology.orchestra.run.smithi008.stdout:(1/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9. 8.0 MB/s | 10 MB 00:01 2024-05-07T08:52:13.280 INFO:teuthology.orchestra.run.smithi008.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 606 kB/s | 25 kB 00:00 2024-05-07T08:52:13.405 INFO:teuthology.orchestra.run.smithi008.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 5.8 MB/s | 745 kB 00:00 2024-05-07T08:52:13.488 INFO:teuthology.orchestra.run.smithi008.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 5.9 MB/s | 501 kB 00:00 2024-05-07T08:52:13.572 INFO:teuthology.orchestra.run.smithi008.stdout:(5/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 3.3 MB/s | 5.4 MB 00:01 2024-05-07T08:52:13.673 INFO:teuthology.orchestra.run.smithi008.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 451 kB/s | 45 kB 00:00 2024-05-07T08:52:13.782 INFO:teuthology.orchestra.run.smithi008.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 1.2 MB/s | 135 kB 00:00 2024-05-07T08:52:13.971 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-05-07T08:52:14.124 INFO:teuthology.orchestra.run.smithi008.stdout:(8/32): ceph-common-19.0.0-2504.gb05eb275.el9.x 9.7 MB/s | 21 MB 00:02 2024-05-07T08:52:14.149 INFO:teuthology.orchestra.run.smithi008.stdout:(9/32): python3-cephfs-19.0.0-2504.gb05eb275.el 441 kB/s | 162 kB 00:00 2024-05-07T08:52:14.174 INFO:teuthology.orchestra.run.smithi008.stdout:(10/32): python3-rados-19.0.0-2504.gb05eb275.el 6.3 MB/s | 320 kB 00:00 2024-05-07T08:52:14.258 INFO:teuthology.orchestra.run.smithi008.stdout:(11/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_ 6.9 MB/s | 5.3 MB 00:00 2024-05-07T08:52:14.283 INFO:teuthology.orchestra.run.smithi008.stdout:(12/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 917 kB/s | 99 kB 00:00 2024-05-07T08:52:14.308 INFO:teuthology.orchestra.run.smithi008.stdout:(13/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 1.8 MB/s | 299 kB 00:00 2024-05-07T08:52:14.650 INFO:teuthology.orchestra.run.smithi008.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 132 kB/s | 45 kB 00:00 2024-05-07T08:52:14.676 INFO:teuthology.orchestra.run.smithi008.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 256 kB/s | 107 kB 00:00 2024-05-07T08:52:14.792 INFO:teuthology.orchestra.run.smithi008.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 315 kB/s | 160 kB 00:00 2024-05-07T08:52:14.893 INFO:teuthology.orchestra.run.smithi008.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 423 kB/s | 42 kB 00:00 2024-05-07T08:52:14.935 INFO:teuthology.orchestra.run.smithi008.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-05-07T08:52:15.035 INFO:teuthology.orchestra.run.smithi008.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 359 kB/s | 36 kB 00:00 2024-05-07T08:52:15.127 INFO:teuthology.orchestra.run.smithi008.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 516 kB/s | 47 kB 00:00 2024-05-07T08:52:15.161 INFO:teuthology.orchestra.run.smithi008.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2024-05-07T08:52:15.186 INFO:teuthology.orchestra.run.smithi008.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 754 kB/s | 221 kB 00:00 2024-05-07T08:52:15.538 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 16 kB 00:00 2024-05-07T08:52:15.670 INFO:teuthology.orchestra.run.smithi008.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 54 kB/s | 26 kB 00:00 2024-05-07T08:52:15.845 INFO:teuthology.orchestra.run.smithi008.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 278 kB/s | 49 kB 00:00 2024-05-07T08:52:16.012 INFO:teuthology.orchestra.run.smithi008.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 349 kB/s | 309 kB 00:00 2024-05-07T08:52:16.037 INFO:teuthology.orchestra.run.smithi008.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 351 kB/s | 67 kB 00:00 2024-05-07T08:52:16.379 INFO:teuthology.orchestra.run.smithi008.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 561 kB/s | 192 kB 00:00 2024-05-07T08:52:17.113 INFO:teuthology.orchestra.run.smithi008.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 762 kB/s | 839 kB 00:01 2024-05-07T08:52:17.180 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.2 MB 00:01 2024-05-07T08:52:17.240 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-07T08:52:17.679 INFO:teuthology.orchestra.run.smithi008.stdout:(29/32): librados2-19.0.0-2504.gb05eb275.el9.x8 6.0 MB/s | 3.4 MB 00:00 2024-05-07T08:52:17.996 INFO:teuthology.orchestra.run.smithi008.stdout:(30/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 9.9 MB/s | 3.1 MB 00:00 2024-05-07T08:52:18.363 INFO:teuthology.orchestra.run.smithi008.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 816 kB/s | 1.6 MB 00:01 2024-05-07T08:52:19.097 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-05-07T08:52:20.493 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-07T08:52:20.888 INFO:teuthology.orchestra.run.smithi008.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 789 kB/s | 4.4 MB 00:05 2024-05-07T08:52:20.893 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:52:20.893 INFO:teuthology.orchestra.run.smithi008.stdout:Total 6.5 MB/s | 60 MB 00:09 2024-05-07T08:52:21.005 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:52:21.047 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:52:21.047 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:52:21.685 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:52:21.685 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:52:22.481 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-07T08:52:23.114 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:52:23.199 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:52:23.227 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:52:23.252 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:52:23.275 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:23.299 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:23.495 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:23.554 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:23.907 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:52:24.012 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:24.106 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:24.196 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:52:24.231 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:24.297 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:24.332 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:52:24.384 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:52:24.454 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:24.483 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:24.548 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:24.583 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:52:24.703 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:52:24.742 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:52:24.783 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:52:24.815 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:52:24.844 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:52:24.877 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:52:24.888 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrading: 2024-05-07T08:52:24.891 INFO:teuthology.orchestra.run.smithi107.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:52:24.892 INFO:teuthology.orchestra.run.smithi107.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:52:24.893 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:24.894 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:52:24.895 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:24.895 INFO:teuthology.orchestra.run.smithi107.stdout:Install 30 Packages 2024-05-07T08:52:24.895 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrade 2 Packages 2024-05-07T08:52:24.895 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:24.896 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 60 M 2024-05-07T08:52:24.896 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:52:25.208 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:52:25.248 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:25.340 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:25.373 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:52:25.415 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:52:25.632 INFO:teuthology.orchestra.run.smithi107.stdout:(1/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 9.1 MB/s | 5.4 MB 00:00 2024-05-07T08:52:25.690 INFO:teuthology.orchestra.run.smithi107.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 432 kB/s | 25 kB 00:00 2024-05-07T08:52:25.791 INFO:teuthology.orchestra.run.smithi107.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 7.3 MB/s | 745 kB 00:00 2024-05-07T08:52:25.874 INFO:teuthology.orchestra.run.smithi107.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 5.9 MB/s | 501 kB 00:00 2024-05-07T08:52:25.891 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-05-07T08:52:25.920 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:52:25.942 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:26.014 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:26.095 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:52:26.128 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:52:26.317 INFO:teuthology.orchestra.run.smithi107.stdout:(5/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_6 12 MB/s | 5.3 MB 00:00 2024-05-07T08:52:26.358 INFO:teuthology.orchestra.run.smithi107.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 1.1 MB/s | 45 kB 00:00 2024-05-07T08:52:26.417 INFO:teuthology.orchestra.run.smithi107.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 2.3 MB/s | 135 kB 00:00 2024-05-07T08:52:26.475 INFO:teuthology.orchestra.run.smithi107.stdout:(8/32): python3-cephfs-19.0.0-2504.gb05eb275.el 2.7 MB/s | 162 kB 00:00 2024-05-07T08:52:26.551 INFO:teuthology.orchestra.run.smithi107.stdout:(9/32): python3-rados-19.0.0-2504.gb05eb275.el9 4.2 MB/s | 320 kB 00:00 2024-05-07T08:52:26.626 INFO:teuthology.orchestra.run.smithi107.stdout:(10/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 3.9 MB/s | 299 kB 00:00 2024-05-07T08:52:26.693 INFO:teuthology.orchestra.run.smithi107.stdout:(11/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 1.5 MB/s | 99 kB 00:00 2024-05-07T08:52:26.919 INFO:teuthology.orchestra.run.smithi107.stdout:(12/32): ceph-common-19.0.0-2504.gb05eb275.el9. 11 MB/s | 21 MB 00:01 2024-05-07T08:52:27.261 INFO:teuthology.orchestra.run.smithi107.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 188 kB/s | 107 kB 00:00 2024-05-07T08:52:27.369 INFO:teuthology.orchestra.run.smithi107.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 419 kB/s | 45 kB 00:00 2024-05-07T08:52:27.428 INFO:teuthology.orchestra.run.smithi107.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 315 kB/s | 160 kB 00:00 2024-05-07T08:52:27.620 INFO:teuthology.orchestra.run.smithi107.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2024-05-07T08:52:27.812 INFO:teuthology.orchestra.run.smithi107.stdout:(17/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9 3.7 MB/s | 10 MB 00:02 2024-05-07T08:52:27.837 INFO:teuthology.orchestra.run.smithi107.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 195 kB/s | 42 kB 00:00 2024-05-07T08:52:27.870 INFO:teuthology.orchestra.run.smithi107.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2024-05-07T08:52:27.946 INFO:teuthology.orchestra.run.smithi107.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 330 kB/s | 36 kB 00:00 2024-05-07T08:52:27.971 INFO:teuthology.orchestra.run.smithi107.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 473 kB/s | 47 kB 00:00 2024-05-07T08:52:28.296 INFO:teuthology.orchestra.run.smithi107.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 882 kB/s | 309 kB 00:00 2024-05-07T08:52:28.309 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:52:28.312 INFO:teuthology.orchestra.run.smithi047.stdout:Upgrading: 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:52:28.313 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:52:28.314 INFO:teuthology.orchestra.run.smithi047.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:52:28.315 INFO:teuthology.orchestra.run.smithi047.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:52:28.316 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout:Installing weak dependencies: 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:28.317 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:52:28.318 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:28.318 INFO:teuthology.orchestra.run.smithi047.stdout:Install 30 Packages 2024-05-07T08:52:28.318 INFO:teuthology.orchestra.run.smithi047.stdout:Upgrade 2 Packages 2024-05-07T08:52:28.318 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:28.319 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 60 M 2024-05-07T08:52:28.319 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:52:28.397 INFO:teuthology.orchestra.run.smithi107.stdout:(23/32): qatlib-24.02.0-1.el9.x86_64.rpm 378 kB/s | 221 kB 00:00 2024-05-07T08:52:28.463 INFO:teuthology.orchestra.run.smithi107.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-05-07T08:52:28.506 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:28.539 INFO:teuthology.orchestra.run.smithi107.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.8 MB/s | 4.4 MB 00:00 2024-05-07T08:52:28.542 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:28.564 INFO:teuthology.orchestra.run.smithi107.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 671 kB/s | 67 kB 00:00 2024-05-07T08:52:28.640 INFO:teuthology.orchestra.run.smithi107.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 839 kB 00:00 2024-05-07T08:52:28.665 INFO:teuthology.orchestra.run.smithi107.stdout:(28/32): liboath-2.6.7-2.el9.x86_64.rpm 181 kB/s | 49 kB 00:00 2024-05-07T08:52:28.732 INFO:teuthology.orchestra.run.smithi107.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-05-07T08:52:28.799 INFO:teuthology.orchestra.run.smithi107.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-05-07T08:52:29.116 INFO:teuthology.orchestra.run.smithi107.stdout:(31/32): librados2-19.0.0-2504.gb05eb275.el9.x8 7.5 MB/s | 3.4 MB 00:00 2024-05-07T08:52:29.158 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:29.166 INFO:teuthology.orchestra.run.smithi107.stdout:(32/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 7.2 MB/s | 3.1 MB 00:00 2024-05-07T08:52:29.168 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:52:29.169 INFO:teuthology.orchestra.run.smithi107.stdout:Total 14 MB/s | 60 MB 00:04 2024-05-07T08:52:29.196 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:29.272 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:52:29.308 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:52:29.309 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:52:29.309 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:29.309 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:52:29.309 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:52:29.309 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:29.348 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:29.918 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:52:29.918 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:52:30.409 INFO:teuthology.orchestra.run.smithi047.stdout:(1/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 2.9 MB/s | 5.4 MB 00:01 2024-05-07T08:52:30.468 INFO:teuthology.orchestra.run.smithi047.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 433 kB/s | 25 kB 00:00 2024-05-07T08:52:30.686 INFO:teuthology.orchestra.run.smithi047.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 3.4 MB/s | 745 kB 00:00 2024-05-07T08:52:30.851 INFO:teuthology.orchestra.run.smithi047.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 2.9 MB/s | 501 kB 00:00 2024-05-07T08:52:31.345 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:52:31.445 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:52:31.480 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:52:31.505 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:52:31.527 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:31.553 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:31.695 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:31.755 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:32.076 INFO:teuthology.orchestra.run.smithi047.stdout:(5/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_6 4.3 MB/s | 5.3 MB 00:01 2024-05-07T08:52:32.152 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:52:32.223 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:32.306 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:32.385 INFO:teuthology.orchestra.run.smithi047.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 146 kB/s | 45 kB 00:00 2024-05-07T08:52:32.396 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:52:32.424 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:32.485 INFO:teuthology.orchestra.run.smithi047.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 1.3 MB/s | 135 kB 00:00 2024-05-07T08:52:32.487 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:32.516 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:52:32.560 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:52:32.594 INFO:teuthology.orchestra.run.smithi047.stdout:(8/32): python3-cephfs-19.0.0-2504.gb05eb275.el 1.5 MB/s | 162 kB 00:00 2024-05-07T08:52:32.638 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:32.660 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:32.694 INFO:teuthology.orchestra.run.smithi047.stdout:(9/32): python3-rados-19.0.0-2504.gb05eb275.el9 3.1 MB/s | 320 kB 00:00 2024-05-07T08:52:32.727 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:32.771 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:52:32.803 INFO:teuthology.orchestra.run.smithi047.stdout:(10/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 2.7 MB/s | 299 kB 00:00 2024-05-07T08:52:32.870 INFO:teuthology.orchestra.run.smithi047.stdout:(11/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 1.5 MB/s | 99 kB 00:00 2024-05-07T08:52:32.888 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:52:32.926 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:52:32.967 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:52:32.999 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:52:33.029 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:52:33.061 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:52:33.295 INFO:teuthology.orchestra.run.smithi047.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 252 kB/s | 107 kB 00:00 2024-05-07T08:52:33.377 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:52:33.424 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:33.515 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:33.520 INFO:teuthology.orchestra.run.smithi047.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 712 kB/s | 160 kB 00:00 2024-05-07T08:52:33.546 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:52:33.581 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:52:33.645 INFO:teuthology.orchestra.run.smithi047.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 362 kB/s | 45 kB 00:00 2024-05-07T08:52:33.920 INFO:teuthology.orchestra.run.smithi047.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.4 MB/s | 662 kB 00:00 2024-05-07T08:52:34.029 INFO:teuthology.orchestra.run.smithi047.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-07T08:52:34.081 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:52:34.110 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:34.173 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:34.198 INFO:teuthology.orchestra.run.smithi047.stdout:(17/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9 1.8 MB/s | 10 MB 00:05 2024-05-07T08:52:34.230 INFO:teuthology.orchestra.run.smithi047.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 211 kB/s | 42 kB 00:00 2024-05-07T08:52:34.241 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:52:34.271 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:52:34.338 INFO:teuthology.orchestra.run.smithi047.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 331 kB/s | 36 kB 00:00 2024-05-07T08:52:34.439 INFO:teuthology.orchestra.run.smithi047.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 473 kB/s | 47 kB 00:00 2024-05-07T08:52:34.564 INFO:teuthology.orchestra.run.smithi047.stdout:[MIRROR] gperftools-libs-2.9.1-2.el9.x86_64.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/g/gperftools-libs-2.9.1-2.el9.x86_64.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:52:34.697 INFO:teuthology.orchestra.run.smithi047.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 443 kB/s | 221 kB 00:00 2024-05-07T08:52:34.820 INFO:teuthology.orchestra.run.smithi047.stdout:[MIRROR] libarrow-9.0.0-11.el9.x86_64.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/l/libarrow-9.0.0-11.el9.x86_64.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:52:34.947 INFO:teuthology.orchestra.run.smithi047.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-05-07T08:52:35.065 INFO:teuthology.orchestra.run.smithi047.stdout:[MIRROR] libarrow-doc-9.0.0-11.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/l/libarrow-doc-9.0.0-11.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:52:35.398 INFO:teuthology.orchestra.run.smithi047.stdout:(23/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.3 MB/s | 4.4 MB 00:00 2024-05-07T08:52:35.431 INFO:teuthology.orchestra.run.smithi047.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 54 kB/s | 26 kB 00:00 2024-05-07T08:52:35.632 INFO:teuthology.orchestra.run.smithi047.stdout:(25/32): ceph-common-19.0.0-2504.gb05eb275.el9. 3.0 MB/s | 21 MB 00:07 2024-05-07T08:52:35.648 INFO:teuthology.orchestra.run.smithi047.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 194 kB/s | 49 kB 00:00 2024-05-07T08:52:35.674 INFO:teuthology.orchestra.run.smithi047.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 278 kB/s | 67 kB 00:00 2024-05-07T08:52:35.766 INFO:teuthology.orchestra.run.smithi047.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-05-07T08:52:36.049 INFO:teuthology.orchestra.run.smithi047.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 478 kB/s | 192 kB 00:00 2024-05-07T08:52:36.083 INFO:teuthology.orchestra.run.smithi047.stdout:(30/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.8 MB/s | 839 kB 00:00 2024-05-07T08:52:36.564 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:36.600 INFO:teuthology.orchestra.run.smithi047.stdout:(31/32): librados2-19.0.0-2504.gb05eb275.el9.x8 4.1 MB/s | 3.4 MB 00:00 2024-05-07T08:52:36.609 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:36.792 INFO:teuthology.orchestra.run.smithi047.stdout:(32/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 4.2 MB/s | 3.1 MB 00:00 2024-05-07T08:52:36.794 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:52:36.795 INFO:teuthology.orchestra.run.smithi047.stdout:Total 7.0 MB/s | 60 MB 00:08 2024-05-07T08:52:36.906 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:52:36.947 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:52:36.947 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:52:37.168 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:37.204 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:37.295 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:37.295 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:52:37.295 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:52:37.295 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:37.593 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:52:37.593 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:52:39.019 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:52:39.104 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:52:39.139 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:52:39.172 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /root 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2024-05-07T08:52:39.192 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:39.311 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:39.340 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:52:39.515 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:39.569 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:52:39.980 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:52:40.040 INFO:teuthology.orchestra.run.smithi047.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:40.128 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:40.168 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:40.196 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:40.198 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:40.223 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:52:40.282 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:40.282 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:40.375 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:40.421 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:52:40.458 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:52:40.503 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:52:40.573 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:40.602 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:40.650 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:52:40.684 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:52:40.798 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:52:40.844 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:52:40.886 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:52:40.917 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:52:40.946 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:52:40.979 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:52:41.309 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:52:41.350 INFO:teuthology.orchestra.run.smithi047.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:41.425 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:52:41.432 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:41.432 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:52:41.432 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:52:41.432 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:52:41.433 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:52:41.434 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:52:41.435 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:52:41.435 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:52:41.435 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:41.435 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:52:41.435 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:52:41.467 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:52:41.510 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:52:42.012 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:52:42.044 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:42.100 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:52:42.179 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:52:42.213 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:52:42.289 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:52:42.290 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:52:42.291 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:52:42.292 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:42.293 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:52:42.599 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2024-05-07T08:52:43.182 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:34 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:52:43.309 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:52:43.310 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-05-07T08:52:43.311 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:43.312 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 49 M 2024-05-07T08:52:43.312 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 207 M 2024-05-07T08:52:43.312 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:52:43.677 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 742 kB/s | 164 kB 00:00 2024-05-07T08:52:44.011 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 191 kB/s | 64 kB 00:00 2024-05-07T08:52:44.036 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 526 kB/s | 305 kB 00:00 2024-05-07T08:52:44.627 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:44.660 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:45.249 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:52:45.289 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:45.380 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:52:45.380 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:52:45.381 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:52:45.381 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:45.423 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:46.844 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 14 MB/s | 48 MB 00:03 2024-05-07T08:52:46.847 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:52:46.847 INFO:teuthology.orchestra.run.smithi008.stdout:Total 14 MB/s | 49 MB 00:03 2024-05-07T08:52:46.876 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:52:46.898 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:52:46.898 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /sys 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /proc 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /mnt 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /var/tmp 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /home 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /root 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /tmp 2024-05-07T08:52:46.976 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:47.286 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:52:47.287 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:52:47.836 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:52:47.915 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:52:47.924 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:47.949 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:47.950 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:52:47.950 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:52:47.950 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:47.950 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:47.950 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:47.952 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:47.961 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:52:47.989 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:52:48.027 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:48.027 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:52:49.219 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:52:49.220 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:52:49.221 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout:Upgraded: 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:52:50.049 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.050 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:50.051 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:52:50.391 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-test 2024-05-07T08:52:50.962 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:28 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:52:51.083 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:52:51.084 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:52:51.085 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-05-07T08:52:51.085 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:52:51.085 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 49 M 2024-05-07T08:52:51.085 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 207 M 2024-05-07T08:52:51.085 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:52:51.607 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 431 kB/s | 164 kB 00:00 2024-05-07T08:52:51.816 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 519 kB/s | 305 kB 00:00 2024-05-07T08:52:51.966 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 178 kB/s | 64 kB 00:00 2024-05-07T08:52:52.826 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:52:52.907 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:52:53.757 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 19 MB/s | 48 MB 00:02 2024-05-07T08:52:53.759 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:52:53.760 INFO:teuthology.orchestra.run.smithi107.stdout:Total 18 MB/s | 49 MB 00:02 2024-05-07T08:52:53.787 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:52:53.807 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:52:53.807 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:52:54.177 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:52:54.177 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:52:54.696 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:52:54.791 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:52:54.832 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:52:54.867 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:52:55.288 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:52:55.288 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:52:55.288 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:52:55.288 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /sys 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /proc 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /mnt 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /var/tmp 2024-05-07T08:52:55.510 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /home 2024-05-07T08:52:55.511 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /root 2024-05-07T08:52:55.511 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /tmp 2024-05-07T08:52:55.511 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:55.561 INFO:teuthology.orchestra.run.smithi008.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:52:55.562 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:52:55.562 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:55.562 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:52:55.855 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph 2024-05-07T08:52:56.436 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:47 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:52:56.492 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:56.519 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:52:56.520 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:52:56.520 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:52:56.520 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:56.520 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:52:56.520 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:56.522 INFO:teuthology.orchestra.run.smithi047.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:56.566 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:52:56.569 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:56.569 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:52:56.569 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:56.569 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:52:56.570 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:52:56.571 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:52:56.572 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:52:56.573 INFO:teuthology.orchestra.run.smithi008.stdout:Install 36 Packages 2024-05-07T08:52:56.573 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:52:56.573 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 30 M 2024-05-07T08:52:56.573 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 107 M 2024-05-07T08:52:56.573 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:52:56.603 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:52:56.603 INFO:teuthology.orchestra.run.smithi047.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:57.398 INFO:teuthology.orchestra.run.smithi008.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-07T08:52:57.541 INFO:teuthology.orchestra.run.smithi008.stdout:(2/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:52:57.852 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:52:57.853 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:52:57.854 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:52:58.391 INFO:teuthology.orchestra.run.smithi008.stdout:(3/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86_ 20 MB/s | 17 MB 00:00 2024-05-07T08:52:58.433 INFO:teuthology.orchestra.run.smithi008.stdout:(4/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-05-07T08:52:58.458 INFO:teuthology.orchestra.run.smithi008.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 3.6 MB/s | 249 kB 00:00 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout:Upgraded: 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:52:58.611 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:52:58.612 INFO:teuthology.orchestra.run.smithi047.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:52:58.613 INFO:teuthology.orchestra.run.smithi047.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:52:58.614 INFO:teuthology.orchestra.run.smithi047.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:52:58.614 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:58.614 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:52:58.909 INFO:teuthology.orchestra.run.smithi008.stdout:(6/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 3.1 MB/s | 4.7 MB 00:01 2024-05-07T08:52:58.938 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-test 2024-05-07T08:52:59.017 INFO:teuthology.orchestra.run.smithi008.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-05-07T08:52:59.209 INFO:teuthology.orchestra.run.smithi008.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 706 kB/s | 135 kB 00:00 2024-05-07T08:52:59.301 INFO:teuthology.orchestra.run.smithi008.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 1.5 MB/s | 1.2 MB 00:00 2024-05-07T08:52:59.326 INFO:teuthology.orchestra.run.smithi008.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.0 MB/s | 125 kB 00:00 2024-05-07T08:52:59.360 INFO:teuthology.orchestra.run.smithi008.stdout:(11/36): python3-ply-3.11-14.el9.noarch.rpm 236 kB/s | 106 kB 00:00 2024-05-07T08:52:59.452 INFO:teuthology.orchestra.run.smithi008.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.4 MB/s | 215 kB 00:00 2024-05-07T08:52:59.519 INFO:teuthology.orchestra.run.smithi008.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 980 kB/s | 188 kB 00:00 2024-05-07T08:52:59.530 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:34 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:52:59.544 INFO:teuthology.orchestra.run.smithi008.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 936 kB/s | 172 kB 00:00 2024-05-07T08:52:59.561 INFO:teuthology.orchestra.run.smithi008.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 324 kB/s | 35 kB 00:00 2024-05-07T08:52:59.578 INFO:teuthology.orchestra.run.smithi008.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 873 kB/s | 51 kB 00:00 2024-05-07T08:52:59.603 INFO:teuthology.orchestra.run.smithi008.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 991 kB/s | 42 kB 00:00 2024-05-07T08:52:59.657 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:59.658 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout:Install 4 Packages 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 49 M 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 207 M 2024-05-07T08:52:59.659 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:52:59.673 INFO:teuthology.orchestra.run.smithi008.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 199 kB/s | 22 kB 00:00 2024-05-07T08:52:59.695 INFO:teuthology.orchestra.run.smithi008.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 472 kB/s | 43 kB 00:00 2024-05-07T08:52:59.729 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:52:59.743 INFO:teuthology.orchestra.run.smithi008.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 914 kB/s | 151 kB 00:00 2024-05-07T08:52:59.771 INFO:teuthology.orchestra.run.smithi008.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-05-07T08:52:59.796 INFO:teuthology.orchestra.run.smithi008.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 203 kB/s | 11 kB 00:00 2024-05-07T08:52:59.821 INFO:teuthology.orchestra.run.smithi008.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-05-07T08:52:59.825 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:52:59.847 INFO:teuthology.orchestra.run.smithi008.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-05-07T08:52:59.872 INFO:teuthology.orchestra.run.smithi008.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-05-07T08:52:59.898 INFO:teuthology.orchestra.run.smithi008.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-05-07T08:52:59.923 INFO:teuthology.orchestra.run.smithi008.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-05-07T08:52:59.948 INFO:teuthology.orchestra.run.smithi008.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-05-07T08:52:59.982 INFO:teuthology.orchestra.run.smithi008.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-05-07T08:53:00.007 INFO:teuthology.orchestra.run.smithi008.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-05-07T08:53:00.057 INFO:teuthology.orchestra.run.smithi047.stdout:(1/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 639 kB/s | 164 kB 00:00 2024-05-07T08:53:00.157 INFO:teuthology.orchestra.run.smithi008.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 514 kB/s | 90 kB 00:00 2024-05-07T08:53:00.182 INFO:teuthology.orchestra.run.smithi008.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 204 kB/s | 36 kB 00:00 2024-05-07T08:53:00.208 INFO:teuthology.orchestra.run.smithi008.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 956 kB/s | 272 kB 00:00 2024-05-07T08:53:00.233 INFO:teuthology.orchestra.run.smithi008.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-05-07T08:53:00.250 INFO:teuthology.orchestra.run.smithi008.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 478 kB/s | 20 kB 00:00 2024-05-07T08:53:00.275 INFO:teuthology.orchestra.run.smithi008.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-05-07T08:53:00.279 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:00.279 INFO:teuthology.orchestra.run.smithi008.stdout:Total 8.1 MB/s | 30 MB 00:03 2024-05-07T08:53:00.382 INFO:teuthology.orchestra.run.smithi047.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 525 kB/s | 305 kB 00:00 2024-05-07T08:53:00.407 INFO:teuthology.orchestra.run.smithi047.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-05-07T08:53:00.428 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:00.473 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:00.473 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:00.929 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:00.929 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:02.141 INFO:teuthology.orchestra.run.smithi047.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 21 MB/s | 48 MB 00:02 2024-05-07T08:53:02.143 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:02.143 INFO:teuthology.orchestra.run.smithi047.stdout:Total 20 MB/s | 49 MB 00:02 2024-05-07T08:53:02.174 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:53:02.195 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:53:02.195 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:53:02.210 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:02.247 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:53:02.247 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:53:02.247 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:53:02.247 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:53:02.270 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:53:02.311 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:53:02.339 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:53:02.413 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:53:02.464 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:53:02.497 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:02.519 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:02.583 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:53:02.583 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:53:02.593 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:53:02.678 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:53:02.725 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:53:02.759 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:53:02.789 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:53:02.813 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph 2024-05-07T08:53:02.823 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:53:02.857 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:53:02.898 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:53:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:53:02.975 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:53:03.013 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:53:03.093 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:53:03.126 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:53:03.194 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:53:03.233 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:53:03.242 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:53:03.260 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:53:03.334 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:53:03.389 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:41 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:03.393 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:53:03.431 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:53:03.489 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:53:03.519 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:03.521 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:53:03.522 INFO:teuthology.orchestra.run.smithi107.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:53:03.523 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:53:03.524 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout:Install 36 Packages 2024-05-07T08:53:03.525 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:03.526 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 30 M 2024-05-07T08:53:03.526 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 107 M 2024-05-07T08:53:03.526 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:03.558 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:53:03.767 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:53:03.810 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:53:03.891 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:53:03.981 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:53:04.017 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:53:04.140 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:53:04.305 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:53:04.334 INFO:teuthology.orchestra.run.smithi107.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-05-07T08:53:04.344 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:04.371 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:04.372 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:04.372 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:53:04.372 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:04.372 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:04.372 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:04.559 INFO:teuthology.orchestra.run.smithi107.stdout:(2/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-05-07T08:53:05.101 INFO:teuthology.orchestra.run.smithi107.stdout:(3/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-05-07T08:53:05.185 INFO:teuthology.orchestra.run.smithi107.stdout:(4/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 5.5 MB/s | 4.7 MB 00:00 2024-05-07T08:53:05.269 INFO:teuthology.orchestra.run.smithi107.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 1.5 MB/s | 249 kB 00:00 2024-05-07T08:53:05.502 INFO:teuthology.orchestra.run.smithi107.stdout:(6/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-07T08:53:05.802 INFO:teuthology.orchestra.run.smithi107.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 410 kB/s | 253 kB 00:00 2024-05-07T08:53:05.895 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:05.902 INFO:teuthology.orchestra.run.smithi107.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:05.924 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:05.928 INFO:teuthology.orchestra.run.smithi107.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 250 kB/s | 106 kB 00:00 2024-05-07T08:53:06.012 INFO:teuthology.orchestra.run.smithi107.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.1 MB/s | 125 kB 00:00 2024-05-07T08:53:06.128 INFO:teuthology.orchestra.run.smithi107.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.0 MB/s | 215 kB 00:00 2024-05-07T08:53:06.162 INFO:teuthology.orchestra.run.smithi107.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-05-07T08:53:06.259 INFO:teuthology.orchestra.run.smithi107.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-07T08:53:06.288 INFO:teuthology.orchestra.run.smithi107.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 277 kB/s | 35 kB 00:00 2024-05-07T08:53:06.363 INFO:teuthology.orchestra.run.smithi107.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 492 kB/s | 51 kB 00:00 2024-05-07T08:53:06.387 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:06.388 INFO:teuthology.orchestra.run.smithi107.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 415 kB/s | 42 kB 00:00 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:06.413 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:06.447 INFO:teuthology.orchestra.run.smithi107.stdout:(17/36): python3-cryptography-36.0.1-4.el9.x86_ 1.0 MB/s | 1.2 MB 00:01 2024-05-07T08:53:06.472 INFO:teuthology.orchestra.run.smithi107.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-05-07T08:53:06.646 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:06.672 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:06.738 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:06.864 INFO:teuthology.orchestra.run.smithi107.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-05-07T08:53:06.964 INFO:teuthology.orchestra.run.smithi107.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 262 kB/s | 151 kB 00:00 2024-05-07T08:53:07.073 INFO:teuthology.orchestra.run.smithi107.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-05-07T08:53:07.098 INFO:teuthology.orchestra.run.smithi107.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 286 kB/s | 172 kB 00:00 2024-05-07T08:53:07.215 INFO:teuthology.orchestra.run.smithi107.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 124 kB/s | 18 kB 00:00 2024-05-07T08:53:07.240 INFO:teuthology.orchestra.run.smithi107.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 163 kB/s | 23 kB 00:00 2024-05-07T08:53:07.274 INFO:teuthology.orchestra.run.smithi107.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 875 kB/s | 358 kB 00:00 2024-05-07T08:53:07.316 INFO:teuthology.orchestra.run.smithi107.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-07T08:53:07.375 INFO:teuthology.orchestra.run.smithi107.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-05-07T08:53:07.391 INFO:teuthology.orchestra.run.smithi107.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-05-07T08:53:07.450 INFO:teuthology.orchestra.run.smithi107.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 589 kB/s | 79 kB 00:00 2024-05-07T08:53:07.500 INFO:teuthology.orchestra.run.smithi107.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-07T08:53:07.576 INFO:teuthology.orchestra.run.smithi107.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 718 kB/s | 90 kB 00:00 2024-05-07T08:53:07.601 INFO:teuthology.orchestra.run.smithi107.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-05-07T08:53:07.626 INFO:teuthology.orchestra.run.smithi107.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 284 kB/s | 36 kB 00:00 2024-05-07T08:53:07.752 INFO:teuthology.orchestra.run.smithi107.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 160 kB/s | 20 kB 00:00 2024-05-07T08:53:07.785 INFO:teuthology.orchestra.run.smithi107.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-05-07T08:53:07.827 INFO:teuthology.orchestra.run.smithi107.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-05-07T08:53:07.832 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:07.832 INFO:teuthology.orchestra.run.smithi107.stdout:Total 7.0 MB/s | 30 MB 00:04 2024-05-07T08:53:07.976 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:08.016 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:08.016 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:08.079 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:53:08.152 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:53:08.490 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:08.490 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:08.563 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:53:08.564 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:53:08.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:53:08.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:53:08.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:53:08.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:53:08.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:53:08.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:53:08.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:53:08.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:53:08.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:53:09.626 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:53:09.626 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:09.626 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:09.626 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:53:09.627 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:53:09.628 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:09.629 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:09.751 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:09.805 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:53:09.837 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:53:09.865 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:53:09.947 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:53:09.997 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:53:10.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-base 2024-05-07T08:53:10.038 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:53:10.130 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:53:10.233 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:53:10.274 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:53:10.309 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:53:10.348 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:53:10.392 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:53:10.420 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:53:10.420 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:53:10.420 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:53:10.420 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:53:10.433 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:53:10.473 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:53:10.508 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:53:10.543 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:53:10.581 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:53:10.608 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:01 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:10.657 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:53:10.692 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:53:10.703 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:53:10.704 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:10.704 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:10.736 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:10.737 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:53:10.737 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:10.791 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:53:10.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install cephadm 2024-05-07T08:53:10.872 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:53:10.925 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:53:10.969 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph 2024-05-07T08:53:10.972 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:53:11.021 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:53:11.088 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:53:11.269 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:53:11.319 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:53:11.396 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:53:11.403 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:02 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:11.493 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:53:11.532 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:11.532 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 762 k 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 768 k 2024-05-07T08:53:11.533 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:11.534 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:53:11.561 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:46 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:11.658 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:53:11.693 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:53:11.696 INFO:teuthology.orchestra.run.smithi047.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-collections 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:53:11.697 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:53:11.698 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout:Install 36 Packages 2024-05-07T08:53:11.699 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:11.700 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 30 M 2024-05-07T08:53:11.700 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 107 M 2024-05-07T08:53:11.700 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:53:11.824 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:53:11.853 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:11.880 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:11.880 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:11.881 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:53:11.881 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:11.881 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:11.881 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:12.164 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-05-07T08:53:12.165 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:12.165 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-05-07T08:53:12.165 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:12.171 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:12.171 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:12.177 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:12.177 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:12.256 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:12.393 INFO:teuthology.orchestra.run.smithi047.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-05-07T08:53:12.654 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:12.738 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:13.093 INFO:teuthology.orchestra.run.smithi047.stdout:(2/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 6.7 MB/s | 4.7 MB 00:00 2024-05-07T08:53:13.103 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:13.135 INFO:teuthology.orchestra.run.smithi047.stdout:(3/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-05-07T08:53:13.294 INFO:teuthology.orchestra.run.smithi047.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 1.5 MB/s | 249 kB 00:00 2024-05-07T08:53:13.313 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:13.340 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:13.380 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:13.494 INFO:teuthology.orchestra.run.smithi047.stdout:(5/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-05-07T08:53:13.604 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:53:13.789 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:13.812 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:13.812 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:13.813 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:53:13.813 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:13.813 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:13.813 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:13.994 INFO:teuthology.orchestra.run.smithi047.stdout:(6/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86_ 19 MB/s | 17 MB 00:00 2024-05-07T08:53:14.019 INFO:teuthology.orchestra.run.smithi047.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 349 kB/s | 253 kB 00:00 2024-05-07T08:53:14.047 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:14.071 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:14.072 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:14.072 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:53:14.072 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:14.072 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:14.072 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:14.135 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:14.145 INFO:teuthology.orchestra.run.smithi047.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-05-07T08:53:14.193 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:05 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:14.261 INFO:teuthology.orchestra.run.smithi047.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.0 MB/s | 125 kB 00:00 2024-05-07T08:53:14.322 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:53:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:14.324 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 145 k 2024-05-07T08:53:14.324 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 435 k 2024-05-07T08:53:14.324 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:14.387 INFO:teuthology.orchestra.run.smithi047.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.7 MB/s | 215 kB 00:00 2024-05-07T08:53:14.545 INFO:teuthology.orchestra.run.smithi047.stdout:(11/36): python3-ply-3.11-14.el9.noarch.rpm 193 kB/s | 106 kB 00:00 2024-05-07T08:53:14.596 INFO:teuthology.orchestra.run.smithi047.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.1 MB/s | 1.2 MB 00:01 2024-05-07T08:53:14.712 INFO:teuthology.orchestra.run.smithi047.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 298 kB/s | 35 kB 00:00 2024-05-07T08:53:14.771 INFO:teuthology.orchestra.run.smithi047.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 763 kB/s | 172 kB 00:00 2024-05-07T08:53:14.830 INFO:teuthology.orchestra.run.smithi047.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 426 kB/s | 188 kB 00:00 2024-05-07T08:53:14.846 INFO:teuthology.orchestra.run.smithi047.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 381 kB/s | 51 kB 00:00 2024-05-07T08:53:14.905 INFO:teuthology.orchestra.run.smithi047.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 311 kB/s | 42 kB 00:00 2024-05-07T08:53:14.947 INFO:teuthology.orchestra.run.smithi047.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-05-07T08:53:15.256 INFO:teuthology.orchestra.run.smithi008.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 155 kB/s | 145 kB 00:00 2024-05-07T08:53:15.257 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:15.257 INFO:teuthology.orchestra.run.smithi008.stdout:Total 155 kB/s | 145 kB 00:00 2024-05-07T08:53:15.258 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:15.268 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:15.268 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:15.333 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:15.333 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:15.381 INFO:teuthology.orchestra.run.smithi047.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 283 kB/s | 151 kB 00:00 2024-05-07T08:53:15.423 INFO:teuthology.orchestra.run.smithi047.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 361 kB/s | 172 kB 00:00 2024-05-07T08:53:15.439 INFO:teuthology.orchestra.run.smithi047.stdout:(21/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 81 kB/s | 43 kB 00:00 2024-05-07T08:53:15.488 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:15.557 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:15.581 INFO:teuthology.orchestra.run.smithi047.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-05-07T08:53:15.585 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:15.585 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:15.585 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:53:15.585 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:15.598 INFO:teuthology.orchestra.run.smithi047.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 61 kB/s | 11 kB 00:00 2024-05-07T08:53:15.615 INFO:teuthology.orchestra.run.smithi047.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 101 kB/s | 18 kB 00:00 2024-05-07T08:53:15.632 INFO:teuthology.orchestra.run.smithi047.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-05-07T08:53:15.691 INFO:teuthology.orchestra.run.smithi047.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-05-07T08:53:15.708 INFO:teuthology.orchestra.run.smithi047.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-05-07T08:53:15.725 INFO:teuthology.orchestra.run.smithi047.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 501 kB/s | 46 kB 00:00 2024-05-07T08:53:15.809 INFO:teuthology.orchestra.run.smithi047.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 788 kB/s | 79 kB 00:00 2024-05-07T08:53:15.850 INFO:teuthology.orchestra.run.smithi047.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-05-07T08:53:15.876 INFO:teuthology.orchestra.run.smithi047.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 109 kB/s | 16 kB 00:00 2024-05-07T08:53:15.901 INFO:teuthology.orchestra.run.smithi047.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 980 kB/s | 90 kB 00:00 2024-05-07T08:53:15.926 INFO:teuthology.orchestra.run.smithi047.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-05-07T08:53:15.985 INFO:teuthology.orchestra.run.smithi047.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-05-07T08:53:16.012 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:16.012 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:53:16.012 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:53:16.013 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:53:16.014 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:53:16.015 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:53:16.015 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:53:16.015 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:53:16.015 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:53:16.015 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:53:16.101 INFO:teuthology.orchestra.run.smithi047.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.1 MB/s | 427 kB 00:00 2024-05-07T08:53:16.127 INFO:teuthology.orchestra.run.smithi047.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 100 kB/s | 20 kB 00:00 2024-05-07T08:53:16.132 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:16.133 INFO:teuthology.orchestra.run.smithi047.stdout:Total 6.8 MB/s | 30 MB 00:04 2024-05-07T08:53:16.281 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:53:16.325 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:53:16.325 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:16.546 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:16.763 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:53:16.763 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:53:16.820 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr 2024-05-07T08:53:16.949 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:53:16.949 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:16.949 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:16.949 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.949 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:53:16.950 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:53:16.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:16.952 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:17.339 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-base 2024-05-07T08:53:17.413 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:08 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:17.497 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:17.542 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:17.543 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:53:17.543 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:17.620 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:53:17.910 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:55 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:17.991 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:18.033 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:18.034 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:53:18.034 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:18.062 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:53:18.115 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install cephadm 2024-05-07T08:53:18.121 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:53:18.154 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:53:18.182 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:53:18.206 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:09 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:18.258 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:53:18.315 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:53:18.336 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:53:18.337 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:18.338 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-05-07T08:53:18.339 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:18.339 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 8.6 M 2024-05-07T08:53:18.339 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 103 M 2024-05-07T08:53:18.339 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:18.348 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:53:18.445 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:53:18.529 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:53:18.576 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:53:18.610 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:53:18.640 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:53:18.674 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:53:18.678 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:56 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:18.708 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:53:18.748 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:53:18.792 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:53:18.801 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:18.801 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 762 k 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 768 k 2024-05-07T08:53:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:18.825 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:53:18.864 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:53:18.941 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:53:18.986 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2504.gb0 119 kB/s | 32 kB 00:00 2024-05-07T08:53:19.011 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2504.gb05 53 kB/s | 15 kB 00:00 2024-05-07T08:53:19.092 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:53:19.176 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:53:19.190 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 1.9 MB/s | 762 kB 00:00 2024-05-07T08:53:19.190 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:19.190 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.9 MB/s | 762 kB 00:00 2024-05-07T08:53:19.191 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:19.196 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:19.196 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:19.202 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:19.202 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:19.234 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:53:19.272 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:53:19.275 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:19.331 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:53:19.402 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:53:19.608 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:53:19.651 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:53:19.670 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 409 kB/s | 269 kB 00:00 2024-05-07T08:53:19.732 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:53:19.759 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:19.795 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-07T08:53:19.829 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:53:19.852 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:19.866 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:53:19.945 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-05-07T08:53:19.989 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:53:20.071 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 156 kB/s | 19 kB 00:00 2024-05-07T08:53:20.121 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 2.5 MB/s | 3.5 MB 00:01 2024-05-07T08:53:20.155 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.5 MB/s | 548 kB 00:00 2024-05-07T08:53:20.163 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:53:20.193 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:20.195 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:20.213 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 526 kB/s | 31 kB 00:00 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:53:20.221 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:20.280 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-05-07T08:53:20.339 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 665 kB/s | 144 kB 00:00 2024-05-07T08:53:20.414 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.9 MB/s | 2.0 MB 00:00 2024-05-07T08:53:20.416 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:20.417 INFO:teuthology.orchestra.run.smithi008.stdout:Total 4.1 MB/s | 8.6 MB 00:02 2024-05-07T08:53:20.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:20.446 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:20.446 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:20.447 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:20.447 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:20.447 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:20.472 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:20.492 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:20.492 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:20.653 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:53:20.681 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:20.681 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:21.233 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:59 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:21.298 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:21.355 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:21.356 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:21.356 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:53:21.356 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:21.356 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:21.356 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 145 k 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 435 k 2024-05-07T08:53:21.357 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:21.374 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:53:21.410 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:53:21.457 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:53:21.504 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:53:21.622 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:53:21.696 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 427 kB/s | 145 kB 00:00 2024-05-07T08:53:21.697 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:21.697 INFO:teuthology.orchestra.run.smithi107.stdout:Total 425 kB/s | 145 kB 00:00 2024-05-07T08:53:21.697 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:21.705 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:21.705 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:21.744 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:21.750 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:53:21.763 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:21.763 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:21.772 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:53:21.772 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:21.773 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:53:21.773 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:21.773 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:53:21.773 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:21.859 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:53:21.901 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:21.908 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:53:21.936 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:21.968 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:53:21.989 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:22.014 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:22.014 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:22.014 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:53:22.014 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:22.244 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:22.269 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:53:22.270 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:22.270 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:53:22.270 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:22.270 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:53:22.270 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:22.512 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:22.538 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:53:22.538 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:22.538 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:53:22.538 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:22.539 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:53:22.539 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:22.604 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:22.996 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:23.066 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:53:23.101 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:23.231 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr 2024-05-07T08:53:23.798 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:01 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:23.883 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:23.926 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:23.927 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:53:23.927 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:24.003 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:53:24.389 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:53:24.390 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:53:24.391 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:53:24.392 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:53:24.392 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:53:24.393 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:53:24.525 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:24.525 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:53:24.525 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:53:24.525 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:53:24.525 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:53:24.526 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:53:24.565 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:02 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:24.688 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:24.689 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:24.689 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:24.689 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:24.689 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:53:24.690 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:24.691 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:24.692 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-05-07T08:53:24.692 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:24.692 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 8.6 M 2024-05-07T08:53:24.692 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 103 M 2024-05-07T08:53:24.692 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:53:24.830 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:24.831 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:25.064 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:53:25.108 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2504.gb0 157 kB/s | 32 kB 00:00 2024-05-07T08:53:25.232 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:53:25.232 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:25.232 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:53:25.232 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:53:25.233 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:53:25.234 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:25.235 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:25.236 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2504.gb05 47 kB/s | 15 kB 00:00 2024-05-07T08:53:25.392 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2024-05-07T08:53:25.442 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-07T08:53:25.599 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-base 2024-05-07T08:53:25.652 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:16 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:25.779 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:53:25.780 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-05-07T08:53:25.781 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:25.782 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 38 M 2024-05-07T08:53:25.782 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 209 M 2024-05-07T08:53:25.782 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:25.926 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 3.4 MB/s | 3.5 MB 00:01 2024-05-07T08:53:26.195 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:01 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:26.279 INFO:teuthology.orchestra.run.smithi047.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:26.284 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 968 kB/s | 863 kB 00:00 2024-05-07T08:53:26.323 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:26.324 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:53:26.324 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:26.394 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install cephadm 2024-05-07T08:53:26.426 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 39 kB/s | 19 kB 00:00 2024-05-07T08:53:26.507 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 319 kB/s | 195 kB 00:00 2024-05-07T08:53:26.608 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-05-07T08:53:26.693 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 438 kB/s | 548 kB 00:01 2024-05-07T08:53:26.766 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-25 8.5 MB/s | 7.4 MB 00:00 2024-05-07T08:53:26.777 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 412 kB/s | 144 kB 00:00 2024-05-07T08:53:26.802 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-05-07T08:53:26.900 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 800 kB/s | 803 kB 00:01 2024-05-07T08:53:26.985 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:01 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:27.017 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 302 kB/s | 35 kB 00:00 2024-05-07T08:53:27.050 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 64 kB/s | 18 kB 00:00 2024-05-07T08:53:27.113 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:27.114 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:53:27.115 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:27.115 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 762 k 2024-05-07T08:53:27.115 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 768 k 2024-05-07T08:53:27.115 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:53:27.186 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 461 kB/s | 188 kB 00:00 2024-05-07T08:53:27.292 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.4 MB/s | 3.0 MB 00:00 2024-05-07T08:53:27.463 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 2.1 MB/s | 762 kB 00:00 2024-05-07T08:53:27.464 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:27.464 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.1 MB/s | 762 kB 00:00 2024-05-07T08:53:27.464 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:53:27.470 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:53:27.470 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:53:27.476 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:53:27.477 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:53:27.509 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 532 kB/s | 244 kB 00:00 2024-05-07T08:53:27.556 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:53:27.701 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-05-07T08:53:28.003 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:28.103 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:28.427 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:28.765 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:28.976 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:53:29.319 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 688 kB/s | 2.0 MB 00:03 2024-05-07T08:53:29.324 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:29.324 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.9 MB/s | 8.6 MB 00:04 2024-05-07T08:53:29.377 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:29.395 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:29.396 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:29.565 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:04 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:29.581 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:29.582 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:29.693 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:29.693 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:29.693 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 145 k 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 435 k 2024-05-07T08:53:29.694 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:53:30.111 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 348 kB/s | 145 kB 00:00 2024-05-07T08:53:30.111 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:30.112 INFO:teuthology.orchestra.run.smithi047.stdout:Total 346 kB/s | 145 kB 00:00 2024-05-07T08:53:30.112 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:53:30.121 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:53:30.121 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:53:30.182 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:53:30.182 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:53:30.188 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:30.278 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:53:30.313 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:53:30.327 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:53:30.368 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:53:30.399 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:53:30.429 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:30.443 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.4 MB/s | 4.7 MB 00:03 2024-05-07T08:53:30.457 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:30.458 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:53:30.458 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:53:30.458 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:30.508 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:53:30.643 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:53:30.744 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:53:30.797 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:53:30.825 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:30.857 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:31.324 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:31.554 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr 2024-05-07T08:53:31.896 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:53:31.941 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:31.991 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-05-07T08:53:32.142 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:07 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:32.226 INFO:teuthology.orchestra.run.smithi047.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:53:32.270 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:32.271 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:53:32.271 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:32.346 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:53:32.951 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:07 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:33.080 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:53:33.082 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout:Install 12 Packages 2024-05-07T08:53:33.083 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:33.084 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 8.6 M 2024-05-07T08:53:33.084 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 103 M 2024-05-07T08:53:33.084 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:33.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:53:33.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:53:33.410 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.8 MB/s | 16 MB 00:05 2024-05-07T08:53:33.411 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:33.411 INFO:teuthology.orchestra.run.smithi008.stdout:Total 5.0 MB/s | 38 MB 00:07 2024-05-07T08:53:33.565 INFO:teuthology.orchestra.run.smithi047.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2504.gb0 141 kB/s | 32 kB 00:00 2024-05-07T08:53:33.582 INFO:teuthology.orchestra.run.smithi047.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2504.gb05 63 kB/s | 15 kB 00:00 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:33.619 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:33.620 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:33.784 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:33.811 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:33.811 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:33.871 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:53:33.907 INFO:teuthology.orchestra.run.smithi047.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 6.2 MB/s | 3.5 MB 00:00 2024-05-07T08:53:34.124 INFO:teuthology.orchestra.run.smithi047.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 497 kB/s | 269 kB 00:00 2024-05-07T08:53:34.267 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:34.267 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:34.374 INFO:teuthology.orchestra.run.smithi047.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-07T08:53:34.450 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:12 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:34.580 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:34.581 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:53:34.582 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-05-07T08:53:34.583 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:34.584 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 38 M 2024-05-07T08:53:34.584 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 209 M 2024-05-07T08:53:34.584 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:34.649 INFO:teuthology.orchestra.run.smithi047.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-05-07T08:53:34.666 INFO:teuthology.orchestra.run.smithi047.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 67 kB/s | 19 kB 00:00 2024-05-07T08:53:34.792 INFO:teuthology.orchestra.run.smithi047.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 976 kB/s | 863 kB 00:00 2024-05-07T08:53:35.058 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:35.120 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:53:35.159 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:53:35.259 INFO:teuthology.orchestra.run.smithi047.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 3.3 MB/s | 2.0 MB 00:00 2024-05-07T08:53:35.264 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:53:35.283 INFO:teuthology.orchestra.run.smithi047.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 234 kB/s | 144 kB 00:00 2024-05-07T08:53:35.301 INFO:teuthology.orchestra.run.smithi047.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 60 kB/s | 31 kB 00:00 2024-05-07T08:53:35.301 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:53:35.326 INFO:teuthology.orchestra.run.smithi047.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-05-07T08:53:35.329 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:35.329 INFO:teuthology.orchestra.run.smithi047.stdout:Total 3.8 MB/s | 8.6 MB 00:02 2024-05-07T08:53:35.346 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 359 kB/s | 195 kB 00:00 2024-05-07T08:53:35.384 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:53:35.404 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:53:35.404 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:53:35.446 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-05-07T08:53:35.480 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:53:35.500 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:53:35.583 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:53:35.596 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-07T08:53:35.598 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:53:35.598 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:53:35.722 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 146 kB/s | 18 kB 00:00 2024-05-07T08:53:35.806 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-25 7.4 MB/s | 7.4 MB 00:01 2024-05-07T08:53:35.847 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 281 kB/s | 35 kB 00:00 2024-05-07T08:53:35.989 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2024-05-07T08:53:36.241 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:53:36.290 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:53:36.328 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:53:36.362 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:53:36.410 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:53:36.411 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:53:36.439 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:53:36.554 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:53:36.688 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:53:36.779 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:53:36.828 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:53:36.856 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:36.888 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:53:37.732 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:53:37.991 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:53:38.029 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:38.820 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:53:38.850 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:53:39.206 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 814 kB/s | 3.0 MB 00:03 2024-05-07T08:53:39.313 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:53:39.314 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:53:39.473 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 940 kB/s | 250 kB 00:00 2024-05-07T08:53:39.621 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:53:39.621 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:53:39.622 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:53:39.623 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:39.623 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:53:39.833 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:53:40.422 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:15 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:53:40.549 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:53:40.550 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:53:40.550 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:53:40.550 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:53:40.550 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:53:40.551 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:Install 12 Packages 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 38 M 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 209 M 2024-05-07T08:53:40.552 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:53:41.073 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.0 MB/s | 5.1 MB 00:05 2024-05-07T08:53:41.223 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 896 kB/s | 4.7 MB 00:05 2024-05-07T08:53:41.367 INFO:teuthology.orchestra.run.smithi047.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 364 kB/s | 195 kB 00:00 2024-05-07T08:53:41.376 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:53:41.376 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:53:41.377 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:53:41.475 INFO:teuthology.orchestra.run.smithi047.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-05-07T08:53:41.601 INFO:teuthology.orchestra.run.smithi047.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-07T08:53:41.701 INFO:teuthology.orchestra.run.smithi047.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:53:41.754 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:41.755 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:41.793 INFO:teuthology.orchestra.run.smithi047.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-25 7.7 MB/s | 7.4 MB 00:00 2024-05-07T08:53:41.810 INFO:teuthology.orchestra.run.smithi047.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-05-07T08:53:41.927 INFO:teuthology.orchestra.run.smithi047.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.0 MB/s | 244 kB 00:00 2024-05-07T08:53:42.151 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:53:42.227 INFO:teuthology.orchestra.run.smithi047.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.0 MB/s | 3.0 MB 00:00 2024-05-07T08:53:42.336 INFO:teuthology.orchestra.run.smithi047.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-05-07T08:53:42.520 INFO:teuthology.orchestra.run.smithi047.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 8.6 MB/s | 5.1 MB 00:00 2024-05-07T08:53:42.750 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:33 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:42.878 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:53:42.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2024-05-07T08:53:42.880 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:42.881 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 2.2 M 2024-05-07T08:53:42.881 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 26 M 2024-05-07T08:53:42.882 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:43.509 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 267 kB/s | 49 kB 00:00 2024-05-07T08:53:43.601 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 69 kB/s | 19 kB 00:00 2024-05-07T08:53:43.626 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 85 kB/s | 26 kB 00:00 2024-05-07T08:53:43.943 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-05-07T08:53:44.052 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 494 kB/s | 54 kB 00:00 2024-05-07T08:53:44.110 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 370 kB/s | 222 kB 00:00 2024-05-07T08:53:44.153 INFO:teuthology.orchestra.run.smithi047.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 2.0 MB/s | 4.7 MB 00:02 2024-05-07T08:53:44.161 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 522 kB/s | 279 kB 00:00 2024-05-07T08:53:44.241 INFO:teuthology.orchestra.run.smithi008.stdout:[MIRROR] python3-cachetools-4.2.4-1.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-cachetools-4.2.4-1.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:53:44.267 INFO:teuthology.orchestra.run.smithi008.stdout:[MIRROR] python3-certifi-2021.10.8-2.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-certifi-2021.10.8-2.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:53:44.289 INFO:teuthology.orchestra.run.smithi008.stdout:[MIRROR] python3-google-auth-2.29.0-1.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-google-auth-2.29.0-1.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-07T08:53:44.436 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 84 kB/s | 32 kB 00:00 2024-05-07T08:53:44.461 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 46 kB/s | 15 kB 00:00 2024-05-07T08:53:44.612 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 456 kB/s | 206 kB 00:00 2024-05-07T08:53:44.637 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-05-07T08:53:44.754 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 632 kB/s | 90 kB 00:00 2024-05-07T08:53:44.838 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.5 MB/s | 1.0 MB 00:00 2024-05-07T08:53:44.838 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:44.838 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.1 MB/s | 2.2 MB 00:01 2024-05-07T08:53:44.897 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 3.0 MB/s | 16 MB 00:05 2024-05-07T08:53:44.898 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:44.899 INFO:teuthology.orchestra.run.smithi107.stdout:Total 3.7 MB/s | 38 MB 00:10 2024-05-07T08:53:44.912 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:44.929 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:44.929 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:45.025 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:45.025 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:45.251 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:45.278 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:45.278 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:45.554 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:45.712 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:45.712 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:45.747 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:53:45.808 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:53:45.864 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:53:45.899 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:53:45.941 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:53:46.038 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:53:46.159 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:53:46.218 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:53:46.462 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:46.538 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:53:46.587 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:53:46.687 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:53:46.730 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:53:46.899 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:53:46.920 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:53:46.979 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:53:47.008 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:53:47.030 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:53:47.064 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:53:47.114 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:53:47.142 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:53:47.675 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:53:47.799 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:53:47.901 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:53:47.902 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:53:47.902 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:53:47.902 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:53:48.236 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:53:48.237 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:53:48.237 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:53:48.237 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:53:48.237 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:48.237 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:48.490 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:53:49.036 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:53:49.081 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:40 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:49.209 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:53:49.210 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 7.0 M 2024-05-07T08:53:49.211 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 33 M 2024-05-07T08:53:49.212 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:49.741 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 389 kB/s | 142 kB 00:00 2024-05-07T08:53:49.991 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 403 kB/s | 248 kB 00:00 2024-05-07T08:53:50.070 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:53:50.110 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:53:50.350 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 161 kB/s | 58 kB 00:00 2024-05-07T08:53:50.375 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 864 kB/s | 548 kB 00:00 2024-05-07T08:53:50.492 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 360 kB/s | 51 kB 00:00 2024-05-07T08:53:52.584 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 1.9 MB/s | 6.0 MB 00:03 2024-05-07T08:53:52.584 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:52.584 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.1 MB/s | 7.0 MB 00:03 2024-05-07T08:53:52.662 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:52.674 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:52.675 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:52.777 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:52.779 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:53:52.815 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:53:52.816 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:53:52.816 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:53:52.816 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:53:52.816 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:53:52.816 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:53:53.086 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:53:53.211 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:53.212 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:53.267 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:53:53.320 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:53:53.631 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:53:53.874 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:53:53.967 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:53:54.037 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:53:54.064 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:53:54.207 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:32 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:54.328 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:53:54.330 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2024-05-07T08:53:54.331 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:54.332 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 2.2 M 2024-05-07T08:53:54.332 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 26 M 2024-05-07T08:53:54.332 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:54.535 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 193 kB/s | 19 kB 00:00 2024-05-07T08:53:54.585 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 172 kB/s | 26 kB 00:00 2024-05-07T08:53:54.685 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-05-07T08:53:54.710 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-05-07T08:53:54.752 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-05-07T08:53:54.778 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 800 kB/s | 54 kB 00:00 2024-05-07T08:53:54.803 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 134 kB/s | 49 kB 00:00 2024-05-07T08:53:54.810 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:53:54.810 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:53:54.811 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:53:54.811 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:53:54.811 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:53:54.811 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:53:54.953 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 85 kB/s | 15 kB 00:00 2024-05-07T08:53:54.978 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 143 kB/s | 32 kB 00:00 2024-05-07T08:53:55.070 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 769 kB/s | 206 kB 00:00 2024-05-07T08:53:55.076 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:53:55.076 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:55.076 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:55.076 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:55.077 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:55.120 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 416 kB/s | 59 kB 00:00 2024-05-07T08:53:55.146 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-05-07T08:53:55.196 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.2 MB/s | 1.0 MB 00:00 2024-05-07T08:53:55.197 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:55.197 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-05-07T08:53:55.263 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:53:55.278 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:53:55.278 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:53:55.311 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-fuse 2024-05-07T08:53:55.362 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:53:55.364 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:53:55.873 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:53:55.901 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:46 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:56.029 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:53:56.031 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 969 k 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 2.8 M 2024-05-07T08:53:56.032 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:53:56.037 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:53:56.098 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:53:56.153 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:53:56.190 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:53:56.232 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:53:56.326 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:53:56.443 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:53:56.500 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:53:56.736 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 183 kB/s | 80 kB 00:00 2024-05-07T08:53:57.186 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 1.0 MB/s | 889 kB 00:00 2024-05-07T08:53:57.187 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:53:57.187 INFO:teuthology.orchestra.run.smithi008.stdout:Total 838 kB/s | 969 kB 00:01 2024-05-07T08:53:57.201 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:53:57.221 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:53:57.227 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:53:57.227 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:53:57.263 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:53:57.297 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:53:57.314 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:53:57.314 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:53:57.353 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:53:57.375 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:53:57.505 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:53:57.653 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:53:57.731 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:53:58.191 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:53:58.191 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:53:58.191 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:53:58.192 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:53:58.397 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:53:58.397 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:53:58.514 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:58.515 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:53:58.691 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:53:58.691 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:58.691 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:53:58.691 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:53:58.691 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:58.692 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:53:58.811 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:53:58.959 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-volume 2024-05-07T08:53:59.376 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:37 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:53:59.497 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:53:59.498 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout:Install 6 Packages 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 7.0 M 2024-05-07T08:53:59.499 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 33 M 2024-05-07T08:53:59.500 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:53:59.553 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:50 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:53:59.681 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:53:59.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 341 k 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 1.5 M 2024-05-07T08:53:59.683 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:00.248 INFO:teuthology.orchestra.run.smithi107.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 319 kB/s | 142 kB 00:00 2024-05-07T08:54:00.262 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 171 kB/s | 77 kB 00:00 2024-05-07T08:54:00.363 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 478 kB/s | 264 kB 00:00 2024-05-07T08:54:00.363 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:00.363 INFO:teuthology.orchestra.run.smithi008.stdout:Total 501 kB/s | 341 kB 00:00 2024-05-07T08:54:00.375 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:00.386 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:00.386 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:00.407 INFO:teuthology.orchestra.run.smithi107.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 411 kB/s | 248 kB 00:00 2024-05-07T08:54:00.418 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:00.419 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:00.571 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:00.632 INFO:teuthology.orchestra.run.smithi107.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 256 kB/s | 58 kB 00:00 2024-05-07T08:54:00.657 INFO:teuthology.orchestra.run.smithi107.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-05-07T08:54:00.691 INFO:teuthology.orchestra.run.smithi107.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 872 kB/s | 51 kB 00:00 2024-05-07T08:54:00.748 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:54:00.792 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:00.810 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:00.810 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:00.810 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:54:00.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:01.518 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:54:01.601 INFO:teuthology.orchestra.run.smithi047.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 864 kB/s | 16 MB 00:19 2024-05-07T08:54:01.602 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:01.602 INFO:teuthology.orchestra.run.smithi047.stdout:Total 1.8 MB/s | 38 MB 00:21 2024-05-07T08:54:01.758 INFO:teuthology.orchestra.run.smithi107.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.1 MB/s | 6.0 MB 00:01 2024-05-07T08:54:01.760 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:01.760 INFO:teuthology.orchestra.run.smithi107.stdout:Total 3.1 MB/s | 7.0 MB 00:02 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:01.781 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:01.833 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:01.849 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:01.849 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:01.944 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:01.945 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:01.971 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:01.999 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:01.999 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:02.098 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados-devel 2024-05-07T08:54:02.259 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:02.428 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:54:02.450 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:02.450 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:02.475 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:54:02.696 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:53 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:02.825 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:02.825 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 127 k 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 456 k 2024-05-07T08:54:02.826 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:02.995 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:54:03.055 INFO:teuthology.orchestra.run.smithi008.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 555 kB/s | 127 kB 00:00 2024-05-07T08:54:03.056 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:03.056 INFO:teuthology.orchestra.run.smithi008.stdout:Total 552 kB/s | 127 kB 00:00 2024-05-07T08:54:03.056 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:03.061 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:03.061 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:03.077 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:54:03.129 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:03.129 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:03.142 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:54:03.171 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:54:03.230 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:03.286 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:03.293 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:54:03.333 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:54:03.381 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:03.437 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:54:03.476 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:54:03.661 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:54:03.691 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:54:03.775 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:54:03.791 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:03.926 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:54:03.926 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:54:03.927 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:54:03.927 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:54:03.927 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:54:03.927 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:04.073 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:04.195 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:54:04.195 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:04.195 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:04.195 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:04.196 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:04.376 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs2 2024-05-07T08:54:04.458 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-fuse 2024-05-07T08:54:04.471 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:54:04.610 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:54:04.973 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:55 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:05.025 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:43 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:05.065 INFO:teuthology.orchestra.run.smithi008.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:05.109 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:05.110 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:05.110 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:05.147 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-05-07T08:54:05.148 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:05.149 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 969 k 2024-05-07T08:54:05.149 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 2.8 M 2024-05-07T08:54:05.149 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:05.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs-devel 2024-05-07T08:54:05.501 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 3.0 MB/s | 889 kB 00:00 2024-05-07T08:54:05.642 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 188 kB/s | 80 kB 00:00 2024-05-07T08:54:05.643 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:05.643 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.9 MB/s | 969 kB 00:00 2024-05-07T08:54:05.656 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:05.678 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:05.678 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:05.760 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:05.761 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:05.776 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:56 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:05.905 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 32 k 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 142 k 2024-05-07T08:54:05.906 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:05.917 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:54:05.963 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:06.139 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:54:06.142 INFO:teuthology.orchestra.run.smithi008.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 135 kB/s | 32 kB 00:00 2024-05-07T08:54:06.142 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:06.143 INFO:teuthology.orchestra.run.smithi008.stdout:Total 134 kB/s | 32 kB 00:00 2024-05-07T08:54:06.143 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:06.146 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:06.146 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:06.160 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:06.161 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:06.211 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:54:06.247 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:06.359 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:06.723 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:06.865 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:54:06.865 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:54:06.932 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:06.933 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:06.933 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:06.933 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:06.933 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:06.933 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:06.998 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:54:07.031 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:54:07.103 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:54:07.103 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:07.103 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:07.104 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:54:07.104 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:07.104 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:07.124 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados2 2024-05-07T08:54:07.355 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-volume 2024-05-07T08:54:07.723 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:58 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:07.806 INFO:teuthology.orchestra.run.smithi008.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:07.850 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:07.851 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:07.851 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:07.919 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librbd1 2024-05-07T08:54:07.929 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:45 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:08.053 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:54:08.054 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 341 k 2024-05-07T08:54:08.055 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 1.5 M 2024-05-07T08:54:08.056 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:08.507 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:59 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:08.517 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 225 kB/s | 77 kB 00:00 2024-05-07T08:54:08.591 INFO:teuthology.orchestra.run.smithi008.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:08.635 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:08.636 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:08.636 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:08.710 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rados 2024-05-07T08:54:08.759 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 451 kB/s | 264 kB 00:00 2024-05-07T08:54:08.759 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:08.760 INFO:teuthology.orchestra.run.smithi107.stdout:Total 484 kB/s | 341 kB 00:00 2024-05-07T08:54:08.772 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:08.782 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:08.782 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:08.812 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:08.813 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:08.955 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:09.142 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:54:09.187 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:09.204 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:09.204 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:09.204 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:54:09.204 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:09.306 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:00 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:09.390 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:09.433 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:09.434 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:09.434 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:09.502 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rgw 2024-05-07T08:54:09.603 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:54:09.603 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:54:09.604 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:54:09.959 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:54:09.978 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:54:09.978 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:09.978 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:09.979 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:10.095 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:01 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:10.180 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:10.224 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:10.225 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:10.225 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:10.247 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:54:10.247 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:10.247 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:10.247 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:10.248 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:54:10.248 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:10.248 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:10.297 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-cephfs 2024-05-07T08:54:10.347 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:54:10.543 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados-devel 2024-05-07T08:54:10.888 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:01 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:10.945 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:45 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:10.973 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:11.016 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:11.018 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:11.018 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:11.074 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:54:11.075 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:11.076 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:11.077 INFO:teuthology.orchestra.run.smithi047.stdout:Install 13 Packages 2024-05-07T08:54:11.077 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:11.077 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 2.2 M 2024-05-07T08:54:11.077 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 26 M 2024-05-07T08:54:11.077 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:11.097 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rbd 2024-05-07T08:54:11.125 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:49 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:11.250 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 127 k 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 456 k 2024-05-07T08:54:11.251 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:11.398 INFO:teuthology.orchestra.run.smithi047.stdout:(1/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 261 kB/s | 49 kB 00:00 2024-05-07T08:54:11.490 INFO:teuthology.orchestra.run.smithi047.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 91 kB/s | 26 kB 00:00 2024-05-07T08:54:11.515 INFO:teuthology.orchestra.run.smithi047.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 63 kB/s | 19 kB 00:00 2024-05-07T08:54:11.567 INFO:teuthology.orchestra.run.smithi107.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 402 kB/s | 127 kB 00:00 2024-05-07T08:54:11.567 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:11.568 INFO:teuthology.orchestra.run.smithi107.stdout:Total 400 kB/s | 127 kB 00:00 2024-05-07T08:54:11.568 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:11.573 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:11.573 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:11.637 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:11.637 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:11.690 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:02 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:11.777 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:11.788 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:11.821 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:11.822 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:54:11.822 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:11.832 INFO:teuthology.orchestra.run.smithi047.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-05-07T08:54:11.898 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:11.903 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-fuse 2024-05-07T08:54:11.907 INFO:teuthology.orchestra.run.smithi047.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 436 kB/s | 222 kB 00:00 2024-05-07T08:54:11.933 INFO:teuthology.orchestra.run.smithi047.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 536 kB/s | 54 kB 00:00 2024-05-07T08:54:11.983 INFO:teuthology.orchestra.run.smithi047.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 596 kB/s | 279 kB 00:00 2024-05-07T08:54:12.050 INFO:teuthology.orchestra.run.smithi047.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 227 kB/s | 32 kB 00:00 2024-05-07T08:54:12.117 INFO:teuthology.orchestra.run.smithi047.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 1.9 MB/s | 206 kB 00:00 2024-05-07T08:54:12.167 INFO:teuthology.orchestra.run.smithi047.stdout:(10/13): python3-certifi-2021.10.8-2.el9.noarch 72 kB/s | 15 kB 00:00 2024-05-07T08:54:12.200 INFO:teuthology.orchestra.run.smithi047.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-05-07T08:54:12.218 INFO:teuthology.orchestra.run.smithi047.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 593 kB/s | 59 kB 00:00 2024-05-07T08:54:12.234 INFO:teuthology.orchestra.run.smithi047.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-05-07T08:54:12.236 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:12.236 INFO:teuthology.orchestra.run.smithi047.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-05-07T08:54:12.306 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:12.322 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:12.323 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:12.370 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:12.416 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:12.416 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:12.491 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:03 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:12.618 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:54:12.619 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:12.620 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 85 k 2024-05-07T08:54:12.620 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 231 k 2024-05-07T08:54:12.620 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:12.625 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:12.625 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:12.626 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:12.626 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:12.626 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:12.626 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:12.915 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs2 2024-05-07T08:54:12.938 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:12.995 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 227 kB/s | 85 kB 00:00 2024-05-07T08:54:12.996 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:12.996 INFO:teuthology.orchestra.run.smithi008.stdout:Total 226 kB/s | 85 kB 00:00 2024-05-07T08:54:12.996 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:13.004 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:13.004 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:13.072 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:13.072 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:13.118 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:54:13.171 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:54:13.221 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:13.227 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:54:13.262 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:54:13.305 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:54:13.329 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:13.394 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:54:13.493 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:51 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:13.504 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:54:13.556 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:54:13.576 INFO:teuthology.orchestra.run.smithi107.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:13.619 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:13.620 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:13.620 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:13.701 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:13.712 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs-devel 2024-05-07T08:54:13.963 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:13.964 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:13.964 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:13.964 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:13.964 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:13.964 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:14.197 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-mirror 2024-05-07T08:54:14.286 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:52 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:14.324 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:54:14.377 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:54:14.407 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:14.408 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:14.408 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:54:14.408 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:14.408 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 32 k 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 142 k 2024-05-07T08:54:14.409 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:14.410 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:54:14.460 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:54:14.488 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:54:14.580 INFO:teuthology.orchestra.run.smithi107.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 185 kB/s | 32 kB 00:00 2024-05-07T08:54:14.581 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:14.581 INFO:teuthology.orchestra.run.smithi107.stdout:Total 184 kB/s | 32 kB 00:00 2024-05-07T08:54:14.581 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:14.584 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:14.585 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:14.604 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:14.604 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:14.685 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:14.787 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:14.794 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:14.924 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 3.1 M 2024-05-07T08:54:14.925 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 13 M 2024-05-07T08:54:14.926 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:15.172 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:15.228 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:54:15.228 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:54:15.228 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:54:15.228 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:54:15.228 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:54:15.229 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:15.441 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:15.482 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-07T08:54:15.482 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:15.483 INFO:teuthology.orchestra.run.smithi008.stdout:Total 5.5 MB/s | 3.1 MB 00:00 2024-05-07T08:54:15.483 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:15.494 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:15.494 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:15.543 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:54:15.543 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:15.543 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:15.543 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:15.543 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:15.544 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:15.579 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:15.580 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:15.639 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados2 2024-05-07T08:54:15.817 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:54:16.028 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:16.083 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:16.110 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:16.110 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:16.110 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:54:16.110 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:16.110 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:16.111 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:16.206 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:54 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:16.289 INFO:teuthology.orchestra.run.smithi107.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:16.331 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:16.332 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:16.332 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:16.410 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librbd1 2024-05-07T08:54:16.411 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:51 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:16.539 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:54:16.540 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout:Install 6 Packages 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:16.541 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 7.0 M 2024-05-07T08:54:16.542 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 33 M 2024-05-07T08:54:16.542 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:16.869 INFO:teuthology.orchestra.run.smithi047.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 596 kB/s | 142 kB 00:00 2024-05-07T08:54:16.981 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:54 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:17.062 INFO:teuthology.orchestra.run.smithi107.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:17.078 INFO:teuthology.orchestra.run.smithi047.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.6 MB/s | 548 kB 00:00 2024-05-07T08:54:17.104 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:17.105 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:17.105 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:17.145 INFO:teuthology.orchestra.run.smithi047.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 864 kB/s | 58 kB 00:00 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:17.164 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:17.191 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rados 2024-05-07T08:54:17.203 INFO:teuthology.orchestra.run.smithi047.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 877 kB/s | 51 kB 00:00 2024-05-07T08:54:17.253 INFO:teuthology.orchestra.run.smithi047.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 398 kB/s | 248 kB 00:00 2024-05-07T08:54:17.404 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-nbd 2024-05-07T08:54:17.757 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:55 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:17.838 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:17.880 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:17.881 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:17.881 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:17.961 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rgw 2024-05-07T08:54:18.007 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:09 ago on Tue 07 May 2024 08:52:09 AM UTC. 2024-05-07T08:54:18.134 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:54:18.135 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:18.136 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 171 k 2024-05-07T08:54:18.136 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 494 k 2024-05-07T08:54:18.136 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:54:18.486 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 489 kB/s | 171 kB 00:00 2024-05-07T08:54:18.487 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:18.487 INFO:teuthology.orchestra.run.smithi008.stdout:Total 487 kB/s | 171 kB 00:00 2024-05-07T08:54:18.487 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:54:18.495 INFO:teuthology.orchestra.run.smithi047.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.2 MB/s | 6.0 MB 00:01 2024-05-07T08:54:18.496 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:54:18.496 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:54:18.497 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:18.498 INFO:teuthology.orchestra.run.smithi047.stdout:Total 3.6 MB/s | 7.0 MB 00:01 2024-05-07T08:54:18.527 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:56 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:18.564 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:54:18.564 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:54:18.575 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:18.588 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:18.588 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:18.609 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:18.650 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:18.651 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:18.651 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:18.691 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:18.692 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:18.722 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:54:18.732 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-cephfs 2024-05-07T08:54:18.829 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:19.055 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:19.227 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:54:19.250 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:19.282 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:54:19.299 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:57 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:19.379 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:19.421 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:19.422 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:19.422 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:19.505 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rbd 2024-05-07T08:54:19.522 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:19.522 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:19.522 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:54:19.523 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:19.523 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:54:19.523 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:54:19.766 DEBUG:teuthology.parallel:result is None 2024-05-07T08:54:19.867 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:54:19.962 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:54:20.033 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:54:20.059 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:54:20.073 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:58 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:20.154 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:20.196 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:20.197 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:54:20.197 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:20.285 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-fuse 2024-05-07T08:54:20.851 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:58 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:54:20.861 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:54:20.973 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:54:20.974 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:20.975 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 85 k 2024-05-07T08:54:20.975 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 231 k 2024-05-07T08:54:20.975 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:21.133 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:21.192 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 392 kB/s | 85 kB 00:00 2024-05-07T08:54:21.193 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:21.193 INFO:teuthology.orchestra.run.smithi107.stdout:Total 390 kB/s | 85 kB 00:00 2024-05-07T08:54:21.193 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:21.200 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:21.200 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:21.262 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:21.263 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:21.402 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-fuse 2024-05-07T08:54:21.404 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:21.513 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:21.852 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:22.002 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:57 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:22.106 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:22.107 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:22.107 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:22.107 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:22.107 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:22.107 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:22.130 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Install 2 Packages 2024-05-07T08:54:22.131 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:22.132 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 969 k 2024-05-07T08:54:22.132 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 2.8 M 2024-05-07T08:54:22.132 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:22.377 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-mirror 2024-05-07T08:54:22.622 INFO:teuthology.orchestra.run.smithi047.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 178 kB/s | 80 kB 00:00 2024-05-07T08:54:22.730 INFO:teuthology.orchestra.run.smithi047.stdout:(2/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 1.6 MB/s | 889 kB 00:00 2024-05-07T08:54:22.731 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:22.731 INFO:teuthology.orchestra.run.smithi047.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-05-07T08:54:22.744 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:22.768 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:22.768 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:22.851 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:22.852 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:22.953 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:02:00 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:23.045 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:23.076 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:54:23.077 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:23.078 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.1 M 2024-05-07T08:54:23.078 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 13 M 2024-05-07T08:54:23.078 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:23.203 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:54:23.275 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:54:23.956 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:54:23.956 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:24.233 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:24.494 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-volume 2024-05-07T08:54:24.755 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 1.8 MB/s | 3.1 MB 00:01 2024-05-07T08:54:24.756 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:24.756 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.8 MB/s | 3.1 MB 00:01 2024-05-07T08:54:24.756 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:24.767 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:24.767 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:24.852 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:24.852 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:25.091 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:00 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:25.218 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:25.218 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:25.218 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout:Install 2 Packages 2024-05-07T08:54:25.219 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:25.220 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 341 k 2024-05-07T08:54:25.220 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 1.5 M 2024-05-07T08:54:25.220 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:25.281 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:25.347 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:25.372 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:25.719 INFO:teuthology.orchestra.run.smithi047.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 178 kB/s | 77 kB 00:00 2024-05-07T08:54:25.908 INFO:teuthology.orchestra.run.smithi047.stdout:(2/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 423 kB/s | 264 kB 00:00 2024-05-07T08:54:25.909 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:25.909 INFO:teuthology.orchestra.run.smithi047.stdout:Total 494 kB/s | 341 kB 00:00 2024-05-07T08:54:25.922 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:25.933 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:25.933 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:25.966 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:25.966 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:26.121 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:26.310 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:54:26.352 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:26.369 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:54:26.369 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:26.369 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:54:26.369 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:26.462 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:26.463 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:26.463 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:26.463 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:26.463 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:26.463 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:26.737 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-nbd 2024-05-07T08:54:27.041 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:54:27.317 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:52:22 AM UTC. 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:27.349 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:27.441 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:54:27.442 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:54:27.443 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:27.443 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 171 k 2024-05-07T08:54:27.443 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 494 k 2024-05-07T08:54:27.443 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:54:27.638 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librados-devel 2024-05-07T08:54:28.119 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 253 kB/s | 171 kB 00:00 2024-05-07T08:54:28.119 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:28.119 INFO:teuthology.orchestra.run.smithi107.stdout:Total 253 kB/s | 171 kB 00:00 2024-05-07T08:54:28.119 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:54:28.128 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:54:28.128 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:54:28.194 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:54:28.194 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:54:28.233 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:03 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:28.355 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:54:28.364 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:54:28.365 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:28.366 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 127 k 2024-05-07T08:54:28.366 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 456 k 2024-05-07T08:54:28.366 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:28.451 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:28.747 INFO:teuthology.orchestra.run.smithi047.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 333 kB/s | 127 kB 00:00 2024-05-07T08:54:28.748 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:28.748 INFO:teuthology.orchestra.run.smithi047.stdout:Total 331 kB/s | 127 kB 00:00 2024-05-07T08:54:28.748 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:28.754 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:28.754 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:28.824 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:28.825 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:28.879 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:28.986 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:29.116 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:54:29.139 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:54:29.429 DEBUG:teuthology.parallel:result is None 2024-05-07T08:54:29.577 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:29.824 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:30.079 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install libcephfs2 2024-05-07T08:54:30.676 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:30.760 INFO:teuthology.orchestra.run.smithi047.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:30.805 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:30.806 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:30.806 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:30.881 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install libcephfs-devel 2024-05-07T08:54:31.477 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:06 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:31.605 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:31.606 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:31.606 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:54:31.606 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 32 k 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 142 k 2024-05-07T08:54:31.607 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:31.893 INFO:teuthology.orchestra.run.smithi047.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 111 kB/s | 32 kB 00:00 2024-05-07T08:54:31.894 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:31.894 INFO:teuthology.orchestra.run.smithi047.stdout:Total 110 kB/s | 32 kB 00:00 2024-05-07T08:54:31.894 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:31.898 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:31.898 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:31.909 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:31.909 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:31.995 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:32.109 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:32.494 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:32.714 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:32.715 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:32.715 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:32.715 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:32.715 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:32.715 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:32.876 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librados2 2024-05-07T08:54:33.466 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:08 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:33.549 INFO:teuthology.orchestra.run.smithi047.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:33.593 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:33.594 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:33.594 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:33.658 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librbd1 2024-05-07T08:54:34.247 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:09 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:34.330 INFO:teuthology.orchestra.run.smithi047.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:34.374 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:34.375 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:34.375 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:34.453 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rados 2024-05-07T08:54:35.049 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:10 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:35.133 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:35.177 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:35.178 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:35.178 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:35.244 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rgw 2024-05-07T08:54:35.835 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:10 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:35.920 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:35.964 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:35.966 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:35.966 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:36.036 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-cephfs 2024-05-07T08:54:36.631 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:11 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:36.714 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:36.759 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:36.760 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:36.760 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:36.827 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rbd 2024-05-07T08:54:37.428 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:12 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:37.514 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:54:37.560 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:37.561 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:54:37.561 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:37.631 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-fuse 2024-05-07T08:54:38.232 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:13 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:38.359 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:54:38.360 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:38.361 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 85 k 2024-05-07T08:54:38.361 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 231 k 2024-05-07T08:54:38.361 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:38.605 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 349 kB/s | 85 kB 00:00 2024-05-07T08:54:38.607 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:38.607 INFO:teuthology.orchestra.run.smithi047.stdout:Total 347 kB/s | 85 kB 00:00 2024-05-07T08:54:38.607 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:38.614 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:38.614 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:38.681 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:38.681 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:38.829 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:38.931 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:39.326 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:39.552 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:39.808 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-mirror 2024-05-07T08:54:40.403 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:15 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:40.530 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:40.531 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:40.531 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:54:40.531 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 3.1 M 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 13 M 2024-05-07T08:54:40.532 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:41.117 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-05-07T08:54:41.117 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:41.117 INFO:teuthology.orchestra.run.smithi047.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-05-07T08:54:41.118 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:41.128 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:41.128 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:41.213 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:41.214 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:41.669 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:41.734 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:54:41.761 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:42.844 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:43.089 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-nbd 2024-05-07T08:54:43.677 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:18 ago on Tue 07 May 2024 08:52:25 AM UTC. 2024-05-07T08:54:43.805 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 171 k 2024-05-07T08:54:43.806 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 494 k 2024-05-07T08:54:43.807 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:54:44.120 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 546 kB/s | 171 kB 00:00 2024-05-07T08:54:44.121 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:54:44.121 INFO:teuthology.orchestra.run.smithi047.stdout:Total 543 kB/s | 171 kB 00:00 2024-05-07T08:54:44.121 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:54:44.130 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:54:44.130 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:54:44.198 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:54:44.198 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:54:44.358 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:54:44.471 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:44.902 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:54:45.139 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:54:45.352 DEBUG:teuthology.parallel:result is None 2024-05-07T08:54:45.353 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:45.589 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:54:45.616 INFO:teuthology.orchestra.run.smithi008.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.617 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.617 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:54:45.618 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:45.766 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:54:45.790 INFO:teuthology.orchestra.run.smithi047.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.791 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.791 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:54:45.793 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:45.934 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:54:45.959 INFO:teuthology.orchestra.run.smithi107.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.959 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:54:45.959 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:54:45.961 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-07T08:54:45.961 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:54:45.961 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:54:45.995 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:54:45.995 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:54:46.026 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:54:46.026 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:54:46.055 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-07T08:54:46.055 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:54:46.055 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:54:46.085 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:54:46.156 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:54:46.156 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:54:46.186 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:54:46.254 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:54:46.254 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:54:46.284 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:54:46.351 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-07T08:54:46.352 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:54:46.352 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:54:46.378 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:54:46.444 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:54:46.444 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:54:46.473 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:54:46.541 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:54:46.541 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:54:46.566 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:54:46.631 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-07T08:54:46.632 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:54:46.632 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:54:46.658 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:54:46.724 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:54:46.724 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:54:46.754 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:54:46.824 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:54:46.824 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:54:46.849 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:54:46.914 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-07T08:54:47.017 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'} 2024-05-07T08:54:47.017 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:47.018 INFO:tasks.cephadm:Cluster fsid is 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:54:47.018 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-07T08:54:47.018 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.8', 'mon.b': '172.21.15.47', 'mon.c': '172.21.15.107'} 2024-05-07T08:54:47.018 INFO:tasks.cephadm:First mon is mon.a on smithi008 2024-05-07T08:54:47.019 INFO:tasks.cephadm:First mgr is a 2024-05-07T08:54:47.019 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-07T08:54:47.019 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-05-07T08:54:47.045 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-05-07T08:54:47.076 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-05-07T08:54:47.101 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-07T08:54:47.101 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:47.323 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55083/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2504-gb05eb275', 'node_name': '172.21.5.40+adami10', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2504.gb05eb275'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-05 20:21:37.264364', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-07T08:54:47.555 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 b05eb2754514c6559f7c34d831877d418ea3a9c7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:54:47.556 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm 2024-05-07T08:54:47.556 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:48.183 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:54 /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:48.184 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:48.627 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:54 /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:48.627 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:49.070 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:54 /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:49.070 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:49.092 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:49.113 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:54:49.154 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 on all hosts... 2024-05-07T08:54:49.154 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:54:49.157 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:54:49.160 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:54:50.670 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:54:50.774 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:54:50.847 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:55:22.738 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-05-07T08:55:22.739 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-05-07T08:55:44.100 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout: "repo_digests": [ 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-05-07T08:55:44.101 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-07T08:55:45.284 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-05-07T08:55:45.285 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-05-07T08:55:45.310 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-05-07T08:55:45.344 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-05-07T08:55:45.373 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-05-07T08:55:45.405 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-05-07T08:55:45.434 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-05-07T08:55:45.460 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-05-07T08:55:45.489 INFO:tasks.cephadm:Writing seed config... 2024-05-07T08:55:45.490 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-07T08:55:45.490 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-07T08:55:45.490 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-07T08:55:45.491 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-07T08:55:45.491 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:55:45.492 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-07T08:55:45.510 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 749d35c6-0c4f-11ef-bc97-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-07T08:55:45.511 DEBUG:teuthology.orchestra.run.smithi008:mon.a> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service 2024-05-07T08:55:45.553 DEBUG:teuthology.orchestra.run.smithi008:mgr.a> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a.service 2024-05-07T08:55:45.596 INFO:tasks.cephadm:Bootstrapping... 2024-05-07T08:55:45.596 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 -v bootstrap --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --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.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:55:45.800 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:55:45.800 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7', '-v', 'bootstrap', '--fsid', '749d35c6-0c4f-11ef-bc97-c7b262605968', '--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.8', '--skip-admin-label'] 2024-05-07T08:55:45.801 INFO:teuthology.orchestra.run.smithi008.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-07T08:55:45.801 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying podman|docker is present... 2024-05-07T08:55:45.827 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-07T08:55:45.827 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying lvm2 is present... 2024-05-07T08:55:45.827 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying time synchronization is in place... 2024-05-07T08:55:45.836 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-07T08:55:45.836 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-07T08:55:45.842 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-07T08:55:45.842 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:55:45.849 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-05-07T08:55:45.856 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-05-07T08:55:45.856 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-05-07T08:55:45.856 INFO:teuthology.orchestra.run.smithi008.stdout:Repeating the final host check... 2024-05-07T08:55:45.880 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-07T08:55:45.880 INFO:teuthology.orchestra.run.smithi008.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-07T08:55:45.880 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl is present 2024-05-07T08:55:45.880 INFO:teuthology.orchestra.run.smithi008.stdout:lvcreate is present 2024-05-07T08:55:45.887 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-07T08:55:45.887 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-07T08:55:45.893 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-07T08:55:45.893 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:55:45.900 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Host looks OK 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Cluster fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Acquiring lock 140504133577888 on /run/cephadm/749d35c6-0c4f-11ef-bc97-c7b262605968.lock 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Lock 140504133577888 acquired on /run/cephadm/749d35c6-0c4f-11ef-bc97-c7b262605968.lock 2024-05-07T08:55:45.907 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 3300 ... 2024-05-07T08:55:45.908 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 6789 ... 2024-05-07T08:55:45.908 INFO:teuthology.orchestra.run.smithi008.stdout:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-07T08:55:45.911 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2024-05-07T08:55:45.911 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-05-07T08:55:45.914 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-07T08:55:45.914 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-07T08:55:45.914 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-07T08:55:45.916 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-07T08:55:45.916 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link noprefixroute 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-05-07T08:55:45.917 INFO:teuthology.orchestra.run.smithi008.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-07T08:55:45.918 INFO:teuthology.orchestra.run.smithi008.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-07T08:55:45.918 INFO:teuthology.orchestra.run.smithi008.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Getting image source signatures 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:8e89d933d3e6b8a9532734352827dc6daf61f52846f6869a66dcdb355f4b67e9 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:e2f2fd2adca92139da4b4b907fa90a6775d3eb4eddaa977c42ef37c66eea70bd 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying config sha256:87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe 2024-05-07T08:55:46.411 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-07T08:55:47.425 INFO:teuthology.orchestra.run.smithi008.stdout:ceph: stdout ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev) 2024-05-07T08:55:47.426 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph version: ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev) 2024-05-07T08:55:47.426 INFO:teuthology.orchestra.run.smithi008.stdout:Extracting ceph user uid/gid from container image... 2024-05-07T08:55:48.524 INFO:teuthology.orchestra.run.smithi008.stdout:stat: stdout 167 167 2024-05-07T08:55:48.524 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial keys... 2024-05-07T08:55:49.418 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCU7DlmygAmNhAA3OUezjAoLlqbA6hvNy6sWw== 2024-05-07T08:55:50.424 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCV7DlmYq2HLxAAn6Vi9k1wdGFdDEDhKTkpjQ== 2024-05-07T08:55:51.496 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCW7DlmNhxINhAAZltNM96lTbqihBtHYlHmuw== 2024-05-07T08:55:51.496 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial monmap... 2024-05-07T08:55:52.386 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:monmaptool for a [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:setting min_mon_release = quincy 2024-05-07T08:55:52.387 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: set fsid to 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:52.388 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-07T08:55:52.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:55:52.388 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mon... 2024-05-07T08:55:53.632 INFO:teuthology.orchestra.run.smithi008.stdout:create mon.a on 2024-05-07T08:55:53.863 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-07T08:55:54.037 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-07T08:55:54.225 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target. 2024-05-07T08:55:54.225 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target. 2024-05-07T08:55:54.469 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a 2024-05-07T08:55:54.469 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-07T08:55:54.636 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target.wants/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service → /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@.service. 2024-05-07T08:55:55.142 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:55 smithi008 ceph-mon[27538]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-07T08:55:55.156 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:55:55.156 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:55:55.163 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:55:55.163 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:55:55.164 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:55:55.164 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-05-07T08:55:55.164 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon to start... 2024-05-07T08:55:55.164 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon... 2024-05-07T08:55:55.401 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:55 smithi008 bash[27500]: 103893fc8025db4c60f8e2dddcb07f0febfeb562a816c250d124b3f056f9577c 2024-05-07T08:55:55.401 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:55 smithi008 systemd[1]: Started Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:55:56.262 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout cluster: 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout id: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout services: 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.616907s) 2024-05-07T08:55:56.263 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-07T08:55:56.264 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-07T08:55:56.264 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:56.264 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout data: 2024-05-07T08:55:56.264 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-07T08:55:56.264 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-07T08:55:56.265 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-07T08:55:56.265 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pgs: 2024-05-07T08:55:56.265 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:56.265 INFO:teuthology.orchestra.run.smithi008.stdout:mon is available 2024-05-07T08:55:56.265 INFO:teuthology.orchestra.run.smithi008.stdout:Assimilating anything we can from ceph.conf... 2024-05-07T08:55:56.374 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: monmap epoch 1 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: last_changed 2024-05-07T08:55:51.871390+0000 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: min_mon_release 19 (squid) 2024-05-07T08:55:56.375 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: election_strategy: 1 2024-05-07T08:55:56.376 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:55:56.376 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: fsmap 2024-05-07T08:55:56.376 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: osdmap e1: 0 total, 0 up, 0 in 2024-05-07T08:55:56.376 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: mgrmap e1: no daemons active 2024-05-07T08:55:56.376 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:56 smithi008 ceph-mon[27538]: from='client.? 172.21.15.8:0/1832977909' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:57.292 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-07T08:55:57.293 INFO:teuthology.orchestra.run.smithi008.stdout:Generating new minimal ceph.conf... 2024-05-07T08:55:57.405 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:57 smithi008 ceph-mon[27538]: from='client.? 172.21.15.8:0/2824902997' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-07T08:55:57.405 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:57 smithi008 ceph-mon[27538]: from='client.? 172.21.15.8:0/2824902997' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-07T08:55:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:58 smithi008 ceph-mon[27538]: from='client.? 172.21.15.8:0/3235107417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:55:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:Restarting the monitor... 2024-05-07T08:55:58.776 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:58 smithi008 systemd[1]: Stopping Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T08:55:59.064 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:58 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a[27515]: 2024-05-07T08:55:58.773+0000 7f692709d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:55:59.064 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:58 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a[27515]: 2024-05-07T08:55:58.773+0000 7f692709d700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-07T08:55:59.064 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:58 smithi008 podman[27871]: 2024-05-07 08:55:58.784932506 +0000 UTC m=+0.120164335 container died 103893fc8025db4c60f8e2dddcb07f0febfeb562a816c250d124b3f056f9577c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-07T08:55:59.364 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27871]: 2024-05-07 08:55:59.137171354 +0000 UTC m=+0.472403182 container cleanup 103893fc8025db4c60f8e2dddcb07f0febfeb562a816c250d124b3f056f9577c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, org.label-schema.build-date=20240430, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-05-07T08:55:59.364 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 bash[27871]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a 2024-05-07T08:55:59.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27890]: 2024-05-07 08:55:59.363224316 +0000 UTC m=+0.576358078 container remove 103893fc8025db4c60f8e2dddcb07f0febfeb562a816c250d124b3f056f9577c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, GIT_CLEAN=True, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:55:59.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 systemd[1]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-07T08:55:59.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 systemd[1]: Stopped Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:55:59.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 systemd[1]: Starting Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T08:56:00.009 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27988]: 2024-05-07 08:55:59.60987953 +0000 UTC m=+0.018821869 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:56:00.009 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27988]: 2024-05-07 08:55:59.730937085 +0000 UTC m=+0.139879424 container create 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-05-07T08:56:00.009 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27988]: 2024-05-07 08:55:59.916302675 +0000 UTC m=+0.325245014 container init 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 podman[27988]: 2024-05-07 08:55:59.922106304 +0000 UTC m=+0.331048648 container start 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: set uid:gid to 167:167 (ceph:ceph) 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev), process ceph-mon, pid 7 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: pidfile_write: ignore empty --pid-file 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: load: jerasure load: lrc 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: RocksDB version: 7.9.2 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Git sha 0 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Compile date 2024-05-05 15:22:23 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: DB SUMMARY 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: DB Session ID: U69J6XQBGQ1RVRY6PXF5 2024-05-07T08:56:00.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: CURRENT file: CURRENT 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: IDENTITY file: IDENTITY 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88745 ; 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.error_if_exists: 0 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.create_if_missing: 0 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.paranoid_checks: 1 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.env: 0x562a07068c60 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.fs: PosixFileSystem 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.info_log: 0x562a09035ac0 2024-05-07T08:56:00.011 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_file_opening_threads: 16 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.statistics: (nil) 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.use_fsync: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_log_file_size: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.keep_log_file_num: 1000 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.recycle_log_file_num: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_fallocate: 1 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_mmap_reads: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_mmap_writes: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.use_direct_reads: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.create_missing_column_families: 0 2024-05-07T08:56:00.012 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.db_log_dir: 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.wal_dir: 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.advise_random_on_open: 1 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.db_write_buffer_size: 0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.write_buffer_manager: 0x562a090081e0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.rate_limiter: (nil) 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-07T08:56:00.013 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.wal_recovery_mode: 2 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enable_thread_tracking: 0 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enable_pipelined_write: 0 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.unordered_write: 0 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-07T08:56:00.015 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.row_cache: None 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.wal_filter: None 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_ingest_behind: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.two_write_queues: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.manual_wal_flush: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.wal_compression: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.atomic_flush: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.log_readahead_size: 0 2024-05-07T08:56:00.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.best_efforts_recovery: 0 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.allow_data_in_errors: 0 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.db_host_id: __hostname__ 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_background_jobs: 2 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_background_compactions: -1 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_subcompactions: 1 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_total_wal_size: 0 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-07T08:56:00.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_open_files: -1 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bytes_per_sync: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_readahead_size: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_background_flushes: -1 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Compression algorithms supported: 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kZSTD supported: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kXpressCompression supported: 0 2024-05-07T08:56:00.018 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kLZ4HCCompression supported: 1 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kZlibCompression supported: 1 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kSnappyCompression supported: 1 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kLZ4Compression supported: 1 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: kBZip2Compression supported: 0 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.merge_operator: 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_filter: None 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_filter_factory: None 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.sst_partitioner_factory: None 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-07T08:56:00.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562a09035bc0) 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks: 1 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_top_level_index_and_filter: 1 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_type: 0 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_index_type: 0 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_shortening: 1 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: checksum: 4 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: no_block_cache: 0 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache: 0x562a09039090 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_name: BinnedLRUCache 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_options: 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: capacity : 536870912 2024-05-07T08:56:00.020 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_shard_bits : 4 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: strict_capacity_limit : 0 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: high_pri_pool_ratio: 0.000 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_compressed: (nil) 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: persistent_cache: (nil) 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size: 4096 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size_deviation: 10 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_restart_interval: 16 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_block_restart_interval: 1 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: metadata_block_size: 4096 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: partition_filters: 0 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: use_delta_encoding: 1 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: filter_policy: bloomfilter 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: whole_key_filtering: 1 2024-05-07T08:56:00.021 INFO:journalctl@ceph.mon.a.smithi008.stdout: verify_compression: 0 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: read_amp_bytes_per_bit: 0 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: format_version: 5 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_index_compression: 1 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_align: 0 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: max_auto_readahead_size: 262144 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: prepopulate_block_cache: 0 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: initial_auto_readahead_size: 8192 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_file_reads_for_auto_readahead: 2 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.write_buffer_size: 33554432 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_write_buffer_number: 2 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression: NoCompression 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression: Disabled 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.prefix_extractor: nullptr 2024-05-07T08:56:00.022 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.num_levels: 7 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:56:00.023 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.level: 32767 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.strategy: 0 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.enabled: false 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.target_file_size_base: 67108864 2024-05-07T08:56:00.024 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.arena_block_size: 1048576 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-07T08:56:00.025 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.disable_auto_compactions: 0 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.table_properties_collectors: 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.inplace_update_support: 0 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-07T08:56:00.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.bloom_locality: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.max_successive_merges: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.paranoid_file_checks: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.force_consistency_checks: 1 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.report_bg_io_stats: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.ttl: 2592000 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-07T08:56:00.027 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enable_blob_files: false 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.min_blob_size: 0 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_file_size: 268435456 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.blob_file_starting_level: 0 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 76bdeefd-9f6c-4519-8915-9088be9f6f48 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072159952534, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-07T08:56:00.028 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072159953489, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85336, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83509, "index_size": 237, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 77716, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": 1715072159, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "76bdeefd-9f6c-4519-8915-9088be9f6f48", "db_session_id": "U69J6XQBGQ1RVRY6PXF5", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072159953573, "job": 1, "event": "recovery_finished"} 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562a0912a000 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: DB pointer 0x562a09114000 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** DB Stats ** 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:56:00.029 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.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 135.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.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 135.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:56:00.030 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative compaction: 0.00 GB write, 26.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval compaction: 0.00 GB write, 26.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache BinnedLRUCache@0x562a09039090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: starting mon.a rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:00.031 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???) e1 preinit fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).mds e1 new map 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).mds e1 print_map 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout: e1 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.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,12=quiesce subvolumes} 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout: legacy client fscid: -1 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout: No filesystems configured 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:55:59 smithi008 ceph-mon[28025]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-07T08:56:00.032 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 bash[27988]: 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 2024-05-07T08:56:00.033 INFO:teuthology.orchestra.run.smithi008.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 systemd[1]: Started Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: monmap epoch 1 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: last_changed 2024-05-07T08:55:51.871390+0000 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: min_mon_release 19 (squid) 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: election_strategy: 1 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: fsmap 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: osdmap e1: 0 total, 0 up, 0 in 2024-05-07T08:56:00.275 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:00 smithi008 ceph-mon[28025]: mgrmap e1: no daemons active 2024-05-07T08:56:01.034 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-07T08:56:01.056 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:56:01.056 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mgr... 2024-05-07T08:56:01.057 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-07T08:56:01.057 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-07T08:56:01.289 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a 2024-05-07T08:56:01.290 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-07T08:56:01.447 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968.target.wants/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@.service. 2024-05-07T08:56:01.803 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:01 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/236338600' entity='client.admin' 2024-05-07T08:56:01.803 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:01 smithi008 podman[28265]: 2024-05-07 08:56:01.690644859 +0000 UTC m=+0.118085509 container create c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-07T08:56:02.033 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:56:02.034 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:56:02.041 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:56:02.042 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:56:02.042 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:56:02.042 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-05-07T08:56:02.050 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:56:02.051 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr to start... 2024-05-07T08:56:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr... 2024-05-07T08:56:02.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:01 smithi008 podman[28265]: 2024-05-07 08:56:01.909832917 +0000 UTC m=+0.337273569 container init c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-05-07T08:56:02.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:01 smithi008 podman[28265]: 2024-05-07 08:56:01.915567682 +0000 UTC m=+0.343008332 container start c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-05-07T08:56:02.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 bash[28265]: c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 2024-05-07T08:56:02.165 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 systemd[1]: Started Ceph mgr.a for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:56:02.165 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:02.074+0000 7fddab14d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:56:02.441 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:02.273+0000 7fddab14d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:02.441 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:02.381+0000 7fddab14d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:56:02.717 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/651736620' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:56:02.976 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:02.714+0000 7fddab14d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:56:02.976 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:02 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:02.802+0000 7fddab14d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "749d35c6-0c4f-11ef-bc97-c7b262605968", 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.236 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:03.237 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:56:03.238 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:56:03.238 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:56:03.238 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:56:03.238 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:56:03.238 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:56:03.241 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.242 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:55:55.088097+0000", 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:03.243 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:56:03.244 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:03.244 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (1/15)... 2024-05-07T08:56:04.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:04 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:04.067+0000 7fddab14d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:56:04.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:04 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:04.242+0000 7fddab14d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:04.719 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:04 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:04.419+0000 7fddab14d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:56:04.719 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:04 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:04.716+0000 7fddab14d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:56:05.024 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:04 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:04.811+0000 7fddab14d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:56:05.024 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:05 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:05.021+0000 7fddab14d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:56:05.369 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:05 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:05.220+0000 7fddab14d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:06.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:05 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:05.853+0000 7fddab14d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:56:06.599 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:06 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:06.289+0000 7fddab14d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:56:06.600 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:06 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:06.387+0000 7fddab14d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:56:06.600 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:06 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:06.597+0000 7fddab14d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:56:07.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.140+0000 7fddab14d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:56:07.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.237+0000 7fddab14d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:56:07.793 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.492+0000 7fddab14d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:56:07.793 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.629+0000 7fddab14d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:56:07.793 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.727+0000 7fddab14d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:56:08.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.846+0000 7fddab14d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:08.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:07 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:07.945+0000 7fddab14d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:56:08.663 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:08 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3495081730' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:56:09.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:08 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:08.801+0000 7fddab14d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:56:09.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:09.023+0000 7fddab14d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: Activating manager daemon a 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: mgrmap e2: a(active, starting, since 0.00296903s) 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:56:09.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: Manager daemon a is now available 2024-05-07T08:56:09.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:56:09.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:56:09.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' 2024-05-07T08:56:09.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' 2024-05-07T08:56:09.665 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:09 smithi008 ceph-mon[28025]: from='mgr.14100 172.21.15.8:0/2446886653' entity='mgr.a' 2024-05-07T08:56:11.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:11 smithi008 ceph-mon[28025]: mgrmap e3: a(active, since 1.00753s) 2024-05-07T08:56:12.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:12 smithi008 ceph-mon[28025]: mgrmap e4: a(active, since 2s) 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "749d35c6-0c4f-11ef-bc97-c7b262605968", 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:56:13.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:56:13.015 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:56:13.016 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:13.017 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:55:55.088097+0000", 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (2/15)... 2024-05-07T08:56:16.110 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:15 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1458939685' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "749d35c6-0c4f-11ef-bc97-c7b262605968", 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.357 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:16.358 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:56:16.359 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:56:16.359 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:56:16.359 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:56:16.359 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:56:16.359 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:56:16.362 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.362 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:56:16.362 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:56:16.362 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.363 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:55:55.088097+0000", 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:56:16.364 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:16.365 INFO:teuthology.orchestra.run.smithi008.stdout:mgr is available 2024-05-07T08:56:17.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:17 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3846202587' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-07T08:56:17.384 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:17 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3846202587' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-07T08:56:17.612 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-07T08:56:17.613 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-07T08:56:17.614 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling cephadm module... 2024-05-07T08:56:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:19 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3902754242' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-07T08:56:20.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:19 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setuser ceph since I am not root 2024-05-07T08:56:20.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:19 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setgroup ceph since I am not root 2024-05-07T08:56:20.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:20.062+0000 7f9de1baf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:56:20.449 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:20.252+0000 7f9de1baf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:20.449 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:20.359+0000 7f9de1baf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:56:20.719 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:20.685+0000 7f9de1baf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:56:20.985 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3902754242' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-07T08:56:20.985 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-mon[28025]: mgrmap e5: a(active, since 10s) 2024-05-07T08:56:20.985 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:20.779+0000 7f9de1baf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:56:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:21 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2741242523' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-05-07T08:56:21.918 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 5... 2024-05-07T08:56:22.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:22.041+0000 7f9de1baf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:56:22.664 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:22.226+0000 7f9de1baf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:22.664 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:22.405+0000 7f9de1baf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:56:23.018 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:22.706+0000 7f9de1baf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:56:23.018 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:22.803+0000 7f9de1baf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:56:23.018 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:23 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:23.016+0000 7f9de1baf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:56:23.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:23 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:23.216+0000 7f9de1baf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:24.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:23 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:23.842+0000 7f9de1baf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:56:24.594 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:24 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:24.283+0000 7f9de1baf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:56:24.594 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:24 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:24.382+0000 7f9de1baf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:56:24.595 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:24 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:24.592+0000 7f9de1baf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:56:25.413 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.142+0000 7f9de1baf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:56:25.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.238+0000 7f9de1baf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:56:25.847 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.490+0000 7f9de1baf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:56:25.847 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.627+0000 7f9de1baf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:56:25.847 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.726+0000 7f9de1baf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:56:25.847 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.845+0000 7f9de1baf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:26.163 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:25 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:25.941+0000 7f9de1baf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:56:27.058 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:26 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:26.781+0000 7f9de1baf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:56:27.058 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:27.004+0000 7f9de1baf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: Active manager daemon a restarted 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: Activating manager daemon a 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: osdmap e2: 0 total, 0 up, 0 in 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: mgrmap e6: a(active, starting, since 0.00333023s) 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:56:27.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: Manager daemon a is now available 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:27.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:27 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:28.319 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:28 smithi008 ceph-mon[28025]: Found migration_current of "None". Setting to last migration. 2024-05-07T08:56:28.319 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:28 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:56:28.319 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:28 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:56:28.319 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:28 smithi008 ceph-mon[28025]: mgrmap e7: a(active, since 1.00578s) 2024-05-07T08:56:28.597 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:28.597 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-07T08:56:28.598 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-07T08:56:28.598 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:28.598 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 5 is available 2024-05-07T08:56:28.598 INFO:teuthology.orchestra.run.smithi008.stdout:Setting orchestrator backend to cephadm... 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:29.592 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:29 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: [07/May/2024:08:56:29] ENGINE Bus STARTING 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: mgrmap e8: a(active, since 2s) 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: [07/May/2024:08:56:29] ENGINE Serving on https://172.21.15.8:7150 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: [07/May/2024:08:56:29] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: [07/May/2024:08:56:29] ENGINE Bus STARTED 2024-05-07T08:56:30.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:30 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:31.169 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-07T08:56:31.169 INFO:teuthology.orchestra.run.smithi008.stdout:Generating ssh key... 2024-05-07T08:56:31.913 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:31 smithi008 ceph-mon[28025]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:32.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: Generating public/private rsa key pair. 2024-05-07T08:56:32.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: Your identification has been saved in /tmp/tmpzmo3oz66/key. 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: Your public key has been saved in /tmp/tmpzmo3oz66/key.pub. 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: The key fingerprint is: 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: SHA256:wBRWOJCzfwJK2wcYv2OssEFBOEYDR2ab8HoBeX5+L2k ceph-749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: The key's randomart image is: 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: +---[RSA 3072]----+ 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |O*= .o++. | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |+X+oo+o | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |.+*+ oo. | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: | o+.* . | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |o..B = S | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |o.o B = . | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: | + o + = | 2024-05-07T08:56:32.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: |. . E . | 2024-05-07T08:56:32.416 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: | . . | 2024-05-07T08:56:32.416 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: +----[SHA256]-----+ 2024-05-07T08:56:32.773 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-mon[28025]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:32.773 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-mon[28025]: Generating ssh key... 2024-05-07T08:56:32.773 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:32.773 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:32 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:33.923 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:56:33.923 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-07T08:56:33.923 INFO:teuthology.orchestra.run.smithi008.stdout:Adding key to root@localhost authorized_keys... 2024-05-07T08:56:33.923 INFO:teuthology.orchestra.run.smithi008.stdout:Adding host smithi008... 2024-05-07T08:56:34.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:33 smithi008 ceph-mon[28025]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:35.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:34 smithi008 ceph-mon[28025]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:35 smithi008 ceph-mon[28025]: Deploying cephadm binary to smithi008 2024-05-07T08:56:39.564 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Added host 'smithi008' with addr '172.21.15.8' 2024-05-07T08:56:39.564 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mon service... 2024-05-07T08:56:40.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:40 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:40.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:40 smithi008 ceph-mon[28025]: Added host smithi008 2024-05-07T08:56:40.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:40 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:40.849 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-07T08:56:40.849 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mgr service... 2024-05-07T08:56:41.451 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:41 smithi008 ceph-mon[28025]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:41.451 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:41 smithi008 ceph-mon[28025]: Saving service mon spec with placement count:5 2024-05-07T08:56:41.451 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:41 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:42.367 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-07T08:56:43.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:42 smithi008 ceph-mon[28025]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:43.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:42 smithi008 ceph-mon[28025]: Saving service mgr spec with placement count:2 2024-05-07T08:56:43.010 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:42 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:44.317 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:44 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:44.318 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:44 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1089740849' entity='client.admin' 2024-05-07T08:56:44.318 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:44 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2073156056' entity='client.admin' 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T08:56:45.826 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:45 smithi008 ceph-mon[28025]: from='mgr.14118 172.21.15.8:0/4052857831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]': finished 2024-05-07T08:56:45.828 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling the dashboard module... 2024-05-07T08:56:47.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:46 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/957250863' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-07T08:56:47.116 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:46 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setuser ceph since I am not root 2024-05-07T08:56:47.116 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:46 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setgroup ceph since I am not root 2024-05-07T08:56:47.116 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:46 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:46.982+0000 7fba5bf57200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:56:47.399 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:47.174+0000 7fba5bf57200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:47.399 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:47.280+0000 7fba5bf57200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:56:47.657 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:47.610+0000 7fba5bf57200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:56:48.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:47.703+0000 7fba5bf57200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:56:48.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/957250863' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-07T08:56:48.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:47 smithi008 ceph-mon[28025]: mgrmap e9: a(active, since 19s) 2024-05-07T08:56:48.785 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:48.785 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-05-07T08:56:48.786 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 9... 2024-05-07T08:56:49.031 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:48 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3950621269' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-07T08:56:49.032 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:48 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:48.975+0000 7fba5bf57200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:56:49.339 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:49 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:49.158+0000 7fba5bf57200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:49.340 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:49 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:49.338+0000 7fba5bf57200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:56:49.913 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:49 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:49.638+0000 7fba5bf57200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:56:49.914 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:49 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:49.735+0000 7fba5bf57200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:56:50.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:49 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:49.946+0000 7fba5bf57200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:56:50.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:50 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:50.147+0000 7fba5bf57200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:56:51.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:50 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:50.772+0000 7fba5bf57200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:56:51.522 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:51 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:51.210+0000 7fba5bf57200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:56:51.522 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:51 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:51.310+0000 7fba5bf57200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:56:51.522 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:51 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:51.521+0000 7fba5bf57200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:56:52.413 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.068+0000 7fba5bf57200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:56:52.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.163+0000 7fba5bf57200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:56:52.774 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.415+0000 7fba5bf57200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:56:52.774 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.553+0000 7fba5bf57200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:56:52.775 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.652+0000 7fba5bf57200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:56:52.775 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.773+0000 7fba5bf57200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:56:53.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:52.868+0000 7fba5bf57200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:56:53.993 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:53.712+0000 7fba5bf57200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:56:53.993 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T08:56:53.938+0000 7fba5bf57200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: Active manager daemon a restarted 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: Activating manager daemon a 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: osdmap e3: 0 total, 0 up, 0 in 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: mgrmap e10: a(active, starting, since 0.0033339s) 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:56:54.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:56:54.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: Manager daemon a is now available 2024-05-07T08:56:54.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:56:54.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:53 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:56:55.269 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:54 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:56:55.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:54 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:56:55.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:54 smithi008 ceph-mon[28025]: [07/May/2024:08:56:54] ENGINE Bus STARTING 2024-05-07T08:56:55.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:54 smithi008 ceph-mon[28025]: mgrmap e11: a(active, since 1.00601s) 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 9 is available 2024-05-07T08:56:56.028 INFO:teuthology.orchestra.run.smithi008.stdout:Generating a dashboard self-signed certificate... 2024-05-07T08:56:57.056 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: [07/May/2024:08:56:54] ENGINE Serving on https://172.21.15.8:7150 2024-05-07T08:56:57.056 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-07T08:56:57.056 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-07T08:56:57.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: [07/May/2024:08:56:54] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T08:56:57.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: [07/May/2024:08:56:54] ENGINE Bus STARTED 2024-05-07T08:56:57.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:56:57.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:56:57.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:56:57.058 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T08:56:57.343 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-07T08:56:57.343 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial admin user... 2024-05-07T08:56:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:57 smithi008 ceph-mon[28025]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:57 smithi008 ceph-mon[28025]: mgrmap e12: a(active, since 2s) 2024-05-07T08:56:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:56:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:56:58.891 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$zPUBrDJLmKCcGOaPGgL1.ub.cVI8SmzXsbQuIwdKtJdLwH/1HijMS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715072218, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-07T08:56:58.891 INFO:teuthology.orchestra.run.smithi008.stdout:Fetching dashboard port number... 2024-05-07T08:56:59.610 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:59 smithi008 ceph-mon[28025]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:56:59.611 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:56:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:00.156 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 8443 2024-05-07T08:57:00.167 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:57:00.167 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:57:00.174 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:57:00.175 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:57:00.175 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:57:00.175 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph Dashboard is now available at: 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout: URL: https://smithi008.front.sepia.ceph.com:8443/ 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout: User: admin 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout: Password: kmhhy4krju 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:00.177 INFO:teuthology.orchestra.run.smithi008.stdout:Saving cluster configuration to /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config directory 2024-05-07T08:57:00.178 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling autotune for osd_memory_target 2024-05-07T08:57:00.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:00 smithi008 ceph-mon[28025]: Deploying daemon agent.smithi008 on smithi008 2024-05-07T08:57:00.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:00 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2941345540' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-07T08:57:01.443 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:01 smithi008 ceph-mon[28025]: mgrmap e13: a(active, since 6s) 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.819 INFO:teuthology.orchestra.run.smithi008.stdout:Or, if you are only running a single cluster on this host: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: ceph telemetry on 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout:For more information see: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:02.820 INFO:teuthology.orchestra.run.smithi008.stdout:Bootstrap complete. 2024-05-07T08:57:02.868 INFO:tasks.cephadm:Fetching config... 2024-05-07T08:57:02.869 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:57:02.869 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-07T08:57:02.886 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-07T08:57:02.886 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:57:02.886 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-07T08:57:02.943 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-07T08:57:02.943 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:57:02.943 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-07T08:57:03.119 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-07T08:57:03.120 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:57:03.120 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-07T08:57:03.175 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-07T08:57:03.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:57:03.328 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:03.340 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:57:03.385 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:03.397 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:57:03.413 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:03 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2566393175' entity='client.admin' 2024-05-07T08:57:03.437 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFdomAP22CHMVpEd6ytVVpWrx/eZoiWhACWJDrez5mIx/tBgMyGq/P8nlE/MJoSs2cvV4XxHGsb2WCuI7YJncDlGq1pf5wlghkbKCzMTFKfnQUs8Y5OrtjjMM3f7OB9aSXtFBXztIWeonuhFw49OJ0G6+y8EuejgXuvSMC+CYF2yKVv5YJbQpjcphO/k/0mXjfgOiYWoxyYogu8k1dqsM5GgTuzoUXJ1i5gZCX4vldQa4uu00FGMsgHcIPW7YHoRXBkPwCe2V7zUXacpoP3uipLGDXZ2OzXamS8vKVnfLZXKHuq5hy/3AeqLxQQy+wlYHcfrEtmR+A7aDOHGUuLw95bEd/noWKRDnohY32dk8VYBT93IESt8Xm0AlskxEQ0d+NNX9qV9hXUqv8eLutn026jF/BIYcMzyLQSi5zTxgiiFZzvVxD/iVTNwFy87JTcpxKR/zESrfWMe6dbUV0+AekQacYflkyqmZYOMyRXYmXKHWdc2FmhvNl+RuaGw8tJf0= ceph-749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:03.449 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-07T08:57:03.894 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.637 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.638 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.638 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.638 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:04.638 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:04.638 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:04 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:05 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1970589186' entity='client.admin' 2024-05-07T08:57:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:07.697 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-07T08:57:07.698 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-07T08:57:08.186 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:09.168 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:09.168 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:10.769 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:10 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:11.058 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi047 2024-05-07T08:57:11.058 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:57:11.058 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.conf 2024-05-07T08:57:11.080 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:57:11.080 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:11.138 INFO:tasks.cephadm:Adding host smithi047 to orchestrator... 2024-05-07T08:57:11.138 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch host add smithi047 2024-05-07T08:57:11.404 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:11.841 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:11.841 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:57:11.841 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:11.841 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:11.842 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:11.842 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:12.847 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:12 smithi008 ceph-mon[28025]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:12.847 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:12 smithi008 ceph-mon[28025]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:14.183 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:13 smithi008 ceph-mon[28025]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:14.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:13 smithi008 ceph-mon[28025]: Deploying cephadm binary to smithi047 2024-05-07T08:57:15.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:14 smithi008 ceph-mon[28025]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:17.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:16 smithi008 ceph-mon[28025]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:17.434 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi047' with addr '172.21.15.47' 2024-05-07T08:57:18.069 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-07T08:57:18.322 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:18.719 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:18 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:18.720 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:18 smithi008 ceph-mon[28025]: Added host smithi047 2024-05-07T08:57:18.720 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:18 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:18.720 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:18 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:19.741 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:19.742 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:19 smithi008 ceph-mon[28025]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:20.164 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:20.164 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}] 2024-05-07T08:57:20.738 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:20.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:20.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:20.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:20.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T08:57:20.739 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:20 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-05-07T08:57:20.764 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2024-05-07T08:57:20.765 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:57:20.765 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2024-05-07T08:57:20.787 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:57:20.787 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:20.846 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2024-05-07T08:57:20.847 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch host add smithi107 2024-05-07T08:57:21.090 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: Deploying daemon agent.smithi047 on smithi047 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:21.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:22.918 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:22.918 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:22.918 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:22.918 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:22.918 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:22.919 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:23 smithi008 ceph-mon[28025]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:25.141 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:24 smithi008 ceph-mon[28025]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:25.141 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:24 smithi008 ceph-mon[28025]: Deploying cephadm binary to smithi107 2024-05-07T08:57:25.141 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:24 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:27.391 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi107' with addr '172.21.15.107' 2024-05-07T08:57:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:27 smithi008 ceph-mon[28025]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:28.224 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-07T08:57:28.706 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: Added host smithi107 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:29.135 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T08:57:30.111 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-05-07T08:57:30.530 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:57:30.530 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2024-05-07T08:57:31.129 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:30 smithi008 ceph-mon[28025]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:31.129 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:30 smithi008 ceph-mon[28025]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:31.162 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-07T08:57:31.163 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-07T08:57:31.413 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:32.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:32.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: Deploying daemon agent.smithi107 on smithi107 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:32.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:33.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:32 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:33.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:32 smithi008 ceph-mon[28025]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:33.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:32 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:33.958 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-05-07T08:57:34.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:33 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:57:34.506 INFO:tasks.cephadm:Adding mon.a on smithi008 2024-05-07T08:57:34.506 INFO:tasks.cephadm:Adding mon.b on smithi047 2024-05-07T08:57:34.506 INFO:tasks.cephadm:Adding mon.c on smithi107 2024-05-07T08:57:34.507 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c' 2024-05-07T08:57:34.759 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:36.549 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2024-05-07T08:57:37.171 DEBUG:teuthology.orchestra.run.smithi047:mon.b> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.b.service 2024-05-07T08:57:37.173 DEBUG:teuthology.orchestra.run.smithi107:mon.c> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.c.service 2024-05-07T08:57:37.176 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:57:37.176 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:37.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:37.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:37.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:37 smithi008 ceph-mon[28025]: Deploying daemon mon.c on smithi107 2024-05-07T08:57:38.052 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:39.913 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:39 smithi008 ceph-mon[28025]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:41.575 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:57:41.575 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","modified":"2024-05-07T08:55:51.871390Z","created":"2024-05-07T08:55:51.871390Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-07T08:57:41.577 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2024-05-07T08:57:41.697 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 podman[29920]: 2024-05-07 08:57:41.67057975 +0000 UTC m=+0.352326802 container start a00f7bd1df3828cbe11e5909dc323f9a632afff5819c3ec272c69b86521babeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430) 2024-05-07T08:57:41.913 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:41 smithi008 ceph-mon[28025]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: set uid:gid to 167:167 (ceph:ceph) 2024-05-07T08:57:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev), process ceph-mon, pid 7 2024-05-07T08:57:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pidfile_write: ignore empty --pid-file 2024-05-07T08:57:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: load: jerasure load: lrc 2024-05-07T08:57:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: RocksDB version: 7.9.2 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Git sha 0 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Compile date 2024-05-05 15:22:23 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: DB SUMMARY 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: DB Session ID: ZV6WGU2LN1I3GFAJJZ36 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: CURRENT file: CURRENT 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: IDENTITY file: IDENTITY 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-07T08:57:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.error_if_exists: 0 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.create_if_missing: 0 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.paranoid_checks: 1 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.env: 0x55877b26ac60 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.fs: PosixFileSystem 2024-05-07T08:57:42.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.info_log: 0x55877d653ac0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_file_opening_threads: 16 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.statistics: (nil) 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.use_fsync: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_log_file_size: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.keep_log_file_num: 1000 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.recycle_log_file_num: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_fallocate: 1 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_mmap_reads: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_mmap_writes: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.use_direct_reads: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-07T08:57:42.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.create_missing_column_families: 0 2024-05-07T08:57:42.138 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.db_log_dir: 2024-05-07T08:57:42.138 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.wal_dir: 2024-05-07T08:57:42.138 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-07T08:57:42.140 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-07T08:57:42.140 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-07T08:57:42.140 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.advise_random_on_open: 1 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.db_write_buffer_size: 0 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.write_buffer_manager: 0x55877d6261e0 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.rate_limiter: (nil) 2024-05-07T08:57:42.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.wal_recovery_mode: 2 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enable_thread_tracking: 0 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enable_pipelined_write: 0 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.unordered_write: 0 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.row_cache: None 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.wal_filter: None 2024-05-07T08:57:42.142 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_ingest_behind: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.two_write_queues: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.manual_wal_flush: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.wal_compression: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.atomic_flush: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.log_readahead_size: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.best_efforts_recovery: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.allow_data_in_errors: 0 2024-05-07T08:57:42.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.db_host_id: __hostname__ 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_background_jobs: 2 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_background_compactions: -1 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_subcompactions: 1 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_total_wal_size: 0 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_open_files: -1 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bytes_per_sync: 0 2024-05-07T08:57:42.144 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_readahead_size: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_background_flushes: -1 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Compression algorithms supported: 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kZSTD supported: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kXpressCompression supported: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kLZ4HCCompression supported: 1 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kZlibCompression supported: 1 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kSnappyCompression supported: 1 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kLZ4Compression supported: 1 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: kBZip2Compression supported: 0 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-07T08:57:42.145 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.merge_operator: 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_filter: None 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_filter_factory: None 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.sst_partitioner_factory: None 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-07T08:57:42.146 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55877d653bc0) 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: cache_index_and_filter_blocks: 1 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: pin_top_level_index_and_filter: 1 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: index_type: 0 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: data_block_index_type: 0 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: index_shortening: 1 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: checksum: 4 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: no_block_cache: 0 2024-05-07T08:57:42.147 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_cache: 0x55877d657090 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_cache_name: BinnedLRUCache 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_cache_options: 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: capacity : 536870912 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: num_shard_bits : 4 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: strict_capacity_limit : 0 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: high_pri_pool_ratio: 0.000 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_cache_compressed: (nil) 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: persistent_cache: (nil) 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_size: 4096 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_size_deviation: 10 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_restart_interval: 16 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: index_block_restart_interval: 1 2024-05-07T08:57:42.148 INFO:journalctl@ceph.mon.c.smithi107.stdout: metadata_block_size: 4096 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: partition_filters: 0 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: use_delta_encoding: 1 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: filter_policy: bloomfilter 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: whole_key_filtering: 1 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: verify_compression: 0 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: read_amp_bytes_per_bit: 0 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: format_version: 5 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: enable_index_compression: 1 2024-05-07T08:57:42.149 INFO:journalctl@ceph.mon.c.smithi107.stdout: block_align: 0 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout: max_auto_readahead_size: 262144 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout: prepopulate_block_cache: 0 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout: initial_auto_readahead_size: 8192 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout: num_file_reads_for_auto_readahead: 2 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.write_buffer_size: 33554432 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_write_buffer_number: 2 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression: NoCompression 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression: Disabled 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.prefix_extractor: nullptr 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.num_levels: 7 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-07T08:57:42.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.level: 32767 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.strategy: 0 2024-05-07T08:57:42.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.enabled: false 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.target_file_size_base: 67108864 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-07T08:57:42.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.arena_block_size: 1048576 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.disable_auto_compactions: 0 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-07T08:57:42.153 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.table_properties_collectors: 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.inplace_update_support: 0 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-07T08:57:42.154 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.bloom_locality: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.max_successive_merges: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.paranoid_file_checks: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.force_consistency_checks: 1 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.report_bg_io_stats: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.ttl: 2592000 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enable_blob_files: false 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.min_blob_size: 0 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_file_size: 268435456 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-07T08:57:42.155 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.blob_file_starting_level: 0 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c20f8338-5129-480d-b127-43c1730d81cd 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072261702919, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072261703353, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715072261, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c20f8338-5129-480d-b127-43c1730d81cd", "db_session_id": "ZV6WGU2LN1I3GFAJJZ36", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715072261703434, "job": 1, "event": "recovery_finished"} 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55877d748000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: DB pointer 0x55877d732000 2024-05-07T08:57:42.156 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: ** DB Stats ** 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: ** Compaction Stats [default] ** 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-07T08:57:42.157 INFO:journalctl@ceph.mon.c.smithi107.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: ** Compaction Stats [default] ** 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-07T08:57:42.158 INFO:journalctl@ceph.mon.c.smithi107.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: Block cache BinnedLRUCache@0x55877d657090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: using public_addr v2:172.21.15.107:0/0 -> [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: starting mon.c rank -1 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(???) e0 preinit fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).mds e1 new map 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout: e1 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.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,12=quiesce subvolumes} 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout: legacy client fscid: -1 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout: No filesystems configured 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-07T08:57:42.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Added host smithi047 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.161 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.162 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Deploying daemon agent.smithi047 on smithi047 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.163 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Deploying cephadm binary to smithi107 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.164 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Added host smithi107 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:42.165 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Deploying daemon agent.smithi107 on smithi107 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.166 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.167 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:57:42.168 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: Deploying daemon mon.c on smithi107 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:42.169 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:41 smithi107 ceph-mon[29971]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-07T08:57:42.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:42 smithi107 bash[29920]: a00f7bd1df3828cbe11e5909dc323f9a632afff5819c3ec272c69b86521babeb 2024-05-07T08:57:42.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:42 smithi107 systemd[1]: Started Ceph mon.c for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:57:43.171 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:57:43.171 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:57:43.411 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:57:46.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: mon.a calling monitor election 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: mon.c calling monitor election 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: monmap epoch 2 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: last_changed 2024-05-07T08:57:41.727428+0000 2024-05-07T08:57:46.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: min_mon_release 19 (squid) 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: election_strategy: 1 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: fsmap 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: mgrmap e13: a(active, since 52s) 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: overall HEALTH_OK 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.916 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.917 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.917 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:46.917 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:46.917 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:47.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: mon.a calling monitor election 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: mon.c calling monitor election 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: monmap epoch 2 2024-05-07T08:57:47.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: last_changed 2024-05-07T08:57:41.727428+0000 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: min_mon_release 19 (squid) 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: election_strategy: 1 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: fsmap 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: mgrmap e13: a(active, since 52s) 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: overall HEALTH_OK 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:47.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:47.892 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:47 smithi008 ceph-mon[28025]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:47.892 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:47 smithi008 ceph-mon[28025]: Deploying daemon mon.b on smithi047 2024-05-07T08:57:47.892 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:47 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:48.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:47 smithi107 ceph-mon[29971]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:48.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:47 smithi107 ceph-mon[29971]: Deploying daemon mon.b on smithi047 2024-05-07T08:57:48.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:47 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:48.221 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:57:48.221 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":2,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","modified":"2024-05-07T08:57:41.727428Z","created":"2024-05-07T08:55:51.871390Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-07T08:57:48.223 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 2 2024-05-07T08:57:49.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:48 smithi107 ceph-mon[29971]: from='client.? 172.21.15.107:0/4254575673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:49.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:48 smithi008 ceph-mon[28025]: from='client.? 172.21.15.107:0/4254575673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:49.781 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:57:49.782 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:57:50.027 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:57:50.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:49 smithi107 ceph-mon[29971]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:50.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:49 smithi008 ceph-mon[28025]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout: e1 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.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,12=quiesce subvolumes} 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout: legacy client fscid: -1 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout: 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout: No filesystems configured 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-07T08:57:50.955 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:50.956 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Added host smithi047 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Deploying daemon agent.smithi047 on smithi047 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.255 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.256 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Deploying cephadm binary to smithi107 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Added host smithi107 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.257 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Deploying daemon agent.smithi107 on smithi107 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2799684153' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Deploying daemon mon.c on smithi107 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.a calling monitor election 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.c calling monitor election 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: monmap epoch 2 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: last_changed 2024-05-07T08:57:41.727428+0000 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: min_mon_release 19 (squid) 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: election_strategy: 1 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: fsmap 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mgrmap e13: a(active, since 52s) 2024-05-07T08:57:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: overall HEALTH_OK 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: Deploying daemon mon.b on smithi047 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: from='client.? 172.21.15.107:0/4254575673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 ceph-mon[29789]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-07T08:57:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 bash[29751]: 723ed1607f255c220f385af79b878b3772209339dccb599be558676ccb9c9a23 2024-05-07T08:57:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:50 smithi047 systemd[1]: Started Ceph mon.b for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:57:56.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: mon.a calling monitor election 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: mon.c calling monitor election 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: mon.b calling monitor election 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: monmap epoch 3 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: last_changed 2024-05-07T08:57:50.959789+0000 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: min_mon_release 19 (squid) 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: election_strategy: 1 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: fsmap 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: mgrmap e13: a(active, since 62s) 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: overall HEALTH_OK 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:56 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:56.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: mon.a calling monitor election 2024-05-07T08:57:56.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: mon.c calling monitor election 2024-05-07T08:57:56.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: mon.b calling monitor election 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: monmap epoch 3 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: last_changed 2024-05-07T08:57:50.959789+0000 2024-05-07T08:57:56.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: min_mon_release 19 (squid) 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: election_strategy: 1 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: fsmap 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: mgrmap e13: a(active, since 62s) 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: overall HEALTH_OK 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:56 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: mon.a calling monitor election 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: mon.c calling monitor election 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: mon.b calling monitor election 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: monmap epoch 3 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: last_changed 2024-05-07T08:57:50.959789+0000 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: created 2024-05-07T08:55:51.871390+0000 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: min_mon_release 19 (squid) 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: election_strategy: 1 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:57:56.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: fsmap 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: mgrmap e13: a(active, since 62s) 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: overall HEALTH_OK 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:56.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:56 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.367 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:57.368 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:57.368 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.368 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:57.368 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:57:57.368 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.369 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:57:57.370 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:57.371 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:57.371 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.371 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:57 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:57 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:57.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:57 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:57:57.842 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:57:57.842 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":3,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","modified":"2024-05-07T08:57:50.959789Z","created":"2024-05-07T08:55:51.871390Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-07T08:57:57.843 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 3 2024-05-07T08:57:58.124 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:58 smithi008 ceph-mon[28025]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:57:58.124 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:58 smithi008 ceph-mon[28025]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:57:58.124 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:58 smithi008 ceph-mon[28025]: from='client.? 172.21.15.107:0/2757940080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:58.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:58 smithi107 ceph-mon[29971]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:57:58.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:58 smithi107 ceph-mon[29971]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:57:58.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:58 smithi107 ceph-mon[29971]: from='client.? 172.21.15.107:0/2757940080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:58.395 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:58 smithi047 ceph-mon[29789]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:57:58.396 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:58 smithi047 ceph-mon[29789]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:57:58.396 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:58 smithi047 ceph-mon[29789]: from='client.? 172.21.15.107:0/2757940080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:57:59.117 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-07T08:57:59.118 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-07T08:57:59.378 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:57:59.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:59.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:57:59.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:57:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.776 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:59.776 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.776 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:57:59.777 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:57:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:57:59.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:57:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:00.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.210 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:58:01.210 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-05-07T08:58:01.210 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T08:58:01.210 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/866647434' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:58:01.781 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:01.811 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-07T08:58:01.812 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:58:01.812 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:58:01.841 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:58:01.841 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:58:01.908 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:58:01.908 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:58:01.943 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:58:01.943 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/866647434' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:58:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:02.013 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:58:02.014 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/866647434' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:58:02.037 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:02.043 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:58:02.043 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:58:02.109 INFO:tasks.cephadm:Adding mgr.a on smithi008 2024-05-07T08:58:02.109 INFO:tasks.cephadm:Adding mgr.b on smithi047 2024-05-07T08:58:02.109 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi008=a;smithi047=b' 2024-05-07T08:58:02.563 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:58:02.914 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:02 smithi107 ceph-mon[29971]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:58:02.915 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:02 smithi107 ceph-mon[29971]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:58:03.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:02 smithi008 ceph-mon[28025]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:58:03.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:02 smithi008 ceph-mon[28025]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:58:03.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:02 smithi047 ceph-mon[29789]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:58:03.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:02 smithi047 ceph-mon[29789]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:58:03.979 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:03.979 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:03.979 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:03.979 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:03.980 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:03.980 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:03.980 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:03 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:04.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:03 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:04.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:04.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:04.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:04.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:03 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:04.732 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mgr update... 2024-05-07T08:58:05.318 DEBUG:teuthology.orchestra.run.smithi047:mgr.b> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.b.service 2024-05-07T08:58:05.320 INFO:tasks.cephadm:Deploying OSDs... 2024-05-07T08:58:05.320 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:58:05.320 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:58:05.340 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:58:05.340 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-05-07T08:58:05.399 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:58:05.399 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:05.399 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-07T08:58:05.399 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:05.399 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:05.400 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:57:47.511679094 +0000 2024-05-07T08:58:05.400 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:51:22.609111516 +0000 2024-05-07T08:58:05.400 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:51:22.609111516 +0000 2024-05-07T08:58:05.400 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:51:22.609111516 +0000 2024-05-07T08:58:05.400 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:58:05.466 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:58:05.466 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:58:05.466 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000113446 s, 4.5 MB/s 2024-05-07T08:58:05.467 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:58:05.524 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:57:47.511679094 +0000 2024-05-07T08:58:05.581 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:51:22.960107907 +0000 2024-05-07T08:58:05.582 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:51:22.960107907 +0000 2024-05-07T08:58:05.582 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:51:22.960107907 +0000 2024-05-07T08:58:05.582 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:58:05.646 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:58:05.646 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:58:05.646 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000102445 s, 5.0 MB/s 2024-05-07T08:58:05.647 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:58:05.704 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-05-07T08:58:05.760 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:57:47.511679094 +0000 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:51:23.293104484 +0000 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:51:23.293104484 +0000 2024-05-07T08:58:05.761 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:51:23.293104484 +0000 2024-05-07T08:58:05.761 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:58:05.825 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:58:05.826 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:58:05.826 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000110711 s, 4.6 MB/s 2024-05-07T08:58:05.827 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:58:05.884 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:05.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:58:05.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:05.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:05.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:05 smithi008 ceph-mon[28025]: Deploying daemon mgr.b on smithi047 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:57:47.511679094 +0000 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:51:23.622101101 +0000 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:51:23.622101101 +0000 2024-05-07T08:58:05.930 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:51:23.622101101 +0000 2024-05-07T08:58:05.930 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:58:05.994 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:58:05.995 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:58:05.995 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000105562 s, 4.9 MB/s 2024-05-07T08:58:05.996 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:58:06.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:06.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:06.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:05 smithi047 ceph-mon[29789]: Deploying daemon mgr.b on smithi047 2024-05-07T08:58:06.053 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:58:06.053 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:58:06.070 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:58:06.070 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-05-07T08:58:06.128 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:58:06.128 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:57:58.956545392 +0000 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:51:22.368385808 +0000 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:51:22.368385808 +0000 2024-05-07T08:58:06.129 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:51:22.368385808 +0000 2024-05-07T08:58:06.129 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:05 smithi107 ceph-mon[29971]: Deploying daemon mgr.b on smithi047 2024-05-07T08:58:06.194 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:58:06.194 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:58:06.194 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00011419 s, 4.5 MB/s 2024-05-07T08:58:06.196 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:58:06.253 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:57:58.956545392 +0000 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:51:22.734378674 +0000 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:51:22.734378674 +0000 2024-05-07T08:58:06.310 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:51:22.734378674 +0000 2024-05-07T08:58:06.310 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:58:06.374 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:58:06.374 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:58:06.374 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000108672 s, 4.7 MB/s 2024-05-07T08:58:06.375 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:58:06.433 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:57:58.956545392 +0000 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:51:23.069372144 +0000 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:51:23.069372144 +0000 2024-05-07T08:58:06.489 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:51:23.069372144 +0000 2024-05-07T08:58:06.490 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:58:06.661 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:58:06.661 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:58:06.661 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000109991 s, 4.7 MB/s 2024-05-07T08:58:06.662 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:58:06.679 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-05-07T08:58:06.738 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:58:06.612395492 +0000 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:51:23.420365302 +0000 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:51:23.420365302 +0000 2024-05-07T08:58:06.739 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:51:23.420365302 +0000 2024-05-07T08:58:06.739 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:58:06.846 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:58:06.846 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:58:06.846 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000106991 s, 4.8 MB/s 2024-05-07T08:58:06.848 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:58:06.864 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:58:06.864 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:58:06.885 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:58:06.885 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:57:59.909616226 +0000 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:51:18.285685335 +0000 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:51:18.285685335 +0000 2024-05-07T08:58:06.944 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:51:18.285685335 +0000 2024-05-07T08:58:06.944 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:58:07.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:06 smithi047 systemd[1]: Starting Ceph mgr.b for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T08:58:07.014 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:58:07.014 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:58:07.014 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000224207 s, 2.3 MB/s 2024-05-07T08:58:07.015 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:58:07.074 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:57:59.909616226 +0000 2024-05-07T08:58:07.131 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:51:18.671679214 +0000 2024-05-07T08:58:07.132 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:51:18.671679214 +0000 2024-05-07T08:58:07.132 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:51:18.671679214 +0000 2024-05-07T08:58:07.132 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:58:07.196 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:58:07.196 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:58:07.196 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000213227 s, 2.4 MB/s 2024-05-07T08:58:07.197 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:58:07.254 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-05-07T08:58:07.310 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:58:07.310 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:07.310 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:57:59.909616226 +0000 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:51:19.023673632 +0000 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:51:19.023673632 +0000 2024-05-07T08:58:07.311 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:51:19.023673632 +0000 2024-05-07T08:58:07.311 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:58:07.316 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 podman[31458]: 2024-05-07 08:58:06.989190706 +0000 UTC m=+0.018398998 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:58:07.316 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 podman[31458]: 2024-05-07 08:58:07.112429666 +0000 UTC m=+0.141637931 container create 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27) 2024-05-07T08:58:07.316 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 podman[31458]: 2024-05-07 08:58:07.314701845 +0000 UTC m=+0.343910113 container init 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-07T08:58:07.374 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:58:07.374 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:58:07.374 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000220826 s, 2.3 MB/s 2024-05-07T08:58:07.375 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:58:07.432 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:57:59.909616226 +0000 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:51:19.385667891 +0000 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:51:19.385667891 +0000 2024-05-07T08:58:07.488 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:51:19.385667891 +0000 2024-05-07T08:58:07.489 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:58:07.552 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:58:07.552 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:58:07.552 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000220809 s, 2.3 MB/s 2024-05-07T08:58:07.553 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:58:07.609 INFO:tasks.cephadm:Deploying osd.0 on smithi008 with /dev/vg_nvme/lv_4... 2024-05-07T08:58:07.610 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:58:07.676 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 podman[31458]: 2024-05-07 08:58:07.320537965 +0000 UTC m=+0.349746231 container start 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-05-07T08:58:07.676 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mgr[31496]: -- 172.21.15.47:0/3369035506 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558e686125a0 con 0x558e685e7000 2024-05-07T08:58:07.676 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 bash[31458]: 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 2024-05-07T08:58:07.676 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 systemd[1]: Started Ceph mgr.b for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T08:58:07.677 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:07.479+0000 7fc376f60200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:58:07.677 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:07.674+0000 7fc376f60200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:58:07.862 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:58:07.992 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:07.992 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.992 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.992 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.992 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:07.993 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:07 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:07.783+0000 7fc376f60200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:08.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:07 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:08.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:07 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:08.362 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:08.109+0000 7fc376f60200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:58:08.363 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:08.208+0000 7fc376f60200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:58:09.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:09.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:09.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:09.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:09.059 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:08 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:09.059 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:09.060 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:09.060 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:08 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:58:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:58:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:09.701 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:09.568+0000 7fc376f60200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:58:10.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:09.805+0000 7fc376f60200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:58:10.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-mon[29789]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:58:10.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-mon[29789]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:58:10.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-mon[29789]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:10.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:09 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:09 smithi107 ceph-mon[29971]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:58:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:09 smithi107 ceph-mon[29971]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:58:10.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:09 smithi107 ceph-mon[29971]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:10.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:09 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:10.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:09 smithi008 ceph-mon[28025]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:58:10.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:09 smithi008 ceph-mon[28025]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:58:10.140 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:09 smithi008 ceph-mon[28025]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:10.140 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:09 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00834054 s, 1.3 GB/s 2024-05-07T08:58:10.140 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-07T08:58:10.277 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:10 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:10.016+0000 7fc376f60200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:58:10.554 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:10 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:10.329+0000 7fc376f60200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:58:10.554 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:10 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:10.428+0000 7fc376f60200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:58:10.845 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:10 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:10.640+0000 7fc376f60200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:58:10.845 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:10 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:10.842+0000 7fc376f60200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:58:11.109 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_4 2024-05-07T08:58:11.353 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:58:11.740 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:11.508+0000 7fc376f60200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:58:12.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:11.948+0000 7fc376f60200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:58:12.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:11 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.136 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:11 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:12.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:11 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:12.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:12 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:12.047+0000 7fc376f60200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:58:12.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:12 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:12.256+0000 7fc376f60200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:58:13.156 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:12 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:12.802+0000 7fc376f60200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:58:13.156 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:12 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:12.898+0000 7fc376f60200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:58:13.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:13.154+0000 7fc376f60200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:58:13.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:13.294+0000 7fc376f60200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:58:13.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:13.393+0000 7fc376f60200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:58:14.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:13.515+0000 7fc376f60200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:58:14.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:13.612+0000 7fc376f60200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:58:14.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-mon[29789]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:14.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:14.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:14.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:13 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:14.065 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:13 smithi008 ceph-mon[28025]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:14.065 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:13 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:14.066 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:13 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:14.066 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:13 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:13 smithi107 ceph-mon[29971]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:13 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:13 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:13 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:14.747 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:14.460+0000 7fc376f60200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:58:14.747 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T08:58:14.684+0000 7fc376f60200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:58:14.994 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:14.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: Standby manager daemon b started 2024-05-07T08:58:14.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:58:14.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:58:14.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:58:14.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:14 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: Standby manager daemon b started 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:58:15.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:14 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:58:15.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:15.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: Standby manager daemon b started 2024-05-07T08:58:15.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:58:15.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:58:15.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:58:15.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:14 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/996442868' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:58:15.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:15 smithi107 ceph-mon[29971]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:15.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:15 smithi107 ceph-mon[29971]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-07T08:58:15.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:15 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:58:16.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:15 smithi047 ceph-mon[29789]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:16.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:15 smithi047 ceph-mon[29789]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-07T08:58:16.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:15 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:58:16.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:15 smithi008 ceph-mon[28025]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:16.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:15 smithi008 ceph-mon[28025]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-07T08:58:16.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:15 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:58:17.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:16 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]: dispatch 2024-05-07T08:58:17.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:16 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]': finished 2024-05-07T08:58:17.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:16 smithi047 ceph-mon[29789]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:58:17.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:16 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:17.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:16 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/793499092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:17.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:16 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]: dispatch 2024-05-07T08:58:17.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:16 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]': finished 2024-05-07T08:58:17.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:16 smithi107 ceph-mon[29971]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:58:17.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:16 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:17.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:16 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/793499092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:17.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:16 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]: dispatch 2024-05-07T08:58:17.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:16 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1291245841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13511e0c-8d20-4119-b84e-e212fb92f9ff"}]': finished 2024-05-07T08:58:17.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:16 smithi008 ceph-mon[28025]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:58:17.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:16 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:17.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:16 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/793499092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:18.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:17 smithi047 ceph-mon[29789]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:18.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:17 smithi107 ceph-mon[29971]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:18.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:17 smithi008 ceph-mon[28025]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:20.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:19 smithi047 ceph-mon[29789]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:19 smithi107 ceph-mon[29971]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:20.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:19 smithi008 ceph-mon[28025]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:22.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:21 smithi047 ceph-mon[29789]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:22.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:21 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:21 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:21 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:21 smithi107 ceph-mon[29971]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:22.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:21 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:21 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:21 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.144 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:21 smithi008 ceph-mon[28025]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:22.144 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.144 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:22.144 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:21 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:23.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:22 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:58:23.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:22 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:23.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:22 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:58:23.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:22 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:23.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:58:23.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:23.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:23 smithi008 ceph-mon[28025]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:23.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:23 smithi008 ceph-mon[28025]: Deploying daemon osd.0 on smithi008 2024-05-07T08:58:24.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:23 smithi047 ceph-mon[29789]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:24.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:23 smithi047 ceph-mon[29789]: Deploying daemon osd.0 on smithi008 2024-05-07T08:58:24.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:23 smithi107 ceph-mon[29971]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:24.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:23 smithi107 ceph-mon[29971]: Deploying daemon osd.0 on smithi008 2024-05-07T08:58:26.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:25 smithi047 ceph-mon[29789]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:26.005 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:25 smithi008 ceph-mon[28025]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:26.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:25 smithi107 ceph-mon[29971]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:28.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:27 smithi047 ceph-mon[29789]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:28.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:27 smithi107 ceph-mon[29971]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:28.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:27 smithi008 ceph-mon[28025]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:28.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:29.844 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:29.845 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.047 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:30.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:30.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:30.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:30.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:30.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:30.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.112 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:31 smithi008 ceph-mon[28025]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:31.112 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.112 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.113 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:31 smithi047 ceph-mon[29789]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:31.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:31 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:31 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:31 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:31 smithi107 ceph-mon[29971]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:31 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:31 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:31.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:31 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:32.619 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 0 on host 'smithi008' 2024-05-07T08:58:33.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: Adjusting osd_memory_target on smithi008 to 16069M 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:33.357 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:33.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:33.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: Adjusting osd_memory_target on smithi008 to 16069M 2024-05-07T08:58:33.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:33.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:33.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.390 DEBUG:teuthology.orchestra.run.smithi008:osd.0> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.0.service 2024-05-07T08:58:33.392 INFO:tasks.cephadm:Deploying osd.1 on smithi047 with /dev/vg_nvme/lv_4... 2024-05-07T08:58:33.393 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:58:33.422 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: Adjusting osd_memory_target on smithi008 to 16069M 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:33.423 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:33 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:33.655 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:58:34.296 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:34 smithi008 ceph-mon[28025]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:58:34.296 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:34 smithi008 ceph-mon[28025]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:58:34.296 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:34 smithi008 ceph-mon[28025]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:58:34.296 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:34.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:34 smithi107 ceph-mon[29971]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:58:34.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:34 smithi107 ceph-mon[29971]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:58:34.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:34 smithi107 ceph-mon[29971]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:58:34.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:34 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:34.497 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:34 smithi047 ceph-mon[29789]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:58:34.497 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:34 smithi047 ceph-mon[29789]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:58:34.497 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:34 smithi047 ceph-mon[29789]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:58:34.498 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:34.664 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:58:34 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0[40267]: 2024-05-07T08:58:34.294+0000 7f7edbf09700 -1 osd.0 0 waiting for initial osdmap 2024-05-07T08:58:34.664 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:58:34 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0[40267]: 2024-05-07T08:58:34.296+0000 7f7ed3cf4700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.326 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' 2024-05-07T08:58:35.327 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:35 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' 2024-05-07T08:58:35.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:35 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: from='osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673]' entity='osd.0' 2024-05-07T08:58:35.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:35 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:35.785 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:58:35.785 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:58:35.786 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10+0 records in 2024-05-07T08:58:35.786 INFO:teuthology.orchestra.run.smithi047.stderr:10+0 records out 2024-05-07T08:58:35.786 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00841768 s, 1.2 GB/s 2024-05-07T08:58:35.786 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping successful for: 2024-05-07T08:58:36.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:36 smithi107 ceph-mon[29971]: purged_snaps scrub starts 2024-05-07T08:58:36.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:36 smithi107 ceph-mon[29971]: purged_snaps scrub ok 2024-05-07T08:58:36.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:36 smithi107 ceph-mon[29971]: osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673] boot 2024-05-07T08:58:36.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:36 smithi107 ceph-mon[29971]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:58:36.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:36 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:36.404 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:36 smithi047 ceph-mon[29789]: purged_snaps scrub starts 2024-05-07T08:58:36.404 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:36 smithi047 ceph-mon[29789]: purged_snaps scrub ok 2024-05-07T08:58:36.404 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:36 smithi047 ceph-mon[29789]: osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673] boot 2024-05-07T08:58:36.404 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:36 smithi047 ceph-mon[29789]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:58:36.404 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:36 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:36 smithi008 ceph-mon[28025]: purged_snaps scrub starts 2024-05-07T08:58:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:36 smithi008 ceph-mon[28025]: purged_snaps scrub ok 2024-05-07T08:58:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:36 smithi008 ceph-mon[28025]: osd.0 [v2:172.21.15.8:6802/1888179673,v1:172.21.15.8:6803/1888179673] boot 2024-05-07T08:58:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:36 smithi008 ceph-mon[28025]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:58:36.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:36 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:58:36.435 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi047:vg_nvme/lv_4 2024-05-07T08:58:36.726 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:58:37.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:37 smithi047 ceph-mon[29789]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:37.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:37 smithi047 ceph-mon[29789]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:58:37.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:37 smithi107 ceph-mon[29971]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:37.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:37 smithi107 ceph-mon[29971]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:58:37.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:37 smithi008 ceph-mon[28025]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:58:37.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:37 smithi008 ceph-mon[28025]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:58:39.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:39 smithi047 ceph-mon[29789]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:39.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:39 smithi047 ceph-mon[29789]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:39.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:39 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:39.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:39 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:39.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:39 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:39.556 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:39 smithi107 ceph-mon[29971]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:39.556 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:39 smithi107 ceph-mon[29971]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:39.556 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:39 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:39.556 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:39 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:39.557 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:39 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:39.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:39 smithi008 ceph-mon[28025]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:39.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:39 smithi008 ceph-mon[28025]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:58:39.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:39 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:58:39.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:39 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:58:39.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:39 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:42.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='client.? 172.21.15.47:0/758075914' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]': finished 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:58:42.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:41 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='client.? 172.21.15.47:0/758075914' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]': finished 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:58:42.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:41 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:42.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:42.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='client.? 172.21.15.47:0/758075914' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]: dispatch 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac"}]': finished 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:58:42.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:41 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:43.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:42 smithi107 ceph-mon[29971]: from='client.? 172.21.15.47:0/2114148059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:43.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:42 smithi008 ceph-mon[28025]: from='client.? 172.21.15.47:0/2114148059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:43.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:42 smithi047 ceph-mon[29789]: from='client.? 172.21.15.47:0/2114148059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:58:44.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:43 smithi107 ceph-mon[29971]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:44.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:43 smithi008 ceph-mon[28025]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:44.247 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:43 smithi047 ceph-mon[29789]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:45.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:45 smithi047 ceph-mon[29789]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:45.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:45 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:45.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:45 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:45.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:45 smithi047 ceph-mon[29789]: Detected new or changed devices on smithi008 2024-05-07T08:58:45.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:45 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:45.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:45 smithi008 ceph-mon[28025]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:45.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:45 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:45.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:45 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:45.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:45 smithi008 ceph-mon[28025]: Detected new or changed devices on smithi008 2024-05-07T08:58:45.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:45 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:46.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:45 smithi107 ceph-mon[29971]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:46.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:45 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:46.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:45 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:46.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:45 smithi107 ceph-mon[29971]: Detected new or changed devices on smithi008 2024-05-07T08:58:46.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:45 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:47.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:47 smithi047 ceph-mon[29789]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:48.026 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:47 smithi008 ceph-mon[28025]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:48.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:47 smithi107 ceph-mon[29971]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:48.832 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:48 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:58:48.832 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:48 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:48.832 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:48 smithi047 ceph-mon[29789]: Deploying daemon osd.1 on smithi047 2024-05-07T08:58:48.891 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:48 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:58:48.891 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:48 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:48.891 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:48 smithi008 ceph-mon[28025]: Deploying daemon osd.1 on smithi047 2024-05-07T08:58:49.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:48 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:58:49.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:48 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:49.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:48 smithi107 ceph-mon[29971]: Deploying daemon osd.1 on smithi047 2024-05-07T08:58:49.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:49 smithi047 ceph-mon[29789]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:50.110 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:49 smithi008 ceph-mon[28025]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:50.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:49 smithi107 ceph-mon[29971]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:51.330 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:51 smithi047 ceph-mon[29789]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:51.331 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:51 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.331 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:51 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.331 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:51 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:51 smithi008 ceph-mon[28025]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:51.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:51 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:51 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:51 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:51 smithi107 ceph-mon[29971]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:51.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:51 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:51 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:51.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:51 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:53.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:53 smithi047 ceph-mon[29789]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:53.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:53 smithi008 ceph-mon[28025]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:53.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:53 smithi107 ceph-mon[29971]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:55.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:55.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:55 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:55.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:55.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:55 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.415 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:55.415 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.415 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:55.415 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:55.416 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:55.416 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:55.416 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:55 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:57.341 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:57 smithi047 ceph-mon[29789]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:57.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:57 smithi107 ceph-mon[29971]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:57.413 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:57 smithi008 ceph-mon[28025]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:57.673 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 1 on host 'smithi047' 2024-05-07T08:58:58.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:58.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: Adjusting osd_memory_target on smithi047 to 16069M 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:58.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:58 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.321 DEBUG:teuthology.orchestra.run.smithi047:osd.1> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.1.service 2024-05-07T08:58:58.324 INFO:tasks.cephadm:Deploying osd.2 on smithi107 with /dev/vg_nvme/lv_4... 2024-05-07T08:58:58.324 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:58:58.353 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.353 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.353 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.353 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:58.353 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: Adjusting osd_memory_target on smithi047 to 16069M 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:58.354 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:58 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: Adjusting osd_memory_target on smithi047 to 16069M 2024-05-07T08:58:58.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:58:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:58:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:58 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:58:58.574 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:58:59.287 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:59.287 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:58:59.287 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.287 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:58:59.287 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:59.288 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:58:59 smithi107 ceph-mon[29971]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:59.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:58:59 smithi008 ceph-mon[28025]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:58:59.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:58:59.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: from='osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:58:59.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:58:59.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:58:59 smithi047 ceph-mon[29789]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:58:59.504 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:58:59 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1[35089]: 2024-05-07T08:58:59.100+0000 7f8e5abfc700 -1 osd.1 0 waiting for initial osdmap 2024-05-07T08:58:59.504 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:58:59 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1[35089]: 2024-05-07T08:58:59.103+0000 7f8e569ef700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:59:00.283 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:00 smithi107 ceph-mon[29971]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:59:00.283 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:00 smithi107 ceph-mon[29971]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:59:00.283 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:00.283 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:00 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:00.413 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:00 smithi008 ceph-mon[28025]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:59:00.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:00 smithi008 ceph-mon[28025]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:59:00.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:00.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:00 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:00.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:00 smithi047 ceph-mon[29789]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:59:00.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:00 smithi047 ceph-mon[29789]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:59:00.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:00.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:00 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:01.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: purged_snaps scrub starts 2024-05-07T08:59:01.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: purged_snaps scrub ok 2024-05-07T08:59:01.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:59:01.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681] boot 2024-05-07T08:59:01.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:59:01.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:01.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:01 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: purged_snaps scrub starts 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: purged_snaps scrub ok 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681] boot 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:01 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: purged_snaps scrub starts 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: purged_snaps scrub ok 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: osd.1 [v2:172.21.15.47:6800/1102891681,v1:172.21.15.47:6801/1102891681] boot 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:01.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:01 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:02.005 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:59:02.005 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:59:02.006 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-05-07T08:59:02.006 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-05-07T08:59:02.006 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013307 s, 788 MB/s 2024-05-07T08:59:02.006 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-05-07T08:59:02.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:02 smithi107 ceph-mon[29971]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:59:02.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:02 smithi008 ceph-mon[28025]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:59:02.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:02 smithi047 ceph-mon[29789]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:59:03.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:03 smithi107 ceph-mon[29971]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:03.168 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-05-07T08:59:03.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:03 smithi008 ceph-mon[28025]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:03.447 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:59:03.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:03 smithi047 ceph-mon[29789]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:59:06.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:59:06.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:59:06.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:06.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:06.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:59:06.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:06.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:06 smithi107 ceph-mon[29971]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:59:07.100 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:06 smithi047 ceph-mon[29789]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:59:07.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:06 smithi008 ceph-mon[28025]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:59:08.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:07 smithi107 ceph-mon[29971]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:08.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:07 smithi008 ceph-mon[28025]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:08.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:07 smithi047 ceph-mon[29789]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='client.? 172.21.15.107:0/397397050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]': finished 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:08.866 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:08.867 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:08.867 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:08 smithi008 ceph-mon[28025]: from='client.? 172.21.15.107:0/4200492203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:59:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='client.? 172.21.15.107:0/397397050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]': finished 2024-05-07T08:59:09.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:59:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:08 smithi107 ceph-mon[29971]: from='client.? 172.21.15.107:0/4200492203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='client.? 172.21.15.107:0/397397050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]: dispatch 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5162ce44-e0c8-4ab8-b388-c92982b6aa96"}]': finished 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:09.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:09.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:08 smithi047 ceph-mon[29789]: from='client.? 172.21.15.107:0/4200492203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:59:10.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:09 smithi107 ceph-mon[29971]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:10.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:09 smithi107 ceph-mon[29971]: Detected new or changed devices on smithi047 2024-05-07T08:59:10.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:09 smithi008 ceph-mon[28025]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:10.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:09 smithi008 ceph-mon[28025]: Detected new or changed devices on smithi047 2024-05-07T08:59:10.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:09 smithi047 ceph-mon[29789]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:10.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:09 smithi047 ceph-mon[29789]: Detected new or changed devices on smithi047 2024-05-07T08:59:12.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:11 smithi107 ceph-mon[29971]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:12.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:11 smithi008 ceph-mon[28025]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:12.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:11 smithi047 ceph-mon[29789]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:13.872 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:13 smithi047 ceph-mon[29789]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:13 smithi107 ceph-mon[29971]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:14.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:13 smithi008 ceph-mon[28025]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:14.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:14 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:14.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:14 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:14.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:14 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:14.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:14 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:15.085 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:14 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:15.085 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:14 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:16.099 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:15 smithi107 ceph-mon[29971]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:16.099 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:15 smithi107 ceph-mon[29971]: Deploying daemon osd.2 on smithi107 2024-05-07T08:59:16.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:15 smithi008 ceph-mon[28025]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:16.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:15 smithi008 ceph-mon[28025]: Deploying daemon osd.2 on smithi107 2024-05-07T08:59:16.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:15 smithi047 ceph-mon[29789]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:16.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:15 smithi047 ceph-mon[29789]: Deploying daemon osd.2 on smithi107 2024-05-07T08:59:18.056 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:17 smithi107 ceph-mon[29971]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:18.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:17 smithi008 ceph-mon[28025]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:18.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:17 smithi047 ceph-mon[29789]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:20.133 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:20.133 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.133 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.133 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.133 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:20.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:19 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:20.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:20.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:20.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:20.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:19 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:20.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:20.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:59:20.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:19 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:21.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: Reconfiguring osd.2 (unknown last config time)... 2024-05-07T08:59:21.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: Reconfiguring daemon osd.2 on smithi107 2024-05-07T08:59:21.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:20 smithi107 ceph-mon[29971]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: Reconfiguring osd.2 (unknown last config time)... 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: Reconfiguring daemon osd.2 on smithi107 2024-05-07T08:59:21.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:20 smithi008 ceph-mon[28025]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: Reconfiguring osd.2 (unknown last config time)... 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: Reconfiguring daemon osd.2 on smithi107 2024-05-07T08:59:21.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:20 smithi047 ceph-mon[29789]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:22.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:22 smithi107 ceph-mon[29971]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:22.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:22 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:22.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:22 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:22.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:22 smithi008 ceph-mon[28025]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:22.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:22.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:22 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:22.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:22 smithi047 ceph-mon[29789]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:22.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:22 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:22.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:22 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:24.101 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:23 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:24.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:23 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:24.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:24.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:23 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:25.063 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:24 smithi008 ceph-mon[28025]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:25.063 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:24 smithi008 ceph-mon[28025]: Cluster is now healthy 2024-05-07T08:59:25.063 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:24 smithi008 ceph-mon[28025]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:25.063 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:24 smithi008 ceph-mon[28025]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:25.121 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:24 smithi107 ceph-mon[29971]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:25.122 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:24 smithi107 ceph-mon[29971]: Cluster is now healthy 2024-05-07T08:59:25.122 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:24 smithi107 ceph-mon[29971]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:25.122 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:24 smithi107 ceph-mon[29971]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:25.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:24 smithi047 ceph-mon[29789]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:25.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:24 smithi047 ceph-mon[29789]: Cluster is now healthy 2024-05-07T08:59:25.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:24 smithi047 ceph-mon[29789]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:25.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:24 smithi047 ceph-mon[29789]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:59:26.066 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.067 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:25 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:25 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:59:26.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:26.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:25 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:26.918 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 2 on host 'smithi107' 2024-05-07T08:59:27.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:59:27.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:59:27.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:26 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:59:27.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:59:27.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:26 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.349 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:59:27.349 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:59:27.349 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.349 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:27.350 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.350 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:26 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:27.491 DEBUG:teuthology.orchestra.run.smithi107:osd.2> sudo journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.2.service 2024-05-07T08:59:27.494 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-07T08:59:27.494 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: purged_snaps scrub starts 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: purged_snaps scrub ok 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838] boot 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:59:28.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: Adjusting osd_memory_target on smithi107 to 20160M 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.254 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:27 smithi047 ceph-mon[29789]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:28.299 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: purged_snaps scrub starts 2024-05-07T08:59:28.299 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: purged_snaps scrub ok 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838] boot 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: Adjusting osd_memory_target on smithi107 to 20160M 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:28.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:27 smithi008 ceph-mon[28025]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: purged_snaps scrub starts 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: purged_snaps scrub ok 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: osd.2 [v2:172.21.15.107:6800/3369771838,v1:172.21.15.107:6801/3369771838] boot 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: Adjusting osd_memory_target on smithi107 to 20160M 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:28.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:28.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:28.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:27 smithi107 ceph-mon[29971]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:59:28.791 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:29.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:28 smithi008 ceph-mon[28025]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:59:29.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:29.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:28 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:28 smithi047 ceph-mon[29789]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:59:29.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:28 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:29.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:28 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:28 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:28 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:28 smithi107 ceph-mon[29971]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:59:29.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:28 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:29.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:28 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:28 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:29.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:28 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:30.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:30.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:29 smithi008 ceph-mon[28025]: pgmap v90: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:30.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:29 smithi008 ceph-mon[28025]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:59:30.029 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:29 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:30.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:30.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:29 smithi047 ceph-mon[29789]: pgmap v90: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:30.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:29 smithi047 ceph-mon[29789]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:59:30.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:29 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:30.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:30.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:29 smithi107 ceph-mon[29971]: pgmap v90: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:30.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:29 smithi107 ceph-mon[29971]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:59:30.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:29 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:59:30.623 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42429]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:30.623 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42429]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:30.623 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42429]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:30.624 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42429]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:31.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:30 smithi008 ceph-mon[28025]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-07T08:59:31.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:30 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:31.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:30 smithi008 ceph-mon[28025]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:59:31.165 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42472]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:31.165 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42472]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:31.165 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42472]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:31.165 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:59:30 smithi008 sudo[42472]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:31.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:30 smithi047 ceph-mon[29789]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-07T08:59:31.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:30 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:31.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:30 smithi047 ceph-mon[29789]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:59:31.328 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:59:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:30 smithi107 ceph-mon[29971]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-07T08:59:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:30 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:59:31.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:30 smithi107 ceph-mon[29971]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:59:31.730 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36691]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:31.730 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36691]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:31.730 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36691]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:31.730 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36691]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:31.945 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1715072366,"num_in_osds":3,"osd_in_since":1715072348,"num_remapped_pgs":0} 2024-05-07T08:59:31.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:59:32.003 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36703]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:32.003 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36703]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:32.003 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36703]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:32.003 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 08:59:31 smithi047 sudo[36703]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:32.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:32.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-07T08:59:32.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: Cluster is now healthy 2024-05-07T08:59:32.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: osdmap e22: 3 total, 3 up, 3 in 2024-05-07T08:59:32.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/3428665821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:59:32.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:31 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.191 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: Cluster is now healthy 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: osdmap e22: 3 total, 3 up, 3 in 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.313 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3428665821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:59:32.314 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:31 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37064]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:32.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37064]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:32.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37064]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:32.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37064]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: pgmap v92: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: Cluster is now healthy 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: osdmap e22: 3 total, 3 up, 3 in 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/3428665821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:59:32.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:31 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:32.884 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37067]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:32.884 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37067]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:32.884 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37067]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:32.884 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 08:59:32 smithi107 sudo[37067]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:33.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:32 smithi008 sudo[42634]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:33.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:32 smithi008 sudo[42634]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:33.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:32 smithi008 sudo[42634]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:33.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:32 smithi008 sudo[42634]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:33.625 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 sudo[42645]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:33.625 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 sudo[42645]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:33.626 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 sudo[42645]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:33.626 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 sudo[42645]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:33.840 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37070]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:33.840 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37070]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:33.840 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37070]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:33.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37070]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:59:33.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:33.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:33.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:33 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:34.069 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:59:34.069 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","created":"2024-05-07T08:55:55.087619+0000","modified":"2024-05-07T08:59:30.967306+0000","last_up_change":"2024-05-07T08:59:26.916848+0000","last_in_change":"2024-05-07T08:59:08.028022+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:59:28.461359+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_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13511e0c-8d20-4119-b84e-e212fb92f9ff","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.8:6802","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6803","nonce":1888179673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6805","nonce":1888179673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6809","nonce":1888179673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6807","nonce":1888179673}]},"public_addr":"172.21.15.8:6803/1888179673","cluster_addr":"172.21.15.8:6805/1888179673","heartbeat_back_addr":"172.21.15.8:6809/1888179673","heartbeat_front_addr":"172.21.15.8:6807/1888179673","state":["exists","up"]},{"osd":1,"uuid":"f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac","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.47:6800","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6801","nonce":1102891681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6803","nonce":1102891681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6807","nonce":1102891681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6805","nonce":1102891681}]},"public_addr":"172.21.15.47:6801/1102891681","cluster_addr":"172.21.15.47:6803/1102891681","heartbeat_back_addr":"172.21.15.47:6807/1102891681","heartbeat_front_addr":"172.21.15.47:6805/1102891681","state":["exists","up"]},{"osd":2,"uuid":"5162ce44-e0c8-4ab8-b388-c92982b6aa96","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.107:6800","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6801","nonce":3369771838}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6803","nonce":3369771838}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6807","nonce":3369771838}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6805","nonce":3369771838}]},"public_addr":"172.21.15.107:6801/3369771838","cluster_addr":"172.21.15.107:6803/3369771838","heartbeat_back_addr":"172.21.15.107:6807/3369771838","heartbeat_front_addr":"172.21.15.107:6805/3369771838","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:33.109407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:58.262287+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:59:25.187778+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/3979844800":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:0/1011475255":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/2599285567":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/3873828581":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1611189003":"2024-05-08T08:56:27.006216+0000","172.21.15.8:6801/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6801/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1866577438":"2024-05-08T08:56:53.940883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37074]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37074]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37074]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 sudo[37074]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:34.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:34.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:33 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:34.739 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36806]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:59:34.739 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36806]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:34.739 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36806]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:34.739 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36806]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:34.741 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-07T08:59:28.461359+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_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-07T08:59:34.741 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2645713891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:34.975 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:34 smithi107 ceph-mon[29971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:34.994 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:35.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36809]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:59:35.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36809]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:59:35.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36809]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:59:35.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 sudo[36809]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:59:35.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:35.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:35.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:35.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:35.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2645713891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:35.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:34 smithi047 ceph-mon[29789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2645713891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:35.116 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:34 smithi008 ceph-mon[28025]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:59:36.905 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-05-07T08:59:37.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:36 smithi107 ceph-mon[29971]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:37.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:36 smithi008 ceph-mon[28025]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:37.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:36 smithi047 ceph-mon[29789]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:37.461 INFO:tasks.cephadm:Setting up client nodes... 2024-05-07T08:59:37.462 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-07T08:59:37.462 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-07T08:59:37.462 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-07T08:59:37.704 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:38.120 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:37 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2218505070' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:59:38.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:37 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2218505070' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:59:38.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:37 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2218505070' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:59:39.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:38 smithi107 ceph-mon[29971]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-05-07T08:59:39.160 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:38 smithi008 ceph-mon[28025]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-05-07T08:59:39.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:38 smithi047 ceph-mon[29789]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-05-07T08:59:39.637 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 214 KiB/s wr, 14 op/s 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: Detected new or changed devices on smithi107 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.290 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2568483451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.291 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:40 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.316 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":3562290706},{"type":"v1","addr":"172.21.15.8:6801","nonce":3562290706}]},"active_addr":"172.21.15.8:6801/3562290706","active_change":"2024-05-07T08:56:53.941000+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.8:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":1731924675}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2284540664}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":3518625016}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":3748111437}]}]} 2024-05-07T08:59:40.322 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-07T08:59:40.322 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-07T08:59:40.322 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:59:40.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 214 KiB/s wr, 14 op/s 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: Detected new or changed devices on smithi107 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2568483451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:40 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 214 KiB/s wr, 14 op/s 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: Detected new or changed devices on smithi107 2024-05-07T08:59:40.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 213 KiB/s wr, 14 op/s 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2568483451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:59:40.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:59:40.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:40 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:40.565 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:41.378 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:41 smithi008 ceph-mon[28025]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.3 KiB/s rd, 258 KiB/s wr, 17 op/s 2024-05-07T08:59:41.379 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:41 smithi008 ceph-mon[28025]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:41.379 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:41 smithi008 ceph-mon[28025]: Cluster is now healthy 2024-05-07T08:59:41.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:41 smithi107 ceph-mon[29971]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.3 KiB/s rd, 258 KiB/s wr, 17 op/s 2024-05-07T08:59:41.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:41 smithi107 ceph-mon[29971]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:41.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:41 smithi107 ceph-mon[29971]: Cluster is now healthy 2024-05-07T08:59:41.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:41 smithi047 ceph-mon[29789]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.3 KiB/s rd, 258 KiB/s wr, 17 op/s 2024-05-07T08:59:41.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:41 smithi047 ceph-mon[29789]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-07T08:59:41.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:41 smithi047 ceph-mon[29789]: Cluster is now healthy 2024-05-07T08:59:42.431 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:59:42.431 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","created":"2024-05-07T08:55:55.087619+0000","modified":"2024-05-07T08:59:30.967306+0000","last_up_change":"2024-05-07T08:59:26.916848+0000","last_in_change":"2024-05-07T08:59:08.028022+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:59:28.461359+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_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13511e0c-8d20-4119-b84e-e212fb92f9ff","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.8:6802","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6803","nonce":1888179673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6805","nonce":1888179673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6809","nonce":1888179673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6807","nonce":1888179673}]},"public_addr":"172.21.15.8:6803/1888179673","cluster_addr":"172.21.15.8:6805/1888179673","heartbeat_back_addr":"172.21.15.8:6809/1888179673","heartbeat_front_addr":"172.21.15.8:6807/1888179673","state":["exists","up"]},{"osd":1,"uuid":"f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac","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.47:6800","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6801","nonce":1102891681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6803","nonce":1102891681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6807","nonce":1102891681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6805","nonce":1102891681}]},"public_addr":"172.21.15.47:6801/1102891681","cluster_addr":"172.21.15.47:6803/1102891681","heartbeat_back_addr":"172.21.15.47:6807/1102891681","heartbeat_front_addr":"172.21.15.47:6805/1102891681","state":["exists","up"]},{"osd":2,"uuid":"5162ce44-e0c8-4ab8-b388-c92982b6aa96","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.107:6800","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6801","nonce":3369771838}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6803","nonce":3369771838}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6807","nonce":3369771838}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6805","nonce":3369771838}]},"public_addr":"172.21.15.107:6801/3369771838","cluster_addr":"172.21.15.107:6803/3369771838","heartbeat_back_addr":"172.21.15.107:6807/3369771838","heartbeat_front_addr":"172.21.15.107:6805/3369771838","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:33.109407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:58.262287+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:59:25.187778+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/3979844800":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:0/1011475255":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/2599285567":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/3873828581":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1611189003":"2024-05-08T08:56:27.006216+0000","172.21.15.8:6801/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6801/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1866577438":"2024-05-08T08:56:53.940883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:59:43.050 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-07T08:59:43.050 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:59:43.296 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:43.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:43 smithi107 ceph-mon[29971]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:43.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:43 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1365334648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:43.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:43 smithi008 ceph-mon[28025]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:43.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:43 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1365334648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:43.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:43 smithi047 ceph-mon[29789]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:43.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:43 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1365334648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:45.239 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:59:45.240 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"749d35c6-0c4f-11ef-bc97-c7b262605968","created":"2024-05-07T08:55:55.087619+0000","modified":"2024-05-07T08:59:30.967306+0000","last_up_change":"2024-05-07T08:59:26.916848+0000","last_in_change":"2024-05-07T08:59:08.028022+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:59:28.461359+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_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13511e0c-8d20-4119-b84e-e212fb92f9ff","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.8:6802","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6803","nonce":1888179673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6805","nonce":1888179673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6809","nonce":1888179673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1888179673},{"type":"v1","addr":"172.21.15.8:6807","nonce":1888179673}]},"public_addr":"172.21.15.8:6803/1888179673","cluster_addr":"172.21.15.8:6805/1888179673","heartbeat_back_addr":"172.21.15.8:6809/1888179673","heartbeat_front_addr":"172.21.15.8:6807/1888179673","state":["exists","up"]},{"osd":1,"uuid":"f85b3e73-c97f-4ec4-9ea3-cc1892fb3fac","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.47:6800","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6801","nonce":1102891681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6803","nonce":1102891681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6807","nonce":1102891681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1102891681},{"type":"v1","addr":"172.21.15.47:6805","nonce":1102891681}]},"public_addr":"172.21.15.47:6801/1102891681","cluster_addr":"172.21.15.47:6803/1102891681","heartbeat_back_addr":"172.21.15.47:6807/1102891681","heartbeat_front_addr":"172.21.15.47:6805/1102891681","state":["exists","up"]},{"osd":2,"uuid":"5162ce44-e0c8-4ab8-b388-c92982b6aa96","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.107:6800","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6801","nonce":3369771838}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6803","nonce":3369771838}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6807","nonce":3369771838}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3369771838},{"type":"v1","addr":"172.21.15.107:6805","nonce":3369771838}]},"public_addr":"172.21.15.107:6801/3369771838","cluster_addr":"172.21.15.107:6803/3369771838","heartbeat_back_addr":"172.21.15.107:6807/3369771838","heartbeat_front_addr":"172.21.15.107:6805/3369771838","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:33.109407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:58:58.262287+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:59:25.187778+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/3979844800":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:0/1011475255":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6800/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/2599285567":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/3873828581":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1611189003":"2024-05-08T08:56:27.006216+0000","172.21.15.8:6801/588663459":"2024-05-08T08:56:53.940883+0000","172.21.15.8:6801/3792233230":"2024-05-08T08:56:27.006216+0000","172.21.15.8:0/1866577438":"2024-05-08T08:56:53.940883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:59:45.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:45 smithi107 ceph-mon[29971]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:45.413 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:45 smithi008 ceph-mon[28025]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:45.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:45 smithi047 ceph-mon[29789]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:45.865 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-07T08:59:45.866 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-07T08:59:45.866 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-07T08:59:46.142 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:46.153 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:46.159 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:46.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:46 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:46 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2010410911' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:46.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:46 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:46 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:46 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:46 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2010410911' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:46.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:46 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:46.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:46 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2010410911' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:59:47.349 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:47 smithi008 ceph-mon[28025]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:47.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:47 smithi047 ceph-mon[29789]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:47.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:47 smithi107 ceph-mon[29971]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:49.848 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:49 smithi008 ceph-mon[28025]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:49.848 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:49 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:49.848 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:49 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:49.849 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:49 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:49.856 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:49 smithi047 ceph-mon[29789]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:49.856 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:49 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:49.856 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:49 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:49.856 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:49 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:50.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:49 smithi107 ceph-mon[29971]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:50.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:49 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:50.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:49 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:50.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:49 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T08:59:51.849 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:51 smithi047 ceph-mon[29789]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:51.853 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:51 smithi008 ceph-mon[28025]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:52.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:51 smithi107 ceph-mon[29971]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:52.276 INFO:teuthology.orchestra.run.smithi008.stdout:55834574861 2024-05-07T08:59:52.276 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-07T08:59:53.298 INFO:teuthology.orchestra.run.smithi008.stdout:34359738386 2024-05-07T08:59:53.298 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-07T08:59:53.800 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:53.804 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:53.812 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:53 smithi008 ceph-mon[28025]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:54.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:53 smithi047 ceph-mon[29789]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:54.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:53 smithi107 ceph-mon[29971]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:55.846 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:55 smithi008 ceph-mon[28025]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:56.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:55 smithi047 ceph-mon[29789]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:56.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:55 smithi107 ceph-mon[29971]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:56.890 INFO:teuthology.orchestra.run.smithi008.stdout:77309411337 2024-05-07T08:59:56.890 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-07T08:59:57.555 INFO:teuthology.orchestra.run.smithi008.stdout:34359738387 2024-05-07T08:59:57.654 INFO:teuthology.orchestra.run.smithi008.stdout:55834574861 2024-05-07T08:59:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:57 smithi008 ceph-mon[28025]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:57 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/691111498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:59:57.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:57 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3394170894' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:59:58.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:57 smithi047 ceph-mon[29789]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:58.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:57 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/691111498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:59:58.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:57 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/3394170894' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:59:58.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:57 smithi107 ceph-mon[29971]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:59:58.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:57 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/691111498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:59:58.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:57 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/3394170894' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:59:58.395 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574861 for osd.1 2024-05-07T08:59:58.395 DEBUG:teuthology.parallel:result is None 2024-05-07T08:59:58.462 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:59:58.871 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738386 got 34359738387 for osd.0 2024-05-07T08:59:58.871 DEBUG:teuthology.parallel:result is None 2024-05-07T09:00:00.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:59 smithi047 ceph-mon[29789]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:00.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:59:59 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.018 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:59 smithi107 ceph-mon[29971]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:00.018 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.018 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.018 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:59:59 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:59 smithi008 ceph-mon[28025]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:00.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.057 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:59:59 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:00.790 INFO:teuthology.orchestra.run.smithi008.stdout:77309411338 2024-05-07T09:00:00.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:00 smithi107 ceph-mon[29971]: overall HEALTH_OK 2024-05-07T09:00:01.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:00 smithi047 ceph-mon[29789]: overall HEALTH_OK 2024-05-07T09:00:01.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:00 smithi008 ceph-mon[28025]: overall HEALTH_OK 2024-05-07T09:00:01.547 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411338 for osd.2 2024-05-07T09:00:01.547 DEBUG:teuthology.parallel:result is None 2024-05-07T09:00:01.547 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-07T09:00:01.547 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-07T09:00:01.794 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:01.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:01 smithi008 ceph-mon[28025]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:01.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:01 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/939577262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T09:00:02.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:01 smithi047 ceph-mon[29789]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:02.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:01 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/939577262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T09:00:02.102 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:01 smithi107 ceph-mon[29971]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:02.102 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:01 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/939577262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T09:00:03.688 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T09:00:03.690 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-07T09:00:03.995 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:03 smithi008 ceph-mon[28025]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:04.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:03 smithi047 ceph-mon[29789]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:04.061 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:03 smithi107 ceph-mon[29971]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:04.274 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":112,"stamp":"2024-05-07T09:00:02.026549+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":88124,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147332,"statfs":{"total":287985106944,"available":287894867968,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001901"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-07T08:59:34.754259+0000","last_change":"2024-05-07T08:59:29.966591+0000","last_active":"2024-05-07T08:59:34.754259+0000","last_peered":"2024-05-07T08:59:34.754259+0000","last_clean":"2024-05-07T08:59:34.754259+0000","last_became_active":"2024-05-07T08:59:29.966266+0000","last_became_peered":"2024-05-07T08:59:29.966266+0000","last_unstale":"2024-05-07T08:59:34.754259+0000","last_undegraded":"2024-05-07T08:59:34.754259+0000","last_fullsized":"2024-05-07T08:59:34.754259+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":"2024-05-07T08:59:28.951453+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-07T08:59:28.951453+0000","last_clean_scrub_stamp":"2024-05-07T08:59:28.951453+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-08T20:57:40.580606+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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738389,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-07T09:00:04.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-07T09:00:04.516 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:04.891 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:04 smithi008 ceph-mon[28025]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:04.990 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:04 smithi107 ceph-mon[29971]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:05.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:04 smithi047 ceph-mon[29789]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:05 smithi008 ceph-mon[28025]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:05.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:05 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:05 smithi047 ceph-mon[29789]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:05 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:05 smithi107 ceph-mon[29971]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:05 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:06.355 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T09:00:06.357 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-07T09:00:07.056 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":114,"stamp":"2024-05-07T09:00:06.027383+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":88124,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147332,"statfs":{"total":287985106944,"available":287894867968,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002152"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-07T08:59:34.754259+0000","last_change":"2024-05-07T08:59:29.966591+0000","last_active":"2024-05-07T08:59:34.754259+0000","last_peered":"2024-05-07T08:59:34.754259+0000","last_clean":"2024-05-07T08:59:34.754259+0000","last_became_active":"2024-05-07T08:59:29.966266+0000","last_became_peered":"2024-05-07T08:59:29.966266+0000","last_unstale":"2024-05-07T08:59:34.754259+0000","last_undegraded":"2024-05-07T08:59:34.754259+0000","last_fullsized":"2024-05-07T08:59:34.754259+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":"2024-05-07T08:59:28.951453+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-07T08:59:28.951453+0000","last_clean_scrub_stamp":"2024-05-07T08:59:28.951453+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-08T20:57:40.580606+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":77309411339,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738389,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-07T09:00:07.057 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-07T09:00:07.057 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-07T09:00:07.057 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-07T09:00:07.057 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-07T09:00:07.304 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:07 smithi047 ceph-mon[29789]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:08.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:07 smithi047 ceph-mon[29789]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:08.115 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:07 smithi008 ceph-mon[28025]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:08.115 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:07 smithi008 ceph-mon[28025]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:08.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:07 smithi107 ceph-mon[29971]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:08.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:07 smithi107 ceph-mon[29971]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T09:00:09.177 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T09:00:09.177 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-07T09:00:09.771 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-07T09:00:09.771 INFO:tasks.cephadm:Setup complete, yielding 2024-05-07T09:00:09.771 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-07T09:00:09.781 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T09:00:09.781 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-05-07T09:00:10.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:09 smithi008 ceph-mon[28025]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:10.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:09 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:09 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:09 smithi008 ceph-mon[28025]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.017 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:09 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2346782829' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T09:00:10.054 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:09 smithi047 ceph-mon[29789]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:10.054 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:09 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.054 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:09 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.054 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:09 smithi047 ceph-mon[29789]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.054 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:09 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2346782829' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T09:00:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:09 smithi107 ceph-mon[29971]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:09 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:09 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:09 smithi107 ceph-mon[29971]: from='mgr.14150 172.21.15.8:0/3380905612' entity='mgr.a' 2024-05-07T09:00:10.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:09 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2346782829' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T09:00:10.610 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:12.113 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:11 smithi008 ceph-mon[28025]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:12.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:11 smithi107 ceph-mon[29971]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:12.184 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:11 smithi047 ceph-mon[29789]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:14.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:13 smithi107 ceph-mon[29971]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:14.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:13 smithi008 ceph-mon[28025]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:14.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:13 smithi047 ceph-mon[29789]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:15.061 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:14 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-07T09:00:15.065 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:14 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-07T09:00:15.065 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:14 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setuser ceph since I am not root 2024-05-07T09:00:15.065 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:14 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: ignoring --setgroup ceph since I am not root 2024-05-07T09:00:15.065 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:15.000+0000 7fde9892c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T09:00:15.188 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:14 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-07T09:00:15.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:14 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: ignoring --setuser ceph since I am not root 2024-05-07T09:00:15.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:14 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: ignoring --setgroup ceph since I am not root 2024-05-07T09:00:15.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:14 smithi047 ceph-mgr[31496]: -- 172.21.15.47:0/2243737010 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55cb0545a5a0 con 0x55cb0542ec00 2024-05-07T09:00:15.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:14 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:14.995+0000 7f25b99cc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T09:00:15.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:15.186+0000 7f25b99cc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T09:00:15.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:15.193+0000 7fde9892c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T09:00:15.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:15.301+0000 7fde9892c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T09:00:15.459 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-05-07T09:00:15.491 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-05-07T09:00:15.491 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-05-07T09:00:15.502 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:15.293+0000 7f25b99cc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T09:00:15.727 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:15.630+0000 7fde9892c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T09:00:15.745 INFO:teuthology.orchestra.run.smithi008.stdout:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:16.001 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-07T09:00:16.001 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-mon[28025]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-07T09:00:16.002 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:15 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:15.726+0000 7fde9892c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T09:00:16.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-07T09:00:16.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-mon[29789]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-07T09:00:16.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:15.614+0000 7f25b99cc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T09:00:16.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:15 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:15.703+0000 7f25b99cc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T09:00:16.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:15 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/3322233190' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-07T09:00:16.134 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:15 smithi107 ceph-mon[29971]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-07T09:00:17.253 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:16 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:16.957+0000 7f25b99cc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T09:00:17.253 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:17 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:17.136+0000 7f25b99cc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T09:00:17.285 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:17 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:17.031+0000 7fde9892c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T09:00:17.286 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:17 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:17.218+0000 7fde9892c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T09:00:17.617 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:17 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:17.313+0000 7f25b99cc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T09:00:17.617 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:17 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:17.615+0000 7f25b99cc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T09:00:17.664 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:17 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:17.420+0000 7fde9892c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T09:00:17.926 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:17 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:17.713+0000 7f25b99cc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T09:00:17.926 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:17 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:17.924+0000 7f25b99cc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T09:00:18.035 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:17 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:17.724+0000 7fde9892c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T09:00:18.035 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:17 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:17.821+0000 7fde9892c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T09:00:18.253 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:18 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:18.125+0000 7f25b99cc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T09:00:18.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:18 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:18.033+0000 7fde9892c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T09:00:18.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:18 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:18.235+0000 7fde9892c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T09:00:19.163 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:18 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:18.862+0000 7fde9892c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T09:00:19.202 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:18 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:18.759+0000 7f25b99cc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T09:00:19.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:19 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:19.200+0000 7f25b99cc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T09:00:19.503 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:19 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:19.300+0000 7f25b99cc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T09:00:19.617 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:19 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:19.304+0000 7fde9892c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T09:00:19.618 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:19 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:19.405+0000 7fde9892c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T09:00:19.618 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:19 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:19.616+0000 7fde9892c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T09:00:20.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:19 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:19.513+0000 7f25b99cc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T09:00:20.413 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.161+0000 7fde9892c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T09:00:20.414 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.257+0000 7fde9892c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T09:00:20.421 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.062+0000 7f25b99cc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T09:00:20.421 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.162+0000 7f25b99cc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T09:00:20.753 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.418+0000 7f25b99cc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T09:00:20.753 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.558+0000 7f25b99cc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T09:00:20.753 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.659+0000 7f25b99cc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T09:00:20.874 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.512+0000 7fde9892c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T09:00:20.874 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.651+0000 7fde9892c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T09:00:20.875 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.751+0000 7fde9892c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T09:00:20.875 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.873+0000 7fde9892c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T09:00:21.163 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:20 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:20.970+0000 7fde9892c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T09:00:21.253 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.780+0000 7f25b99cc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T09:00:21.253 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:20 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:20.877+0000 7f25b99cc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T09:00:22.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:21 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:21.730+0000 7f25b99cc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T09:00:22.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:21 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b[31473]: 2024-05-07T09:00:21.958+0000 7f25b99cc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: Standby manager daemon b restarted 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: Standby manager daemon b started 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T09:00:22.135 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:22 smithi107 ceph-mon[29971]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: Standby manager daemon b restarted 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: Standby manager daemon b started 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-mon[28025]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:21 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:21.815+0000 7fde9892c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T09:00:22.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:22 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a[28281]: 2024-05-07T09:00:22.047+0000 7fde9892c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T09:00:22.412 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: Standby manager daemon b restarted 2024-05-07T09:00:22.412 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: Standby manager daemon b started 2024-05-07T09:00:22.413 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T09:00:22.413 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T09:00:22.413 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T09:00:22.413 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:22 smithi047 ceph-mon[29789]: from='mgr.? 172.21.15.47:0/1778843516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Active manager daemon a restarted 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Activating manager daemon a 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: osdmap e23: 3 total, 3 up, 3 in 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: mgrmap e18: a(active, starting, since 0.00635075s), standbys: b 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T09:00:23.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Manager daemon a is now available 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:23 smithi107 ceph-mon[29971]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-07T09:00:23.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Active manager daemon a restarted 2024-05-07T09:00:23.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Activating manager daemon a 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: osdmap e23: 3 total, 3 up, 3 in 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: mgrmap e18: a(active, starting, since 0.00635075s), standbys: b 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T09:00:23.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Manager daemon a is now available 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T09:00:23.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T09:00:23.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T09:00:23.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T09:00:23.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:23 smithi008 ceph-mon[28025]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-07T09:00:23.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Active manager daemon a restarted 2024-05-07T09:00:23.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Activating manager daemon a 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: osdmap e23: 3 total, 3 up, 3 in 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: mgrmap e18: a(active, starting, since 0.00635075s), standbys: b 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T09:00:23.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Manager daemon a is now available 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]': finished 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T09:00:23.505 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T09:00:23.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T09:00:23.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T09:00:23.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:23.506 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:23 smithi047 ceph-mon[29789]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T09:00:24.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: mgrmap e19: a(active, since 1.0123s), standbys: b 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:24.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:24.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:24.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:24 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: mgrmap e19: a(active, since 1.0123s), standbys: b 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:24.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:24 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: mgrmap e19: a(active, since 1.0123s), standbys: b 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:24.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: Updating smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:24.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:24 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:25.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:25.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: osdmap e24: 3 total, 3 up, 3 in 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: [07/May/2024:09:00:24] ENGINE Bus STARTING 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: [07/May/2024:09:00:24] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: mgrmap e20: a(active, since 2s), standbys: b 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: [07/May/2024:09:00:24] ENGINE Serving on https://172.21.15.8:7151 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: [07/May/2024:09:00:24] ENGINE Bus STARTED 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T09:00:25.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:25 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: osdmap e24: 3 total, 3 up, 3 in 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: [07/May/2024:09:00:24] ENGINE Bus STARTING 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: [07/May/2024:09:00:24] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: mgrmap e20: a(active, since 2s), standbys: b 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: [07/May/2024:09:00:24] ENGINE Serving on https://172.21.15.8:7151 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: [07/May/2024:09:00:24] ENGINE Bus STARTED 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:25.414 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:25.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T09:00:25.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:25 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: osdmap e24: 3 total, 3 up, 3 in 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: [07/May/2024:09:00:24] ENGINE Bus STARTING 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: [07/May/2024:09:00:24] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: mgrmap e20: a(active, since 2s), standbys: b 2024-05-07T09:00:25.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: [07/May/2024:09:00:24] ENGINE Serving on https://172.21.15.8:7151 2024-05-07T09:00:25.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: [07/May/2024:09:00:24] ENGINE Bus STARTED 2024-05-07T09:00:25.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:25.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:25.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-07T09:00:25.504 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:25 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: osdmap e25: 3 total, 3 up, 3 in 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.692 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:26 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: osdmap e25: 3 total, 3 up, 3 in 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.728 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:26 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/2459259673' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-07T09:00:26.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: osdmap e25: 3 total, 3 up, 3 in 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:26.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:26 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: osdmap e26: 3 total, 3 up, 3 in 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-07T09:00:27.636 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:27 smithi107 ceph-mon[29971]: osdmap e27: 3 total, 3 up, 3 in 2024-05-07T09:00:27.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:27.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: osdmap e26: 3 total, 3 up, 3 in 2024-05-07T09:00:27.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.754 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-07T09:00:27.755 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:27 smithi008 ceph-mon[28025]: osdmap e27: 3 total, 3 up, 3 in 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: osdmap e26: 3 total, 3 up, 3 in 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.803 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-07T09:00:27.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:27 smithi047 ceph-mon[29789]: osdmap e27: 3 total, 3 up, 3 in 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.158 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: osdmap e28: 3 total, 3 up, 3 in 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.159 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.160 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.160 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.160 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.160 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:28 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: osdmap e28: 3 total, 3 up, 3 in 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.165 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.166 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:28 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.373 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: osdmap e28: 3 total, 3 up, 3 in 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.374 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:29.375 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:28 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.472 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.472 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.472 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.472 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.473 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-07T09:00:30.473 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: osdmap e29: 3 total, 3 up, 3 in 2024-05-07T09:00:30.473 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.473 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.473 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:30 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: osdmap e29: 3 total, 3 up, 3 in 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.560 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:30 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.566 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.566 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.566 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.566 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.567 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-07T09:00:30.567 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: osdmap e29: 3 total, 3 up, 3 in 2024-05-07T09:00:30.567 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.567 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:30.567 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:30 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: osdmap e30: 3 total, 3 up, 3 in 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:31 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:31.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: osdmap e30: 3 total, 3 up, 3 in 2024-05-07T09:00:31.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:31 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: osdmap e30: 3 total, 3 up, 3 in 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:31.824 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:31 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-07T09:00:32.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: osdmap e31: 3 total, 3 up, 3 in 2024-05-07T09:00:32.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:32.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:32.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:32 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: osdmap e31: 3 total, 3 up, 3 in 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:32.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:32 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: osdmap e31: 3 total, 3 up, 3 in 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='client.? 172.21.15.8:0/1496417453' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:32 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.158 INFO:teuthology.orchestra.run.smithi008.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: osdmap e32: 3 total, 3 up, 3 in 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.628 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:33.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:33.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:33 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.805 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:33.805 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-07T09:00:33.805 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: osdmap e32: 3 total, 3 up, 3 in 2024-05-07T09:00:33.805 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.805 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.806 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:33 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: osdmap e32: 3 total, 3 up, 3 in 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:33.837 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.zaiomt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:33.838 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:33.838 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:33 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:33.934 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-07T09:00:33.944 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 -- bash -c 'set -e 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> set -x 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> TOKENS=$(ceph rgw realm tokens) 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-05-07T09:00:33.944 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-05-07T09:00:33.945 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-05-07T09:00:33.945 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-05-07T09:00:33.945 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-05-07T09:00:33.945 DEBUG:teuthology.orchestra.run.smithi008:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-05-07T09:00:33.945 DEBUG:teuthology.orchestra.run.smithi008:> ' 2024-05-07T09:00:34.241 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T09:00:34.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:34 smithi047 ceph-mon[29789]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:34.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:34 smithi047 ceph-mon[29789]: Deploying daemon rgw.myrealm1.myzone1.smithi047.zaiomt on smithi047 2024-05-07T09:00:34.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:34 smithi008 ceph-mon[28025]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:34.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:34 smithi008 ceph-mon[28025]: Deploying daemon rgw.myrealm1.myzone1.smithi047.zaiomt on smithi047 2024-05-07T09:00:34.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:34 smithi107 ceph-mon[29971]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:34.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:34 smithi107 ceph-mon[29971]: Deploying daemon rgw.myrealm1.myzone1.smithi047.zaiomt on smithi047 2024-05-07T09:00:35.629 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:35 smithi047 ceph-mon[29789]: pgmap v18: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.7 KiB/s wr, 16 op/s 2024-05-07T09:00:35.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:35 smithi107 ceph-mon[29971]: pgmap v18: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.7 KiB/s wr, 16 op/s 2024-05-07T09:00:35.913 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:35 smithi008 ceph-mon[28025]: pgmap v18: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.7 KiB/s wr, 16 op/s 2024-05-07T09:00:36.474 INFO:teuthology.orchestra.run.smithi008.stderr:+ true 2024-05-07T09:00:36.475 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph rgw realm tokens 2024-05-07T09:00:36.475 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r '.[0].token' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:36.841 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:36 smithi107 ceph-mon[29971]: Deploying daemon rgw.myrealm1.myzone1.smithi107.feqdln on smithi107 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:36.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:36 smithi008 ceph-mon[28025]: Deploying daemon rgw.myrealm1.myzone1.smithi107.feqdln on smithi107 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-07T09:00:37.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.feqdln", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-07T09:00:37.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:37.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:37.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:36 smithi047 ceph-mon[29789]: Deploying daemon rgw.myrealm1.myzone1.smithi107.feqdln on smithi107 2024-05-07T09:00:37.131 INFO:teuthology.orchestra.run.smithi008.stderr:+ TOKEN='master zone has no endpoint' 2024-05-07T09:00:37.131 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo master zone has no endpoint 2024-05-07T09:00:37.131 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-05-07T09:00:37.131 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 5 2024-05-07T09:00:37.131 INFO:teuthology.orchestra.run.smithi008.stdout:master zone has no endpoint 2024-05-07T09:00:37.927 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:37 smithi107 ceph-mon[29971]: pgmap v19: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 8.7 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-05-07T09:00:37.927 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:37 smithi107 ceph-mon[29971]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:38.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:37 smithi008 ceph-mon[28025]: pgmap v19: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 8.7 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-05-07T09:00:38.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:37 smithi008 ceph-mon[28025]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:38.189 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:37 smithi047 ceph-mon[29789]: pgmap v19: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 8.7 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-05-07T09:00:38.189 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:37 smithi047 ceph-mon[29789]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:39.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: pgmap v20: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.9 KiB/s rd, 2.3 KiB/s wr, 10 op/s 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:39.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:39 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:39.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: pgmap v20: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.9 KiB/s rd, 2.3 KiB/s wr, 10 op/s 2024-05-07T09:00:39.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:39.915 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:39 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:40.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: pgmap v20: 129 pgs: 129 active+clean; 582 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.9 KiB/s rd, 2.3 KiB/s wr, 10 op/s 2024-05-07T09:00:40.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUlhUNFdXSUhLR0tVUDZXVldaTkYiLAogICAgInNlY3JldCI6ICJpN01PUER6OWMzeDl6VjN5dnBFdEtiQmxndEJZUHVqOVZGcVVVTVVGIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi107:5500"]}]: dispatch 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:40.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:39 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:40.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:40 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:40.941 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:40 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:41.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:41.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:40 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:41.695 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:41 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:41.695 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:41 smithi107 ceph-mon[29971]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 68 KiB/s rd, 6.8 KiB/s wr, 147 op/s 2024-05-07T09:00:41.695 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:41 smithi107 ceph-mon[29971]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:41.695 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:41 smithi107 ceph-mon[29971]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:41.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:41 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:41.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:41 smithi008 ceph-mon[28025]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 68 KiB/s rd, 6.8 KiB/s wr, 147 op/s 2024-05-07T09:00:41.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:41 smithi008 ceph-mon[28025]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:41.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:41 smithi008 ceph-mon[28025]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:41.981 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:41 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:41.981 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:41 smithi047 ceph-mon[29789]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 68 KiB/s rd, 6.8 KiB/s wr, 147 op/s 2024-05-07T09:00:41.981 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:41 smithi047 ceph-mon[29789]: Checking dashboard <-> RGW credentials 2024-05-07T09:00:41.981 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:41 smithi047 ceph-mon[29789]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-07T09:00:42.132 INFO:teuthology.orchestra.run.smithi008.stderr:+ true 2024-05-07T09:00:42.133 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph rgw realm tokens 2024-05-07T09:00:42.133 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r '.[0].token' 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ== 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ== 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ== 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ== '!=' 'master zone has no endpoint' ']' 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stderr:+ break 2024-05-07T09:00:42.866 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph rgw realm tokens 2024-05-07T09:00:43.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:43 smithi008 ceph-mon[28025]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 5.8 KiB/s wr, 126 op/s 2024-05-07T09:00:43.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:43 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:43.164 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:43 smithi008 ceph-mon[28025]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:43.252 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:43 smithi047 ceph-mon[29789]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 5.8 KiB/s wr, 126 op/s 2024-05-07T09:00:43.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:43 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:43.253 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:43 smithi047 ceph-mon[29789]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:43.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:43 smithi107 ceph-mon[29971]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 5.8 KiB/s wr, 126 op/s 2024-05-07T09:00:43.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:43 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:43.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:43 smithi107 ceph-mon[29971]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:+ TOKENS='[ 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr: { 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr: "realm": "myrealm1", 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ==" 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr: } 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:]' 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ=="' '}' ']' 2024-05-07T09:00:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-05-07T09:00:43.591 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-07T09:00:43.591 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ=="' '}' ']' 2024-05-07T09:00:43.591 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status '.[0].token' 2024-05-07T09:00:43.593 INFO:teuthology.orchestra.run.smithi008.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjQ2YzkyN2RlLTFlMjctNDBiMy04NzI1LTU0ZTVhZWU1MDQ2YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlJYVDRXV0lIS0dLVVA2V1ZXWk5GIiwKICAgICJzZWNyZXQiOiAiaTdNT1BEejljM3g5elYzeXZwRXRLYkJsZ3RCWVB1ajlWRnFVVU1VRiIKfQ==" 2024-05-07T09:00:43.594 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph rgw realm tokens 2024-05-07T09:00:43.594 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r '.[0].token' 2024-05-07T09:00:43.594 INFO:teuthology.orchestra.run.smithi008.stderr:++ base64 --decode 2024-05-07T09:00:44.328 INFO:teuthology.orchestra.run.smithi008.stderr:+ TOKEN_JSON='{ 2024-05-07T09:00:44.328 INFO:teuthology.orchestra.run.smithi008.stderr: "realm_name": "myrealm1", 2024-05-07T09:00:44.328 INFO:teuthology.orchestra.run.smithi008.stderr: "realm_id": "46c927de-1e27-40b3-8725-54e5aee5046a", 2024-05-07T09:00:44.328 INFO:teuthology.orchestra.run.smithi008.stderr: "endpoint": "http://smithi047:5500", 2024-05-07T09:00:44.328 INFO:teuthology.orchestra.run.smithi008.stderr: "access_key": "RXT4WWIHKGKUP6WVWZNF", 2024-05-07T09:00:44.329 INFO:teuthology.orchestra.run.smithi008.stderr: "secret": "i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF" 2024-05-07T09:00:44.329 INFO:teuthology.orchestra.run.smithi008.stderr:}' 2024-05-07T09:00:44.329 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"46c927de-1e27-40b3-8725-54e5aee5046a",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"RXT4WWIHKGKUP6WVWZNF",' '"secret":' '"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF"' '}' 2024-05-07T09:00:44.329 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-05-07T09:00:44.330 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-07T09:00:44.330 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"46c927de-1e27-40b3-8725-54e5aee5046a",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"RXT4WWIHKGKUP6WVWZNF",' '"secret":' '"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF"' '}' 2024-05-07T09:00:44.330 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-05-07T09:00:44.333 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-07T09:00:44.333 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"46c927de-1e27-40b3-8725-54e5aee5046a",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"RXT4WWIHKGKUP6WVWZNF",' '"secret":' '"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF"' '}' 2024-05-07T09:00:44.334 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-05-07T09:00:44.336 INFO:teuthology.orchestra.run.smithi008.stdout:true 2024-05-07T09:00:44.337 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"46c927de-1e27-40b3-8725-54e5aee5046a",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"RXT4WWIHKGKUP6WVWZNF",' '"secret":' '"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF"' '}' 2024-05-07T09:00:44.337 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status .access_key 2024-05-07T09:00:44.339 INFO:teuthology.orchestra.run.smithi008.stdout:"RXT4WWIHKGKUP6WVWZNF" 2024-05-07T09:00:44.339 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"46c927de-1e27-40b3-8725-54e5aee5046a",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"RXT4WWIHKGKUP6WVWZNF",' '"secret":' '"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF"' '}' 2024-05-07T09:00:44.339 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq --exit-status .secret 2024-05-07T09:00:44.341 INFO:teuthology.orchestra.run.smithi008.stdout:"i7MOPDz9c3x9zV3yvpEtKbBlgtBYPuj9VFqUUMUF" 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:44.629 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:44 smithi008 ceph-mon[28025]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.634 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:44.635 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:44 smithi107 ceph-mon[29971]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.753 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:44.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T09:00:44.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T09:00:44.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T09:00:44.754 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:44 smithi047 ceph-mon[29789]: from='mgr.14382 172.21.15.8:0/2933750285' entity='mgr.a' 2024-05-07T09:00:45.058 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-07T09:00:45.069 INFO:tasks.cephadm:Teardown begin 2024-05-07T09:00:45.070 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:45.100 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:45.135 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:00:45.164 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-07T09:00:45.164 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T09:00:45.181 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T09:00:45.199 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T09:00:45.220 INFO:tasks.cephadm:Stopping all daemons... 2024-05-07T09:00:45.220 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-07T09:00:45.220 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a 2024-05-07T09:00:45.281 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 systemd[1]: Stopping Ceph mon.a for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:45.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:45 smithi107 ceph-mon[29971]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:45.384 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:45 smithi107 ceph-mon[29971]: pgmap v23: 129 pgs: 129 active+clean; 588 KiB data, 111 MiB used, 268 GiB / 268 GiB avail; 235 KiB/s rd, 6.6 KiB/s wr, 384 op/s 2024-05-07T09:00:45.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:45 smithi047 ceph-mon[29789]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:45.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:45 smithi047 ceph-mon[29789]: pgmap v23: 129 pgs: 129 active+clean; 588 KiB data, 111 MiB used, 268 GiB / 268 GiB avail; 235 KiB/s rd, 6.6 KiB/s wr, 384 op/s 2024-05-07T09:00:45.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 ceph-mon[28025]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T09:00:45.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 ceph-mon[28025]: pgmap v23: 129 pgs: 129 active+clean; 588 KiB data, 111 MiB used, 268 GiB / 268 GiB avail; 235 KiB/s rd, 6.6 KiB/s wr, 384 op/s 2024-05-07T09:00:45.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a[28002]: 2024-05-07T09:00:45.524+0000 7f7b89d9e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:00:45.664 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a[28002]: 2024-05-07T09:00:45.524+0000 7f7b89d9e700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-07T09:00:46.016 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:45 smithi008 podman[73640]: 2024-05-07 09:00:45.699516805 +0000 UTC m=+0.286652218 container died 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2) 2024-05-07T09:00:46.374 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:46 smithi008 podman[73640]: 2024-05-07 09:00:46.189616152 +0000 UTC m=+0.776751606 container cleanup 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True) 2024-05-07T09:00:46.374 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:46 smithi008 bash[73640]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a 2024-05-07T09:00:46.625 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 09:00:46 smithi008 podman[73659]: 2024-05-07 09:00:46.37344692 +0000 UTC m=+0.675055920 container remove 59e4d274e0f11b4f6d515f4f091954119f994dd463a4d37148004d682b0db426 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-05-07T09:00:46.629 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.a.service' 2024-05-07T09:00:46.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:46.706 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-07T09:00:46.706 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-07T09:00:46.706 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.b 2024-05-07T09:00:47.003 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:46 smithi047 systemd[1]: Stopping Ceph mon.b for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:47.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b[29766]: 2024-05-07T09:00:47.039+0000 7f1b5ea80700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:00:47.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b[29766]: 2024-05-07T09:00:47.039+0000 7f1b5ea80700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-07T09:00:47.503 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 podman[40670]: 2024-05-07 09:00:47.255967084 +0000 UTC m=+0.345053685 container died 723ed1607f255c220f385af79b878b3772209339dccb599be558676ccb9c9a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T09:00:47.881 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 podman[40670]: 2024-05-07 09:00:47.695947293 +0000 UTC m=+0.785033902 container cleanup 723ed1607f255c220f385af79b878b3772209339dccb599be558676ccb9c9a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0) 2024-05-07T09:00:47.882 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 bash[40670]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b 2024-05-07T09:00:48.138 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 09:00:47 smithi047 podman[40689]: 2024-05-07 09:00:47.880811242 +0000 UTC m=+0.626614668 container remove 723ed1607f255c220f385af79b878b3772209339dccb599be558676ccb9c9a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-b, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-07T09:00:48.143 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.b.service' 2024-05-07T09:00:48.198 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:48.198 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-07T09:00:48.198 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-07T09:00:48.198 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.c 2024-05-07T09:00:48.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:48 smithi107 systemd[1]: Stopping Ceph mon.c for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:48.884 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:48 smithi107 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c[29934]: 2024-05-07T09:00:48.497+0000 7f1ebb232700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:00:48.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:48 smithi107 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c[29934]: 2024-05-07T09:00:48.497+0000 7f1ebb232700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-07T09:00:48.885 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:48 smithi107 podman[41228]: 2024-05-07 09:00:48.714265063 +0000 UTC m=+0.325058630 container died a00f7bd1df3828cbe11e5909dc323f9a632afff5819c3ec272c69b86521babeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-07T09:00:49.365 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:49 smithi107 podman[41228]: 2024-05-07 09:00:49.062782299 +0000 UTC m=+0.673575900 container cleanup a00f7bd1df3828cbe11e5909dc323f9a632afff5819c3ec272c69b86521babeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-05-07T09:00:49.365 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 09:00:49 smithi107 bash[41228]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mon-c 2024-05-07T09:00:49.527 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mon.c.service' 2024-05-07T09:00:49.583 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:49.583 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-07T09:00:49.583 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-07T09:00:49.583 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a 2024-05-07T09:00:49.907 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:49 smithi008 systemd[1]: Stopping Ceph mgr.a for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:50.164 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:49 smithi008 podman[73786]: 2024-05-07 09:00:49.911131035 +0000 UTC m=+0.130786927 container died c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27) 2024-05-07T09:00:50.630 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:50 smithi008 podman[73786]: 2024-05-07 09:00:50.393679575 +0000 UTC m=+0.613335483 container cleanup c0cc224ac002c9683123127e30e62421073cedaa7453a8b18411b1adca51e449 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27) 2024-05-07T09:00:50.630 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 09:00:50 smithi008 bash[73786]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-a 2024-05-07T09:00:50.784 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-07T09:00:50.822 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:50.822 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-07T09:00:50.822 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-07T09:00:50.822 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.b 2024-05-07T09:00:51.133 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:50 smithi047 systemd[1]: Stopping Ceph mgr.b for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:51.418 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:51 smithi047 podman[40802]: 2024-05-07 09:00:51.132496869 +0000 UTC m=+0.102827983 container died 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-05-07T09:00:51.753 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:51 smithi047 podman[40802]: 2024-05-07 09:00:51.499731756 +0000 UTC m=+0.470062848 container cleanup 98619830288f6825595888173103e56c79427bcd6c6ce8ab386aec20dbb973f5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b, ceph=True, org.label-schema.build-date=20240430, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-07T09:00:51.753 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 09:00:51 smithi047 bash[40802]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-mgr-b 2024-05-07T09:00:51.894 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-07T09:00:51.930 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:51.931 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-07T09:00:51.931 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-07T09:00:51.931 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.0 2024-05-07T09:00:52.235 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:51 smithi008 systemd[1]: Stopping Ceph osd.0 for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:00:52.588 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0[40267]: 2024-05-07T09:00:52.232+0000 7f7edcf0b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:00:52.588 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0[40267]: 2024-05-07T09:00:52.232+0000 7f7edcf0b700 -1 osd.0 32 *** Got signal Terminated *** 2024-05-07T09:00:52.588 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:52 smithi008 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0[40267]: 2024-05-07T09:00:52.232+0000 7f7edcf0b700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T09:00:57.947 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:57 smithi008 podman[74083]: 2024-05-07 09:00:57.678349383 +0000 UTC m=+5.547738352 container died bd43f9b945604b7fe75ed0fab5db92398591aef9550d76deaf01fd71ebc1e606 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240430) 2024-05-07T09:00:58.664 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74083]: 2024-05-07 09:00:58.210406653 +0000 UTC m=+6.079795663 container cleanup bd43f9b945604b7fe75ed0fab5db92398591aef9550d76deaf01fd71ebc1e606 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-05-07T09:00:58.664 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 bash[74083]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0 2024-05-07T09:00:58.664 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74338]: 2024-05-07 09:00:58.428081746 +0000 UTC m=+0.721232073 container remove bd43f9b945604b7fe75ed0fab5db92398591aef9550d76deaf01fd71ebc1e606 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-07T09:00:59.073 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74436]: 2024-05-07 09:00:58.662903446 +0000 UTC m=+0.017559998 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T09:00:59.074 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74436]: 2024-05-07 09:00:58.770476728 +0000 UTC m=+0.125133263 container create 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27) 2024-05-07T09:00:59.074 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74436]: 2024-05-07 09:00:58.990501056 +0000 UTC m=+0.345157598 container init 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, io.buildah.version=1.33.5) 2024-05-07T09:00:59.074 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:58 smithi008 podman[74436]: 2024-05-07 09:00:58.996479073 +0000 UTC m=+0.351135611 container start 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430) 2024-05-07T09:00:59.074 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 podman[74436]: 2024-05-07 09:00:59.072666897 +0000 UTC m=+0.427323433 container attach 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-05-07T09:00:59.413 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 podman[74436]: 2024-05-07 09:00:59.304221182 +0000 UTC m=+0.658877728 container died 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, ceph=True) 2024-05-07T09:00:59.821 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.0.service' 2024-05-07T09:00:59.846 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 podman[74481]: 2024-05-07 09:00:59.800386864 +0000 UTC m=+0.489711349 container remove 7206916c1784e4d4a4bc1ea4539327384f90e278533183898b15f9523044e8e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS) 2024-05-07T09:00:59.846 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 systemd[1]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.0.service: Deactivated successfully. 2024-05-07T09:00:59.846 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 systemd[1]: Stopped Ceph osd.0 for 749d35c6-0c4f-11ef-bc97-c7b262605968. 2024-05-07T09:00:59.846 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 09:00:59 smithi008 systemd[1]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.0.service: Consumed 5.444s CPU time. 2024-05-07T09:00:59.861 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:00:59.861 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-07T09:00:59.861 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-07T09:00:59.861 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.1 2024-05-07T09:01:00.174 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:00:59 smithi047 systemd[1]: Stopping Ceph osd.1 for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:01:00.503 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:00 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1[35089]: 2024-05-07T09:01:00.171+0000 7f8e5bbfe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:01:00.503 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:00 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1[35089]: 2024-05-07T09:01:00.171+0000 7f8e5bbfe700 -1 osd.1 32 *** Got signal Terminated *** 2024-05-07T09:01:00.503 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:00 smithi047 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1[35089]: 2024-05-07T09:01:00.171+0000 7f8e5bbfe700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T09:01:05.863 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:05 smithi047 podman[40935]: 2024-05-07 09:01:05.590774378 +0000 UTC m=+5.527182589 container died 9395fe998c70bdda0efe85e5f039206ad85a8642aadb6443e5f8d8a484bf478c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, io.buildah.version=1.33.5) 2024-05-07T09:01:06.129 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:05 smithi047 podman[40935]: 2024-05-07 09:01:05.961005684 +0000 UTC m=+5.897413936 container cleanup 9395fe998c70bdda0efe85e5f039206ad85a8642aadb6443e5f8d8a484bf478c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T09:01:06.129 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:05 smithi047 bash[40935]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1 2024-05-07T09:01:06.503 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41441]: 2024-05-07 09:01:06.12853331 +0000 UTC m=+0.611608584 container remove 9395fe998c70bdda0efe85e5f039206ad85a8642aadb6443e5f8d8a484bf478c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-05-07T09:01:06.866 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41560]: 2024-05-07 09:01:06.459481355 +0000 UTC m=+0.018790814 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T09:01:06.866 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41560]: 2024-05-07 09:01:06.5628456 +0000 UTC m=+0.122155098 container create fa5b4056dc8706bc20e19fc64f2739d26a0939be2b429b3535f5177d556c4db8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-05-07T09:01:06.866 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41560]: 2024-05-07 09:01:06.773737394 +0000 UTC m=+0.333046853 container init fa5b4056dc8706bc20e19fc64f2739d26a0939be2b429b3535f5177d556c4db8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-05-07T09:01:06.866 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41560]: 2024-05-07 09:01:06.779985598 +0000 UTC m=+0.339295055 container start fa5b4056dc8706bc20e19fc64f2739d26a0939be2b429b3535f5177d556c4db8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-05-07T09:01:06.866 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:06 smithi047 podman[41560]: 2024-05-07 09:01:06.864972114 +0000 UTC m=+0.424281593 container attach fa5b4056dc8706bc20e19fc64f2739d26a0939be2b429b3535f5177d556c4db8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True) 2024-05-07T09:01:07.254 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 07 09:01:07 smithi047 podman[41560]: 2024-05-07 09:01:07.082125734 +0000 UTC m=+0.641435190 container died fa5b4056dc8706bc20e19fc64f2739d26a0939be2b429b3535f5177d556c4db8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T09:01:07.675 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.1.service' 2024-05-07T09:01:07.718 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:01:07.718 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-07T09:01:07.718 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-07T09:01:07.718 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.2 2024-05-07T09:01:08.061 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:07 smithi107 systemd[1]: Stopping Ceph osd.2 for 749d35c6-0c4f-11ef-bc97-c7b262605968... 2024-05-07T09:01:08.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:08 smithi107 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2[36022]: 2024-05-07T09:01:08.059+0000 7fa4c7f5f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T09:01:08.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:08 smithi107 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2[36022]: 2024-05-07T09:01:08.059+0000 7fa4c7f5f700 -1 osd.2 32 *** Got signal Terminated *** 2024-05-07T09:01:08.384 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:08 smithi107 ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2[36022]: 2024-05-07T09:01:08.059+0000 7fa4c7f5f700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T09:01:13.842 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:13 smithi107 podman[41823]: 2024-05-07 09:01:13.425012995 +0000 UTC m=+5.481828836 container died c568c31b0a8e94718d364b92b6d571cdf9ce934f1a64a512d05fb4a57eb4ce95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T09:01:14.134 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:13 smithi107 podman[41823]: 2024-05-07 09:01:13.922842165 +0000 UTC m=+5.979658005 container cleanup c568c31b0a8e94718d364b92b6d571cdf9ce934f1a64a512d05fb4a57eb4ce95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-05-07T09:01:14.135 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:13 smithi107 bash[41823]: ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2 2024-05-07T09:01:14.487 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41845]: 2024-05-07 09:01:14.165533647 +0000 UTC m=+0.732000139 container remove c568c31b0a8e94718d364b92b6d571cdf9ce934f1a64a512d05fb4a57eb4ce95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T09:01:14.778 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.389269974 +0000 UTC m=+0.017802541 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T09:01:14.778 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.499685388 +0000 UTC m=+0.128217978 container create 307bf56919c6c9a746743ffe8b57cf55ff7a6a8a119d7c0a71146016b7b0f719 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS) 2024-05-07T09:01:14.778 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.685603626 +0000 UTC m=+0.314136180 container init 307bf56919c6c9a746743ffe8b57cf55ff7a6a8a119d7c0a71146016b7b0f719 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, GIT_BRANCH=HEAD) 2024-05-07T09:01:14.778 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.691165812 +0000 UTC m=+0.319698363 container start 307bf56919c6c9a746743ffe8b57cf55ff7a6a8a119d7c0a71146016b7b0f719 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2-deactivate, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-05-07T09:01:14.778 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.776972211 +0000 UTC m=+0.405504759 container attach 307bf56919c6c9a746743ffe8b57cf55ff7a6a8a119d7c0a71146016b7b0f719 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-05-07T09:01:15.134 INFO:journalctl@ceph.osd.2.smithi107.stdout:May 07 09:01:14 smithi107 podman[41935]: 2024-05-07 09:01:14.985825332 +0000 UTC m=+0.614357890 container died 307bf56919c6c9a746743ffe8b57cf55ff7a6a8a119d7c0a71146016b7b0f719 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-749d35c6-0c4f-11ef-bc97-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27) 2024-05-07T09:01:15.576 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-749d35c6-0c4f-11ef-bc97-c7b262605968@osd.2.service' 2024-05-07T09:01:15.612 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T09:01:15.612 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-07T09:01:15.613 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T09:01:15.804 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:17.135 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T09:01:17.337 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:29.922 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T09:01:30.125 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:42.463 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:01:42.499 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:01:42.534 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T09:01:42.560 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-07T09:01:42.562 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi008/crash 2024-05-07T09:01:42.563 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash -- . 2024-05-07T09:01:42.607 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T09:01:42.607 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-05-07T09:01:42.609 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi047/crash 2024-05-07T09:01:42.609 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash -- . 2024-05-07T09:01:42.649 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T09:01:42.649 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-05-07T09:01:42.651 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi107/crash 2024-05-07T09:01:42.652 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash -- . 2024-05-07T09:01:42.697 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T09:01:42.698 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-05-07T09:01:42.699 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-07T09:01:42.699 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-05-07T09:01:42.731 INFO:tasks.cephadm:Compressing logs... 2024-05-07T09:01:42.731 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T09:01:42.774 DEBUG:teuthology.orchestra.run.smithi047:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T09:01:42.776 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T09:01:42.799 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-07T09:01:42.799 INFO:teuthology.orchestra.run.smithi008.stderr:: No such file or directory 2024-05-07T09:01:42.806 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log 2024-05-07T09:01:42.806 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose --/var/log/ceph/cephadm.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr: 85.0% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.0.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr: 89.6% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr: 83.1% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-07T09:01:42.807 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.a.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log: 80.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T09:01:42.808 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-07T09:01:42.808 INFO:teuthology.orchestra.run.smithi107.stderr:: No such file or directory 2024-05-07T09:01:42.808 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log 2024-05-07T09:01:42.808 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr: 84.2% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi107.feqdln.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi107.feqdln.log: 81.8% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr: 71.9% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi107.feqdln.log.gz 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi107.stderr: 89.8% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T09:01:42.809 INFO:teuthology.orchestra.run.smithi047.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:: No such file or directory 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.zaiomt.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.zaiomt.log: 71.9% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.zaiomt.log.gz 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr: 84.1% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.b.log: 81.8% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 89.7% 2024-05-07T09:01:42.810 INFO:teuthology.orchestra.run.smithi047.stderr: -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T09:01:42.811 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-07T09:01:42.811 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-07T09:01:42.816 INFO:teuthology.orchestra.run.smithi047.stderr: 91.6% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T09:01:42.816 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log: 91.5% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T09:01:42.818 INFO:teuthology.orchestra.run.smithi008.stderr: 91.5% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T09:01:42.854 INFO:teuthology.orchestra.run.smithi107.stderr: 92.6% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-07T09:01:42.864 INFO:teuthology.orchestra.run.smithi047.stderr: 92.5% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-07T09:01:42.879 INFO:teuthology.orchestra.run.smithi008.stderr: 88.4% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-07T09:01:43.010 INFO:teuthology.orchestra.run.smithi008.stderr: 91.7% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-07T09:01:43.203 INFO:teuthology.orchestra.run.smithi107.stderr: 94.1% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-07T09:01:43.205 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-05-07T09:01:43.205 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.414s 2024-05-07T09:01:43.205 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.468s 2024-05-07T09:01:43.205 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.031s 2024-05-07T09:01:43.228 INFO:teuthology.orchestra.run.smithi008.stderr: 94.0% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-07T09:01:43.230 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T09:01:43.230 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.442s 2024-05-07T09:01:43.230 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m0.733s 2024-05-07T09:01:43.230 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.032s 2024-05-07T09:01:43.269 INFO:teuthology.orchestra.run.smithi047.stderr: 94.1% -- replaced with /var/log/ceph/749d35c6-0c4f-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-07T09:01:43.271 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-05-07T09:01:43.271 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.482s 2024-05-07T09:01:43.271 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.540s 2024-05-07T09:01:43.271 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.041s 2024-05-07T09:01:43.272 INFO:tasks.cephadm:Archiving logs... 2024-05-07T09:01:43.272 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi008/log 2024-05-07T09:01:43.273 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T09:01:43.429 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi047/log 2024-05-07T09:01:43.429 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T09:01:43.538 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi107/log 2024-05-07T09:01:43.539 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T09:01:43.647 INFO:tasks.cephadm:Removing cluster... 2024-05-07T09:01:43.647 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force 2024-05-07T09:01:43.834 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:44.095 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force 2024-05-07T09:01:44.284 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:44.562 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 749d35c6-0c4f-11ef-bc97-c7b262605968 --force 2024-05-07T09:01:44.742 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 749d35c6-0c4f-11ef-bc97-c7b262605968 2024-05-07T09:01:44.995 INFO:tasks.cephadm:Removing cephadm ... 2024-05-07T09:01:44.995 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T09:01:45.015 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T09:01:45.033 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T09:01:45.049 INFO:tasks.cephadm:Teardown complete 2024-05-07T09:01:45.049 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-07T09:01:45.059 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-07T09:01:45.059 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T09:01:45.062 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T09:01:45.076 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T09:01:45.183 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-07T09:01:45.195 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-07T09:01:45.195 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T09:01:45.198 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T09:01:45.200 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T09:01:45.213 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-05-07T09:01:45.214 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-05-07T09:01:45.215 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 12 +62us[ +62us] +/- 68ms 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -253us[ -251us] +/- 62ms 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +343us[ +345us] +/- 87ms 2024-05-07T09:01:45.218 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T09:01:45.220 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T09:01:45.220 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-05-07T09:01:45.220 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 14 +50us[ +50us] +/- 68ms 2024-05-07T09:01:45.220 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -267us[ -250us] +/- 62ms 2024-05-07T09:01:45.220 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +344us[ +344us] +/- 87ms 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 16 +42us[ +57us] +/- 68ms 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -268us[ -254us] +/- 62ms 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +344us[ +358us] +/- 86ms 2024-05-07T09:01:45.221 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T09:01:45.221 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-07T09:01:45.232 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-07T09:01:45.232 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-07T09:01:45.242 DEBUG:teuthology.orchestra.run.smithi008:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T09:01:45.338 DEBUG:teuthology.orchestra.run.smithi047:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T09:01:45.407 DEBUG:teuthology.orchestra.run.smithi107:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T09:01:45.475 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T09:01:45.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:45.508 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T09:01:45.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:45.538 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T09:01:45.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:45.567 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-07T09:01:45.585 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-07T09:01:45.602 INFO:teuthology.task.internal:Duration was 853.557506 seconds 2024-05-07T09:01:45.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-07T09:01:45.620 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-07T09:01:45.620 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T09:01:45.623 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T09:01:45.626 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T09:01:45.664 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T09:01:45.665 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T09:01:45.666 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T09:01:46.047 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-07T09:01:46.048 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T09:01:46.048 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T09:01:46.072 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T09:01:46.072 DEBUG:teuthology.orchestra.run.smithi047:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T09:01:46.115 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T09:01:46.115 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T09:01:46.142 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-07T09:01:46.143 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T09:01:46.145 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T09:01:46.158 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T09:01:46.208 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-07T09:01:46.209 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T09:01:46.213 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T09:01:46.228 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T09:01:46.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-07T09:01:46.394 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-07T09:01:46.394 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T09:01:46.420 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T09:01:46.447 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T09:01:46.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-07T09:01:46.483 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.485 DEBUG:teuthology.orchestra.run.smithi047:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.489 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.507 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-05-07T09:01:46.510 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-05-07T09:01:46.534 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-05-07T09:01:46.553 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:46.602 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:46.617 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T09:01:46.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T09:01:46.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-07T09:01:46.642 INFO:teuthology.task.internal:Transferring archived files... 2024-05-07T09:01:46.643 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi008 2024-05-07T09:01:46.643 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T09:01:46.681 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi047 2024-05-07T09:01:46.682 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T09:01:46.717 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694665/remote/smithi107 2024-05-07T09:01:46.717 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T09:01:46.755 INFO:teuthology.task.internal:Removing archive directory... 2024-05-07T09:01:46.755 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T09:01:46.757 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T09:01:46.759 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T09:01:46.806 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-07T09:01:46.819 INFO:teuthology.task.internal:Not uploading archives. 2024-05-07T09:01:46.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-07T09:01:46.830 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-07T09:01:46.830 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T09:01:46.832 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T09:01:46.834 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T09:01:46.845 INFO:teuthology.orchestra.run.smithi008.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 09:01 /home/ubuntu/cephtest 2024-05-07T09:01:46.847 INFO:teuthology.orchestra.run.smithi047.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 09:01 /home/ubuntu/cephtest 2024-05-07T09:01:46.861 INFO:teuthology.orchestra.run.smithi107.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 09:01 /home/ubuntu/cephtest 2024-05-07T09:01:46.862 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-07T09:01:46.874 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-07T09:01:46.900 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_rgw_multisite} duration: 853.5575063228607 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-05-07T09:01:46.900 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-07T09:01:46.972 INFO:teuthology.run:pass