2023-12-02T08:46:19.545 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-02T08:46:19.545 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188 --verbose --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --name adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi -- /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/orig.config.yaml 2023-12-02T08:46:19.589 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T08:46:19.667 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188 branch: wip-adk4-centos-9-orch-2023-12-01-0902 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7474188' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk4-centos-9-orch-2023-12-01-0902 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk4-centos-9-orch-2023-12-01-0902 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9727 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk4-centos-9-orch-2023-12-01-0902 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHevJuKfyKy/9SsQxuZnmC+9t6XeenSMtJDYjAgh8scyRV5iR082Y8utG9cfmIWQeeJL86Dy3S5VrvMQBkr7HeU= smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFAbtREwBuNc1xmIDi1RRHWXZsH3oGFZ0nIItzeE8uXBYAnyk195O1GRS+NNBycnMCvv9EXfaSixDoZP16rMSi8= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOv1kxvZ7dPONeD366Rc3sYf1qCLQUrYasjICVfx+/T5ZvZ2PAjc6Wt6SLTzTILG0aezDlcar/GlXbGSR20xDzM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_16:31:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-02T08:46:19.667 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa; will attempt to use it 2023-12-02T08:46:19.668 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks 2023-12-02T08:46:19.668 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-02T08:46:19.670 INFO:teuthology.task.internal:Checking packages... 2023-12-02T08:46:19.694 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '790ec80fe8c70e17748ed7354bfa28637b894703' 2023-12-02T08:46:19.694 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-02T08:46:19.694 INFO:teuthology.packaging:ref: None 2023-12-02T08:46:19.695 INFO:teuthology.packaging:tag: None 2023-12-02T08:46:19.695 INFO:teuthology.packaging:branch: wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T08:46:19.695 INFO:teuthology.packaging:sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:46:19.695 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T08:46:19.836 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7637.g790ec80f 2023-12-02T08:46:19.837 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-02T08:46:19.901 INFO:teuthology.task.internal:no buildpackages task found 2023-12-02T08:46:19.901 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-02T08:46:19.972 INFO:teuthology.task.internal:Saving configuration 2023-12-02T08:46:19.995 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-02T08:46:20.037 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T08:46:20.064 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.169188', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHevJuKfyKy/9SsQxuZnmC+9t6XeenSMtJDYjAgh8scyRV5iR082Y8utG9cfmIWQeeJL86Dy3S5VrvMQBkr7HeU='} 2023-12-02T08:46:20.088 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.166201', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFAbtREwBuNc1xmIDi1RRHWXZsH3oGFZ0nIItzeE8uXBYAnyk195O1GRS+NNBycnMCvv9EXfaSixDoZP16rMSi8='} 2023-12-02T08:46:20.113 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.167956', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOv1kxvZ7dPONeD366Rc3sYf1qCLQUrYasjICVfx+/T5ZvZ2PAjc6Wt6SLTzTILG0aezDlcar/GlXbGSR20xDzM='} 2023-12-02T08:46:20.114 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-02T08:46:20.125 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-02T08:46:20.125 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-02T08:46:20.125 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-02T08:46:20.125 INFO:teuthology.run_tasks:Running task console_log... 2023-12-02T08:46:20.290 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb420b869d0>, signals=[15]) 2023-12-02T08:46:20.290 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-02T08:46:20.301 INFO:teuthology.task.internal:Opening connections... 2023-12-02T08:46:20.301 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2023-12-02T08:46:20.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:46:20.453 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2023-12-02T08:46:20.454 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:46:20.542 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2023-12-02T08:46:20.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:46:20.671 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-02T08:46:20.678 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2023-12-02T08:46:20.696 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2023-12-02T08:46:20.697 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2023-12-02T08:46:20.754 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="CentOS Stream" 2023-12-02T08:46:20.754 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="9" 2023-12-02T08:46:20.754 INFO:teuthology.orchestra.run.smithi055.stdout:ID="centos" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="rhel fedora" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="9" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el9" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:LOGO="fedora-logo-icon" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://centos.org/" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T08:46:20.755 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T08:46:20.756 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2023-12-02T08:46:20.779 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2023-12-02T08:46:20.797 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2023-12-02T08:46:20.798 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="CentOS Stream" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="9" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:ID="centos" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE="rhel fedora" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="9" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:PLATFORM_ID="platform:el9" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:ANSI_COLOR="0;31" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:LOGO="fedora-logo-icon" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T08:46:20.855 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://centos.org/" 2023-12-02T08:46:20.856 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T08:46:20.856 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T08:46:20.856 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T08:46:20.856 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2023-12-02T08:46:20.879 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2023-12-02T08:46:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2023-12-02T08:46:20.900 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2023-12-02T08:46:20.956 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2023-12-02T08:46:20.957 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T08:46:20.957 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2023-12-02T08:46:20.957 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T08:46:20.957 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T08:46:20.957 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T08:46:20.957 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2023-12-02T08:46:20.979 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-02T08:46:20.988 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-02T08:46:20.994 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-02T08:46:20.995 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2023-12-02T08:46:20.998 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2023-12-02T08:46:21.000 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2023-12-02T08:46:21.016 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-02T08:46:21.023 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-02T08:46:21.023 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2023-12-02T08:46:21.057 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2023-12-02T08:46:21.059 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2023-12-02T08:46:21.349 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-02T08:46:21.426 INFO:teuthology.run_tasks:Running task kernel... 2023-12-02T08:46:21.442 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-02T08:46:21.442 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-02T08:46:21.443 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T08:46:21.443 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T08:46:21.444 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T08:46:21.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:46:21.460 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2023-12-02T08:46:21.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:46:21.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:46:21.462 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-12-02T08:46:21.462 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-12-02T08:46:21.518 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-361.el9.x86_64 2023-12-02T08:46:21.518 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.14.0-361.el9.x86_64 2023-12-02T08:46:21.518 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum install -y kernel 2023-12-02T08:46:21.519 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-361.el9.x86_64 2023-12-02T08:46:21.519 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-361.el9.x86_64 2023-12-02T08:46:21.519 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2023-12-02T08:46:21.520 INFO:teuthology.orchestra.run.smithi055.stdout:5.14.0-361.el9.x86_64 2023-12-02T08:46:21.521 INFO:teuthology.task.kernel:Running kernel on smithi055: 5.14.0-361.el9.x86_64 2023-12-02T08:46:21.521 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2023-12-02T08:46:23.825 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - AppStream 8.8 MB/s | 6.4 MB 00:00 2023-12-02T08:46:23.954 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - AppStream 8.9 MB/s | 6.4 MB 00:00 2023-12-02T08:46:24.095 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 8.0 MB/s | 6.4 MB 00:00 2023-12-02T08:46:25.478 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.0 MB 00:00 2023-12-02T08:46:25.533 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - BaseOS 2.9 MB/s | 2.0 MB 00:00 2023-12-02T08:46:25.845 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 2.8 MB/s | 2.0 MB 00:00 2023-12-02T08:46:26.586 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 7.9 MB 00:00 2023-12-02T08:46:27.324 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 7.9 MB 00:01 2023-12-02T08:46:27.985 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 7.9 MB 00:01 2023-12-02T08:46:31.045 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 18 MB 00:03 2023-12-02T08:46:31.253 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 8.5 MB/s | 18 MB 00:02 2023-12-02T08:46:35.105 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 11 MB/s | 5.8 MB 00:00 2023-12-02T08:46:35.441 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 18 MB 00:07 2023-12-02T08:46:35.703 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 5.4 MB/s | 5.8 MB 00:01 2023-12-02T08:46:36.730 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 15 kB 00:00 2023-12-02T08:46:37.121 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 15 kB 00:00 2023-12-02T08:46:37.631 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 26 MB/s | 20 MB 00:00 2023-12-02T08:46:38.422 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2023-12-02T08:46:41.383 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 5.8 MB 00:02 2023-12-02T08:46:42.581 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2023-12-02T08:46:43.143 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 15 kB 00:00 2023-12-02T08:46:43.280 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2023-12-02T08:46:44.877 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2023-12-02T08:46:45.004 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T08:46:45.005 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T08:46:45.104 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:46:45.115 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:46:45.115 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-12-02T08:46:45.115 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Install 4 Packages 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 96 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 121 M 2023-12-02T08:46:45.116 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:46:45.621 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T08:46:45.621 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T08:46:45.733 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T08:46:45.744 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2023-12-02T08:46:45.745 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:46:45.746 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 96 M 2023-12-02T08:46:45.746 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 121 M 2023-12-02T08:46:45.746 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:46:46.526 INFO:teuthology.orchestra.run.smithi055.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 4.4 MB/s | 5.6 MB 00:01 2023-12-02T08:46:47.690 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 3.1 MB/s | 5.6 MB 00:01 2023-12-02T08:46:48.315 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-388.el9.x86_64.rpm 8.4 MB/s | 20 MB 00:02 2023-12-02T08:46:48.392 INFO:teuthology.orchestra.run.smithi055.stdout:(2/4): kernel-core-5.14.0-388.el9.x86_64.rpm 6.5 MB/s | 20 MB 00:03 2023-12-02T08:46:49.132 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 12 MB/s | 38 MB 00:03 2023-12-02T08:46:49.644 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2023-12-02T08:46:50.416 INFO:teuthology.orchestra.run.smithi055.stdout:(3/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 7.3 MB/s | 38 MB 00:05 2023-12-02T08:46:51.340 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-core-5.14.0-388.el9.x86_6 8.9 MB/s | 32 MB 00:03 2023-12-02T08:46:51.340 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:46:51.341 INFO:teuthology.orchestra.run.smithi138.stdout:Total 17 MB/s | 96 MB 00:05 2023-12-02T08:46:51.934 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T08:46:51.934 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T08:46:52.022 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T08:46:52.034 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:Install 4 Packages 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 96 M 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 121 M 2023-12-02T08:46:52.035 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:46:52.197 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:46:52.325 INFO:teuthology.orchestra.run.smithi055.stdout:(4/4): kernel-modules-core-5.14.0-388.el9.x86_6 5.6 MB/s | 32 MB 00:05 2023-12-02T08:46:52.325 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:46:52.325 INFO:teuthology.orchestra.run.smithi055.stdout:Total 13 MB/s | 96 MB 00:07 2023-12-02T08:46:52.574 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:46:52.574 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:46:53.214 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:46:53.659 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:46:53.659 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:46:53.737 INFO:teuthology.orchestra.run.smithi083.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 3.4 MB/s | 5.6 MB 00:01 2023-12-02T08:46:53.895 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:46:53.895 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:46:55.027 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:46:55.028 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:46:55.620 INFO:teuthology.orchestra.run.smithi083.stdout:(2/4): kernel-modules-core-5.14.0-388.el9.x86_6 17 MB/s | 32 MB 00:01 2023-12-02T08:46:55.904 INFO:teuthology.orchestra.run.smithi083.stdout:(3/4): kernel-core-5.14.0-388.el9.x86_64.rpm 5.3 MB/s | 20 MB 00:03 2023-12-02T08:46:56.543 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:46:57.185 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:46:57.327 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:57.816 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:46:57.889 INFO:teuthology.orchestra.run.smithi083.stdout:(4/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 6.5 MB/s | 38 MB 00:05 2023-12-02T08:46:57.889 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:46:57.889 INFO:teuthology.orchestra.run.smithi083.stdout:Total 16 MB/s | 96 MB 00:05 2023-12-02T08:46:58.492 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:46:58.625 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:58.745 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:46:59.098 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:46:59.098 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:47:00.058 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:00.238 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:00.428 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:47:00.428 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:47:01.540 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:01.730 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:03.352 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:47:03.997 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:47:04.122 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:04.865 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:05.070 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:06.800 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:06.879 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:06.922 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:07.060 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:09.696 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:11.637 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:11.834 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:11.947 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:16.475 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:38.382 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:38.425 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:38.937 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:38.938 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:47:38.938 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:38.938 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:39.357 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:39.357 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:47:39.357 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:47:39.357 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:39.357 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:39.358 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T08:47:39.358 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:39.358 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:47:39.358 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:47:39.858 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:39.996 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:39.997 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:39.997 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T08:47:39.997 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T08:47:39.997 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T08:47:39.997 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-02T08:47:39.998 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T08:47:39.998 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:40.116 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:40.117 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:40.117 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2023-12-02T08:47:40.163 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2023-12-02T08:47:40.163 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2023-12-02T08:47:40.164 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:47:40.165 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T08:47:40.166 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T08:47:40.166 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-388.el9.x86_64 2023-12-02T08:47:40.166 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T08:47:40.709 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2023-12-02T08:47:42.109 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T08:47:42.148 INFO:teuthology.orchestra.run.smithi138.stderr:done 2023-12-02T08:47:42.152 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2023-12-02T08:47:42.171 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.uyXKA58Vzv 2023-12-02T08:47:42.171 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.uyXKA58Vzv 2023-12-02T08:47:42.241 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.uyXKA58Vzv 2023-12-02T08:47:42.379 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.uyXKA58Vzv is 6KB 2023-12-02T08:47:42.427 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.uyXKA58Vzv 2023-12-02T08:47:42.442 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T08:47:42.506 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T08:47:42.506 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T08:47:42.506 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T08:47:42.507 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T08:47:42.509 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T08:47:42.561 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:42.605 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:42.638 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2023-12-02T08:47:43.013 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:43.013 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:47:43.013 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:43.013 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:43.433 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:47:43.434 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:47:43.947 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:44.150 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:44.150 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:44.150 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T08:47:44.151 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T08:47:44.151 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T08:47:44.151 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-02T08:47:44.151 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T08:47:44.151 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:44.275 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:44.275 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:44.275 DEBUG:teuthology.orchestra.run.smithi055:> sudo rpm -qi grub2-tools 2023-12-02T08:47:44.319 INFO:teuthology.orchestra.run.smithi055.stdout:Name : grub2-tools 2023-12-02T08:47:44.319 INFO:teuthology.orchestra.run.smithi055.stdout:Epoch : 1 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Version : 2.06 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Release : 68.el9 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: x86_64 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Group : Unspecified 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Size : 8264254 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:License : GPLv3+ 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Packager : builder@centos.org 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:Vendor : CentOS 2023-12-02T08:47:44.320 INFO:teuthology.orchestra.run.smithi055.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:Summary : Support tools for GRUB. 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:Description : 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:hardware devices. 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:47:44.321 INFO:teuthology.orchestra.run.smithi055.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T08:47:44.322 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T08:47:44.322 INFO:teuthology.task.kernel:Updating grub on smithi055 to boot 5.14.0-388.el9.x86_64 2023-12-02T08:47:44.322 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T08:47:45.064 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2023-12-02T08:47:45.310 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:45.354 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:45.854 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:45.854 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:47:45.855 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:45.855 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.256 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.257 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:47:46.257 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:47:46.430 INFO:teuthology.orchestra.run.smithi055.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T08:47:46.463 INFO:teuthology.orchestra.run.smithi055.stderr:done 2023-12-02T08:47:46.472 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2023-12-02T08:47:46.487 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.qls3c0PnK2 2023-12-02T08:47:46.488 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qls3c0PnK2 2023-12-02T08:47:46.560 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.qls3c0PnK2 2023-12-02T08:47:46.745 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.qls3c0PnK2 is 6KB 2023-12-02T08:47:46.770 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:46.805 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.qls3c0PnK2 2023-12-02T08:47:46.829 DEBUG:teuthology.orchestra.run.smithi055:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T08:47:46.899 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T08:47:46.900 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T08:47:46.900 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T08:47:46.900 INFO:teuthology.orchestra.run.smithi055.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T08:47:46.901 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.931 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:46.931 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:46.931 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T08:47:46.931 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T08:47:46.932 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T08:47:46.932 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-02T08:47:46.932 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T08:47:46.932 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:47.058 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:47.059 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:47.059 DEBUG:teuthology.orchestra.run.smithi083:> sudo rpm -qi grub2-tools 2023-12-02T08:47:47.071 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Name : grub2-tools 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Epoch : 1 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Version : 2.06 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Release : 68.el9 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: x86_64 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Group : Unspecified 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Size : 8264254 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:License : GPLv3+ 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T08:47:47.101 INFO:teuthology.orchestra.run.smithi083.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:Packager : builder@centos.org 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:Vendor : CentOS 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:Summary : Support tools for GRUB. 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:Description : 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:hardware devices. 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:47:47.102 INFO:teuthology.orchestra.run.smithi083.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T08:47:47.103 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T08:47:47.103 INFO:teuthology.task.kernel:Updating grub on smithi083 to boot 5.14.0-388.el9.x86_64 2023-12-02T08:47:47.103 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T08:47:47.753 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2023-12-02T08:47:49.159 INFO:teuthology.orchestra.run.smithi083.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T08:47:49.194 INFO:teuthology.orchestra.run.smithi083.stderr:done 2023-12-02T08:47:49.196 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2023-12-02T08:47:49.212 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.VSTewgoef6 2023-12-02T08:47:49.212 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VSTewgoef6 2023-12-02T08:47:49.282 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.VSTewgoef6 2023-12-02T08:47:49.426 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.VSTewgoef6 is 6KB 2023-12-02T08:47:49.477 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.VSTewgoef6 2023-12-02T08:47:49.491 DEBUG:teuthology.orchestra.run.smithi083:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T08:47:49.556 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T08:47:49.556 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T08:47:49.556 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T08:47:49.556 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T08:47:49.558 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T08:47:49.726 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2023-12-02T08:48:12.664 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-02T08:48:12.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:48:12.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:17.078 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-02T08:48:17.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-12-02T08:48:17.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:19.732 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-02T08:48:19.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:48:19.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:31.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-12-02T08:48:35.426 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-12-02T08:48:38.246 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2023-12-02T08:48:40.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:48:40.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:43.138 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-12-02T08:48:44.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-12-02T08:48:44.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:47.247 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:48:47.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:50.306 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2023-12-02T08:48:55.142 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:48:55.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:02.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:49:02.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:13.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-12-02T08:49:16.185 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-12-02T08:49:16.793 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-12-02T08:49:16.793 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-388.el9.x86_64"... 2023-12-02T08:49:16.793 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-12-02T08:49:16.808 INFO:teuthology.orchestra.run.smithi055.stdout:5.14.0-388.el9.x86_64 2023-12-02T08:49:16.808 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T08:49:16.808 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T08:49:16.808 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T08:49:17.809 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-02T08:49:17.810 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T08:49:17.918 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2023-12-02T08:49:17.970 DEBUG:teuthology.parallel:result is None 2023-12-02T08:49:28.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:49:28.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:29.007 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-12-02T08:49:29.383 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:49:29.384 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-388.el9.x86_64"... 2023-12-02T08:49:29.384 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-12-02T08:49:29.398 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-388.el9.x86_64 2023-12-02T08:49:29.398 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T08:49:29.398 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T08:49:29.398 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T08:49:30.399 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-02T08:49:30.399 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T08:49:30.466 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2023-12-02T08:49:30.493 DEBUG:teuthology.parallel:result is None 2023-12-02T08:49:34.279 DEBUG:teuthology.orchestra.run.smithi083:> true 2023-12-02T08:49:34.746 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:49:34.746 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-388.el9.x86_64"... 2023-12-02T08:49:34.749 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2023-12-02T08:49:34.764 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-388.el9.x86_64 2023-12-02T08:49:34.764 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T08:49:34.764 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T08:49:34.764 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T08:49:35.765 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-02T08:49:35.765 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T08:49:35.857 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2023-12-02T08:49:35.899 DEBUG:teuthology.parallel:result is None 2023-12-02T08:49:35.899 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-02T08:49:35.906 INFO:teuthology.task.internal:Creating test directory... 2023-12-02T08:49:35.907 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T08:49:35.910 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T08:49:35.913 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T08:49:35.930 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-02T08:49:35.947 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-02T08:49:35.959 INFO:teuthology.task.internal:Creating archive directory... 2023-12-02T08:49:35.959 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T08:49:35.972 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T08:49:35.975 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T08:49:36.065 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-02T08:49:36.076 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-02T08:49:36.077 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-02T08:49:36.079 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-02T08:49:36.081 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-02T08:49:36.121 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.126 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.126 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.138 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.139 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.141 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.142 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-02T08:49:36.154 INFO:teuthology.task.internal:Configuring sudo... 2023-12-02T08:49:36.154 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T08:49:36.156 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T08:49:36.158 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T08:49:36.187 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-02T08:49:36.200 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-02T08:49:36.201 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T08:49:36.230 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T08:49:36.232 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T08:49:36.247 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.329 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.383 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.461 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.513 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:49:36.513 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T08:49:36.583 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.625 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.673 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.751 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.797 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:49:36.797 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T08:49:36.866 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.904 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.969 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:37.049 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:37.100 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:49:37.100 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T08:49:37.172 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2023-12-02T08:49:37.174 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2023-12-02T08:49:37.176 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2023-12-02T08:49:37.233 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:49:37.242 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:49:37.273 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:49:37.763 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-02T08:49:37.771 INFO:teuthology.task.internal:Starting timer... 2023-12-02T08:49:37.771 INFO:teuthology.run_tasks:Running task pcp... 2023-12-02T08:49:37.783 INFO:teuthology.run_tasks:Running task selinux... 2023-12-02T08:49:37.795 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-02T08:49:37.796 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2023-12-02T08:49:37.877 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2023-12-02T08:49:37.878 DEBUG:teuthology.orchestra.run.smithi083:> sudo service auditd rotate 2023-12-02T08:49:37.943 INFO:teuthology.orchestra.run.smithi083.stdout:Rotating logs: 2023-12-02T08:49:37.945 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2023-12-02T08:49:38.008 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2023-12-02T08:49:38.010 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-02T08:49:38.010 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2023-12-02T08:49:38.029 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2023-12-02T08:49:38.029 DEBUG:teuthology.orchestra.run.smithi083:> /usr/sbin/getenforce 2023-12-02T08:49:38.063 INFO:teuthology.orchestra.run.smithi083.stdout:Permissive 2023-12-02T08:49:38.063 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2023-12-02T08:49:38.104 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2023-12-02T08:49:38.104 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi083.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2023-12-02T08:49:38.104 DEBUG:teuthology.orchestra.run.smithi055:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T08:49:38.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:49:38.138 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T08:49:38.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:49:38.165 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T08:49:38.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:49:38.194 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-02T08:49:38.195 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2023-12-02T08:49:38.230 DEBUG:teuthology.orchestra.run.smithi083:> sudo /usr/sbin/setenforce permissive 2023-12-02T08:49:38.277 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2023-12-02T08:49:38.313 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-02T08:49:38.325 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-02T08:49:38.325 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-02T08:49:38.349 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-02T08:49:38.350 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi083.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-02T08:55:37.855 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2023-12-02T08:55:37.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-12-02T08:55:37.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:55:37.956 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-12-02T08:55:38.031 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-12-02T08:55:38.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:55:38.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:55:38.112 DEBUG:teuthology.orchestra.run.smithi083:> true 2023-12-02T08:55:38.181 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T08:55:38.181 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:55:38.182 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:55:38.268 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-12-02T08:55:38.343 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-02T08:55:38.343 INFO:teuthology.run_tasks:Running task clock... 2023-12-02T08:55:38.355 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-02T08:55:38.355 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T08:55:38.355 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T08:55:38.359 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T08:55:38.360 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T08:55:38.362 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T08:55:38.363 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T08:55:38.391 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T08:55:38.395 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T08:55:38.408 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T08:55:38.416 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T08:55:38.418 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T08:55:38.436 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T08:55:38.437 INFO:teuthology.orchestra.run.smithi083.stderr:sudo: ntpd: command not found 2023-12-02T08:55:38.451 INFO:teuthology.orchestra.run.smithi083.stdout:506 Cannot talk to daemon 2023-12-02T08:55:38.454 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2023-12-02T08:55:38.466 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2023-12-02T08:55:38.467 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T08:55:38.471 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2023-12-02T08:55:38.480 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2023-12-02T08:55:38.483 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T08:55:38.494 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T08:55:38.498 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T08:55:38.513 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T08:55:38.513 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T08:55:38.525 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:38.528 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:38.528 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2023-12-02T08:55:38.528 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.529 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.529 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.529 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.556 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:38.559 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.560 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.563 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.564 INFO:teuthology.run_tasks:Running task install... 2023-12-02T08:55:38.574 DEBUG:teuthology.task.install:project ceph 2023-12-02T08:55:38.574 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703'}} 2023-12-02T08:55:38.574 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703'} 2023-12-02T08:55:38.574 INFO:teuthology.task.install:Using flavor: default 2023-12-02T08:55:38.582 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-02T08:55:38.582 INFO:teuthology.task.install:extra packages: [] 2023-12-02T08:55:38.582 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': '790ec80fe8c70e17748ed7354bfa28637b894703', 'tag': None, 'wait_for_package': False} 2023-12-02T08:55:38.583 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:38.584 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': '790ec80fe8c70e17748ed7354bfa28637b894703', 'tag': None, 'wait_for_package': False} 2023-12-02T08:55:38.584 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:38.585 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': '790ec80fe8c70e17748ed7354bfa28637b894703', 'tag': None, 'wait_for_package': False} 2023-12-02T08:55:38.585 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:38.727 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/ 2023-12-02T08:55:38.727 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7637.g790ec80f 2023-12-02T08:55:38.734 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/ 2023-12-02T08:55:38.734 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7637.g790ec80f 2023-12-02T08:55:38.856 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/ 2023-12-02T08:55:38.856 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7637.g790ec80f 2023-12-02T08:55:38.929 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T08:55:38.929 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:55:38.929 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T08:55:38.938 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T08:55:38.938 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:55:38.938 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T08:55:38.962 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-02T08:55:38.963 DEBUG:teuthology.orchestra.run.smithi055:> 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/790ec80fe8c70e17748ed7354bfa28637b894703/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T08:55:38.967 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-02T08:55:38.967 DEBUG:teuthology.orchestra.run.smithi138:> 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/790ec80fe8c70e17748ed7354bfa28637b894703/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T08:55:39.035 DEBUG:teuthology.orchestra.run.smithi055:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-02T08:55:39.036 DEBUG:teuthology.orchestra.run.smithi138:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-02T08:55:39.094 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T08:55:39.094 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:55:39.094 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T08:55:39.116 DEBUG:teuthology.orchestra.run.smithi138:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-02T08:55:39.122 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-02T08:55:39.122 DEBUG:teuthology.orchestra.run.smithi083:> 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/790ec80fe8c70e17748ed7354bfa28637b894703/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T08:55:39.123 DEBUG:teuthology.orchestra.run.smithi055:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-02T08:55:39.152 INFO:teuthology.orchestra.run.smithi055.stdout:check_obsoletes = 1 2023-12-02T08:55:39.154 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum clean all 2023-12-02T08:55:39.182 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2023-12-02T08:55:39.184 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2023-12-02T08:55:39.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-02T08:55:39.270 DEBUG:teuthology.orchestra.run.smithi083:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-02T08:55:39.335 INFO:teuthology.orchestra.run.smithi083.stdout:check_obsoletes = 1 2023-12-02T08:55:39.337 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum clean all 2023-12-02T08:55:39.411 INFO:teuthology.orchestra.run.smithi055.stdout:73 files removed 2023-12-02T08:55:39.430 INFO:teuthology.orchestra.run.smithi138.stdout:73 files removed 2023-12-02T08:55:39.438 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-radosgw 2023-12-02T08:55:39.456 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2023-12-02T08:55:39.580 INFO:teuthology.orchestra.run.smithi083.stdout:73 files removed 2023-12-02T08:55:39.606 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-radosgw 2023-12-02T08:55:40.185 INFO:teuthology.orchestra.run.smithi055.stdout:ceph packages for x86_64 190 kB/s | 78 kB 00:00 2023-12-02T08:55:40.272 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 157 kB/s | 78 kB 00:00 2023-12-02T08:55:40.363 INFO:teuthology.orchestra.run.smithi083.stdout:ceph packages for x86_64 176 kB/s | 78 kB 00:00 2023-12-02T08:55:40.644 INFO:teuthology.orchestra.run.smithi055.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-02T08:55:40.731 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-02T08:55:40.823 INFO:teuthology.orchestra.run.smithi083.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-02T08:55:41.070 INFO:teuthology.orchestra.run.smithi055.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2023-12-02T08:55:41.181 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 4.5 kB/s | 1.9 kB 00:00 2023-12-02T08:55:41.206 INFO:teuthology.orchestra.run.smithi083.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2023-12-02T08:55:41.572 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - AppStream 14 MB/s | 6.4 MB 00:00 2023-12-02T08:55:41.976 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - AppStream 8.7 MB/s | 6.4 MB 00:00 2023-12-02T08:55:41.992 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 8.3 MB/s | 6.4 MB 00:00 2023-12-02T08:55:43.189 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS-9 - BaseOS 4.0 MB/s | 2.0 MB 00:00 2023-12-02T08:55:43.651 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - BaseOS 3.2 MB/s | 2.0 MB 00:00 2023-12-02T08:55:43.759 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 2.8 MB/s | 2.0 MB 00:00 2023-12-02T08:55:44.406 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 7.9 MB 00:00 2023-12-02T08:55:45.300 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 7.9 MB 00:01 2023-12-02T08:55:45.533 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 7.9 MB 00:01 2023-12-02T08:55:47.065 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 12 MB/s | 18 MB 00:01 2023-12-02T08:55:52.217 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 3.1 MB/s | 18 MB 00:05 2023-12-02T08:55:52.783 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 5.8 MB 00:02 2023-12-02T08:55:55.234 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 15 kB 00:01 2023-12-02T08:55:57.351 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 5.8 MB 00:01 2023-12-02T08:55:59.802 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 15 kB 00:01 2023-12-02T08:56:00.522 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 3.8 MB/s | 20 MB 00:05 2023-12-02T08:56:00.870 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2023-12-02T08:56:05.535 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2023-12-02T08:56:05.695 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2023-12-02T08:56:08.397 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:56:08.400 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 8.6 M 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrading: 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: librados2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.3 M 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 5.2 M 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 19 M 2023-12-02T08:56:08.401 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 24 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow x86_64 9.0.0-9.el9 epel 4.4 M 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc noarch 9.0.0-9.el9 epel 24 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 719 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 476 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.8 M 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs x86_64 9.0.0-9.el9 epel 837 k 2023-12-02T08:56:08.402 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 45 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 129 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 161 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 320 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 299 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 99 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout:Install 27 Packages 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrade 2 Packages 2023-12-02T08:56:08.403 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:08.404 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 55 M 2023-12-02T08:56:08.404 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:56:08.470 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 8.6 M 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.3 M 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options 2023-12-02T08:56:08.480 INFO:teuthology.orchestra.run.smithi138.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 5.2 M 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 19 M 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 24 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow x86_64 9.0.0-9.el9 epel 4.4 M 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc noarch 9.0.0-9.el9 epel 24 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 719 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2023-12-02T08:56:08.481 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 476 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.8 M 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs x86_64 9.0.0-9.el9 epel 837 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 45 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 129 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 161 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 320 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 299 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 99 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2023-12-02T08:56:08.482 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:Install 27 Packages 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 55 M 2023-12-02T08:56:08.483 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:56:09.291 INFO:teuthology.orchestra.run.smithi055.stdout:(1/29): ceph-base-18.0.0-7637.g790ec80f.el9.x86 8.7 MB/s | 5.2 MB 00:00 2023-12-02T08:56:09.333 INFO:teuthology.orchestra.run.smithi055.stdout:(2/29): ceph-selinux-18.0.0-7637.g790ec80f.el9. 579 kB/s | 24 kB 00:00 2023-12-02T08:56:09.408 INFO:teuthology.orchestra.run.smithi055.stdout:(3/29): libcephfs2-18.0.0-7637.g790ec80f.el9.x8 9.4 MB/s | 719 kB 00:00 2023-12-02T08:56:09.467 INFO:teuthology.orchestra.run.smithi055.stdout:(4/29): libradosstriper1-18.0.0-7637.g790ec80f. 8.0 MB/s | 476 kB 00:00 2023-12-02T08:56:09.885 INFO:teuthology.orchestra.run.smithi055.stdout:(5/29): librgw2-18.0.0-7637.g790ec80f.el9.x86_6 11 MB/s | 4.8 MB 00:00 2023-12-02T08:56:09.985 INFO:teuthology.orchestra.run.smithi055.stdout:(6/29): ceph-radosgw-18.0.0-7637.g790ec80f.el9. 6.6 MB/s | 8.6 MB 00:01 2023-12-02T08:56:10.010 INFO:teuthology.orchestra.run.smithi055.stdout:(7/29): python3-ceph-argparse-18.0.0-7637.g790e 360 kB/s | 45 kB 00:00 2023-12-02T08:56:10.078 INFO:teuthology.orchestra.run.smithi055.stdout:(8/29): python3-ceph-common-18.0.0-7637.g790ec8 1.4 MB/s | 129 kB 00:00 2023-12-02T08:56:10.103 INFO:teuthology.orchestra.run.smithi055.stdout:(9/29): python3-cephfs-18.0.0-7637.g790ec80f.el 1.7 MB/s | 161 kB 00:00 2023-12-02T08:56:10.209 INFO:teuthology.orchestra.run.smithi055.stdout:(10/29): python3-rados-18.0.0-7637.g790ec80f.el 4.7 MB/s | 320 kB 00:00 2023-12-02T08:56:10.210 INFO:teuthology.orchestra.run.smithi055.stdout:(11/29): python3-rbd-18.0.0-7637.g790ec80f.el9. 4.4 MB/s | 299 kB 00:00 2023-12-02T08:56:10.210 INFO:teuthology.orchestra.run.smithi055.stdout:(12/29): python3-rgw-18.0.0-7637.g790ec80f.el9. 1.9 MB/s | 99 kB 00:00 2023-12-02T08:56:10.354 INFO:teuthology.orchestra.run.smithi055.stdout:(13/29): boost-program-options-1.75.0-8.el9.x86 576 kB/s | 106 kB 00:00 2023-12-02T08:56:10.387 INFO:teuthology.orchestra.run.smithi055.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 829 kB/s | 159 kB 00:00 2023-12-02T08:56:10.412 INFO:teuthology.orchestra.run.smithi055.stdout:(15/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 756 kB/s | 44 kB 00:00 2023-12-02T08:56:10.496 INFO:teuthology.orchestra.run.smithi055.stdout:(16/29): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 661 kB 00:00 2023-12-02T08:56:10.521 INFO:teuthology.orchestra.run.smithi055.stdout:(17/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.5 MB/s | 282 kB 00:00 2023-12-02T08:56:10.547 INFO:teuthology.orchestra.run.smithi055.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 824 kB/s | 41 kB 00:00 2023-12-02T08:56:11.097 INFO:teuthology.orchestra.run.smithi055.stdout:(19/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 537 kB/s | 309 kB 00:00 2023-12-02T08:56:11.222 INFO:teuthology.orchestra.run.smithi055.stdout:(20/29): libarrow-doc-9.0.0-9.el9.noarch.rpm 195 kB/s | 24 kB 00:00 2023-12-02T08:56:11.348 INFO:teuthology.orchestra.run.smithi055.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 388 kB/s | 49 kB 00:00 2023-12-02T08:56:11.448 INFO:teuthology.orchestra.run.smithi055.stdout:(22/29): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2023-12-02T08:56:11.487 INFO:teuthology.orchestra.run.smithi138.stdout:(1/29): ceph-base-18.0.0-7637.g790ec80f.el9.x86 1.9 MB/s | 5.2 MB 00:02 2023-12-02T08:56:11.595 INFO:teuthology.orchestra.run.smithi138.stdout:(2/29): ceph-selinux-18.0.0-7637.g790ec80f.el9. 222 kB/s | 24 kB 00:00 2023-12-02T08:56:11.799 INFO:teuthology.orchestra.run.smithi055.stdout:(23/29): parquet-libs-9.0.0-9.el9.x86_64.rpm 2.3 MB/s | 837 kB 00:00 2023-12-02T08:56:11.862 INFO:teuthology.orchestra.run.smithi138.stdout:(3/29): libcephfs2-18.0.0-7637.g790ec80f.el9.x8 2.6 MB/s | 719 kB 00:00 2023-12-02T08:56:11.932 INFO:teuthology.orchestra.run.smithi055.stdout:(24/29): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2023-12-02T08:56:11.971 INFO:teuthology.orchestra.run.smithi138.stdout:(4/29): ceph-radosgw-18.0.0-7637.g790ec80f.el9. 2.7 MB/s | 8.6 MB 00:03 2023-12-02T08:56:12.091 INFO:teuthology.orchestra.run.smithi055.stdout:(25/29): libarrow-9.0.0-9.el9.x86_64.rpm 2.9 MB/s | 4.4 MB 00:01 2023-12-02T08:56:12.096 INFO:teuthology.orchestra.run.smithi138.stdout:(5/29): libradosstriper1-18.0.0-7637.g790ec80f. 2.0 MB/s | 476 kB 00:00 2023-12-02T08:56:12.197 INFO:teuthology.orchestra.run.smithi138.stdout:(6/29): python3-ceph-argparse-18.0.0-7637.g790e 450 kB/s | 45 kB 00:00 2023-12-02T08:56:12.297 INFO:teuthology.orchestra.run.smithi138.stdout:(7/29): python3-ceph-common-18.0.0-7637.g790ec8 1.3 MB/s | 129 kB 00:00 2023-12-02T08:56:12.391 INFO:teuthology.orchestra.run.smithi055.stdout:(26/29): thrift-0.15.0-2.el9.x86_64.rpm 3.5 MB/s | 1.6 MB 00:00 2023-12-02T08:56:12.564 INFO:teuthology.orchestra.run.smithi138.stdout:(8/29): ceph-common-18.0.0-7637.g790ec80f.el9.x 5.0 MB/s | 19 MB 00:03 2023-12-02T08:56:12.566 INFO:teuthology.orchestra.run.smithi055.stdout:(27/29): librados2-18.0.0-7637.g790ec80f.el9.x8 7.0 MB/s | 3.3 MB 00:00 2023-12-02T08:56:12.589 INFO:teuthology.orchestra.run.smithi138.stdout:(9/29): python3-cephfs-18.0.0-7637.g790ec80f.el 553 kB/s | 161 kB 00:00 2023-12-02T08:56:12.673 INFO:teuthology.orchestra.run.smithi138.stdout:(10/29): librgw2-18.0.0-7637.g790ec80f.el9.x86_ 6.8 MB/s | 4.8 MB 00:00 2023-12-02T08:56:12.701 INFO:teuthology.orchestra.run.smithi138.stdout:(11/29): python3-rados-18.0.0-7637.g790ec80f.el 2.3 MB/s | 320 kB 00:00 2023-12-02T08:56:12.760 INFO:teuthology.orchestra.run.smithi138.stdout:(12/29): python3-rgw-18.0.0-7637.g790ec80f.el9. 1.1 MB/s | 99 kB 00:00 2023-12-02T08:56:12.785 INFO:teuthology.orchestra.run.smithi138.stdout:(13/29): python3-rbd-18.0.0-7637.g790ec80f.el9. 1.5 MB/s | 299 kB 00:00 2023-12-02T08:56:12.842 INFO:teuthology.orchestra.run.smithi055.stdout:(28/29): librbd1-18.0.0-7637.g790ec80f.el9.x86_ 6.7 MB/s | 3.0 MB 00:00 2023-12-02T08:56:12.852 INFO:teuthology.orchestra.run.smithi138.stdout:(14/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 159 kB 00:00 2023-12-02T08:56:12.877 INFO:teuthology.orchestra.run.smithi138.stdout:(15/29): boost-program-options-1.75.0-8.el9.x86 602 kB/s | 106 kB 00:00 2023-12-02T08:56:12.903 INFO:teuthology.orchestra.run.smithi138.stdout:(16/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 376 kB/s | 44 kB 00:00 2023-12-02T08:56:12.928 INFO:teuthology.orchestra.run.smithi138.stdout:(17/29): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2023-12-02T08:56:12.953 INFO:teuthology.orchestra.run.smithi138.stdout:(18/29): python3-prettytable-0.7.2-27.el9.noarc 842 kB/s | 41 kB 00:00 2023-12-02T08:56:12.979 INFO:teuthology.orchestra.run.smithi138.stdout:(19/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2023-12-02T08:56:13.187 INFO:teuthology.orchestra.run.smithi138.stdout:(20/29): libarrow-doc-9.0.0-9.el9.noarch.rpm 155 kB/s | 24 kB 00:00 2023-12-02T08:56:13.220 INFO:teuthology.orchestra.run.smithi138.stdout:(21/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2023-12-02T08:56:13.262 INFO:teuthology.orchestra.run.smithi138.stdout:(22/29): liboath-2.6.7-2.el9.x86_64.rpm 648 kB/s | 49 kB 00:00 2023-12-02T08:56:13.338 INFO:teuthology.orchestra.run.smithi138.stdout:(23/29): libunwind-1.6.2-1.el9.x86_64.rpm 576 kB/s | 67 kB 00:00 2023-12-02T08:56:13.413 INFO:teuthology.orchestra.run.smithi138.stdout:(24/29): parquet-libs-9.0.0-9.el9.x86_64.rpm 5.5 MB/s | 837 kB 00:00 2023-12-02T08:56:13.417 INFO:teuthology.orchestra.run.smithi055.stdout:(29/29): ceph-common-18.0.0-7637.g790ec80f.el9. 4.0 MB/s | 19 MB 00:04 2023-12-02T08:56:13.422 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:13.422 INFO:teuthology.orchestra.run.smithi055.stdout:Total 11 MB/s | 55 MB 00:05 2023-12-02T08:56:13.422 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:56:13.463 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:56:13.464 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:56:13.464 INFO:teuthology.orchestra.run.smithi138.stdout:(25/29): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2023-12-02T08:56:13.730 INFO:teuthology.orchestra.run.smithi138.stdout:(26/29): libarrow-9.0.0-9.el9.x86_64.rpm 5.7 MB/s | 4.4 MB 00:00 2023-12-02T08:56:13.772 INFO:teuthology.orchestra.run.smithi138.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 4.4 MB/s | 1.6 MB 00:00 2023-12-02T08:56:13.944 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:56:13.945 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:56:14.381 INFO:teuthology.orchestra.run.smithi138.stdout:(28/29): librbd1-18.0.0-7637.g790ec80f.el9.x86_ 4.7 MB/s | 3.0 MB 00:00 2023-12-02T08:56:14.573 INFO:teuthology.orchestra.run.smithi138.stdout:(29/29): librados2-18.0.0-7637.g790ec80f.el9.x8 3.0 MB/s | 3.3 MB 00:01 2023-12-02T08:56:14.579 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:14.579 INFO:teuthology.orchestra.run.smithi138.stdout:Total 9.0 MB/s | 55 MB 00:06 2023-12-02T08:56:14.580 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:56:14.615 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:56:14.615 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:56:15.082 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:56:15.082 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:56:15.330 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:56:15.410 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2023-12-02T08:56:15.447 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2023-12-02T08:56:15.499 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2023-12-02T08:56:15.839 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2023-12-02T08:56:15.888 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:15.964 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:16.052 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 6/31 2023-12-02T08:56:16.082 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:16.127 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:16.230 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2023-12-02T08:56:16.357 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 9/31 2023-12-02T08:56:16.425 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:56:16.449 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:16.450 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:56:16.498 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:16.541 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2023-12-02T08:56:16.569 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2023-12-02T08:56:16.608 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2023-12-02T08:56:16.627 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2023-12-02T08:56:16.640 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-9.0.0-9.el9.x86_64 13/31 2023-12-02T08:56:16.682 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2023-12-02T08:56:16.713 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2023-12-02T08:56:16.742 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-doc-9.0.0-9.el9.noarch 16/31 2023-12-02T08:56:16.775 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2023-12-02T08:56:16.942 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2023-12-02T08:56:17.032 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:17.097 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2023-12-02T08:56:17.120 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:17.126 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:17.195 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:17.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 20/31 2023-12-02T08:56:17.228 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 6/31 2023-12-02T08:56:17.253 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:17.261 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2023-12-02T08:56:17.315 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:17.344 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2023-12-02T08:56:17.388 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 9/31 2023-12-02T08:56:17.455 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:56:17.480 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:17.546 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:17.652 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2023-12-02T08:56:17.688 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-9.0.0-9.el9.x86_64 13/31 2023-12-02T08:56:17.712 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : parquet-libs-9.0.0-9.el9.x86_64 22/31 2023-12-02T08:56:17.738 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2023-12-02T08:56:17.740 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:17.769 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2023-12-02T08:56:17.801 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-doc-9.0.0-9.el9.noarch 16/31 2023-12-02T08:56:17.802 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:17.834 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2023-12-02T08:56:17.873 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 24/31 2023-12-02T08:56:17.900 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 25/31 2023-12-02T08:56:18.137 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2023-12-02T08:56:18.164 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:18.253 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:18.285 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 20/31 2023-12-02T08:56:18.321 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2023-12-02T08:56:18.752 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : parquet-libs-9.0.0-9.el9.x86_64 22/31 2023-12-02T08:56:18.792 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:18.867 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:18.931 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 24/31 2023-12-02T08:56:18.961 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 25/31 2023-12-02T08:56:20.068 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:20.105 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:20.693 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:20.733 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:56:20.826 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:56:20.826 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2023-12-02T08:56:20.826 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2023-12-02T08:56:20.826 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:20.868 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:21.120 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:21.168 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:21.731 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:56:21.772 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:56:21.840 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:56:21.841 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2023-12-02T08:56:21.841 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2023-12-02T08:56:21.841 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:21.874 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:30.929 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:30.929 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /sys 2023-12-02T08:56:30.929 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /proc 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /mnt 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /var/tmp 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /home 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /root 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /tmp 2023-12-02T08:56:30.930 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /root 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2023-12-02T08:56:31.465 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:31.776 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:56:31.801 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:56:31.801 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:31.801 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2023-12-02T08:56:31.802 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:56:31.802 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:56:31.802 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:31.803 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:56:31.887 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:56:31.888 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:32.296 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:56:32.320 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:32.322 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:56:32.407 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:56:32.408 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:32.978 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:32.978 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 1/31 2023-12-02T08:56:32.978 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2/31 2023-12-02T08:56:32.978 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 3/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 4/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 6/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 8/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 9/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 11/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 12/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 13/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2023-12-02T08:56:32.979 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-9.0.0-9.el9.x86_64 21/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-doc-9.0.0-9.el9.noarch 22/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : parquet-libs-9.0.0-9.el9.x86_64 25/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2023-12-02T08:56:32.980 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 30/31 2023-12-02T08:56:33.525 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 1/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 3/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 4/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 6/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 8/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 9/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 11/31 2023-12-02T08:56:33.526 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 12/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 13/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-9.0.0-9.el9.x86_64 21/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-doc-9.0.0-9.el9.noarch 22/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : parquet-libs-9.0.0-9.el9.x86_64 25/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:56:33.527 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2023-12-02T08:56:33.528 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 30/31 2023-12-02T08:56:33.983 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout:Upgraded: 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options-1.75.0-8.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-9.0.0-9.el9.x86_64 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc-9.0.0-9.el9.noarch 2023-12-02T08:56:33.984 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: liboath-2.6.7-2.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj-1.12.1-1.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq-0.11.0-7.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka-1.6.1-102.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind-1.6.2-1.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust-2.12.0-6.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs-9.0.0-9.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable-0.7.2-27.el9.noarch 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.985 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:33.986 INFO:teuthology.orchestra.run.smithi055.stdout: re2-1:20211101-3.el9.x86_64 2023-12-02T08:56:33.986 INFO:teuthology.orchestra.run.smithi055.stdout: thrift-0.15.0-2.el9.x86_64 2023-12-02T08:56:33.986 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:33.986 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:56:34.029 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 391 kB/s | 18 MB 00:47 2023-12-02T08:56:34.304 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-test 2023-12-02T08:56:34.531 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:56:34.531 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options-1.75.0-8.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-9.0.0-9.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc-9.0.0-9.el9.noarch 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.7-2.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2023-12-02T08:56:34.532 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-1.6.1-102.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.6.2-1.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs-9.0.0-9.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-27.el9.noarch 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: re2-1:20211101-3.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.15.0-2.el9.x86_64 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:34.533 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:56:34.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2023-12-02T08:56:34.909 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:29 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:56:35.059 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:56:35.059 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 41 M 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: jq x86_64 1.6-16.el9 CentOS-AppStream 186 k 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 164 k 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:56:35.060 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:56:35.061 INFO:teuthology.orchestra.run.smithi055.stdout:Install 6 Packages 2023-12-02T08:56:35.061 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:35.061 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 42 M 2023-12-02T08:56:35.061 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 173 M 2023-12-02T08:56:35.061 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:56:35.341 INFO:teuthology.orchestra.run.smithi055.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 668 kB/s | 186 kB 00:00 2023-12-02T08:56:35.425 INFO:teuthology.orchestra.run.smithi055.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.5 MB/s | 217 kB 00:00 2023-12-02T08:56:35.481 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:30 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:56:35.500 INFO:teuthology.orchestra.run.smithi055.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.9 MB/s | 300 kB 00:00 2023-12-02T08:56:35.559 INFO:teuthology.orchestra.run.smithi055.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.0 MB/s | 63 kB 00:00 2023-12-02T08:56:35.627 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 41 M 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: jq x86_64 1.6-16.el9 CentOS-AppStream 186 k 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 164 k 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2023-12-02T08:56:35.628 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:35.629 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 42 M 2023-12-02T08:56:35.630 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 173 M 2023-12-02T08:56:35.630 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:56:35.692 INFO:teuthology.orchestra.run.smithi055.stdout:(5/6): libcephsqlite-18.0.0-7637.g790ec80f.el9. 260 kB/s | 164 kB 00:00 2023-12-02T08:56:35.856 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 824 kB/s | 186 kB 00:00 2023-12-02T08:56:35.931 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.8 MB/s | 217 kB 00:00 2023-12-02T08:56:35.990 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.0 MB/s | 300 kB 00:00 2023-12-02T08:56:36.032 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2023-12-02T08:56:36.416 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): libcephsqlite-18.0.0-7637.g790ec80f.el9. 208 kB/s | 164 kB 00:00 2023-12-02T08:56:37.168 INFO:teuthology.orchestra.run.smithi055.stdout:(6/6): ceph-test-18.0.0-7637.g790ec80f.el9.x86_ 20 MB/s | 41 MB 00:02 2023-12-02T08:56:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:Total 20 MB/s | 42 MB 00:02 2023-12-02T08:56:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:56:37.194 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:56:37.194 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:56:37.562 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:56:37.562 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:56:38.128 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:56:38.219 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2023-12-02T08:56:38.266 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2023-12-02T08:56:38.301 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2023-12-02T08:56:38.344 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2023-12-02T08:56:38.364 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 6.3 MB/s | 5.8 MB 00:00 2023-12-02T08:56:38.371 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:56:38.900 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): ceph-test-18.0.0-7637.g790ec80f.el9.x86_ 13 MB/s | 41 MB 00:03 2023-12-02T08:56:38.903 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:38.903 INFO:teuthology.orchestra.run.smithi138.stdout:Total 13 MB/s | 42 MB 00:03 2023-12-02T08:56:38.903 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:56:38.922 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:56:38.922 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:56:39.262 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:56:39.263 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:56:39.855 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:56:39.926 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2023-12-02T08:56:39.963 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2023-12-02T08:56:39.989 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 15 kB 00:00 2023-12-02T08:56:39.999 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2023-12-02T08:56:40.042 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2023-12-02T08:56:40.070 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:56:41.552 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2023-12-02T08:56:42.466 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:56:42.539 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:56:43.942 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:56:44.020 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 1/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2023-12-02T08:56:44.838 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2023-12-02T08:56:45.219 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2023-12-02T08:56:45.219 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:45.219 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:56:45.219 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:45.219 INFO:teuthology.orchestra.run.smithi055.stdout: jq-1.6-16.el9.x86_64 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout: socat-1.7.4.1-5.el9.x86_64 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:45.220 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:56:45.479 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph 2023-12-02T08:56:46.074 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:41 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:56:46.174 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:56:46.175 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 1/6 2023-12-02T08:56:46.175 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2/6 2023-12-02T08:56:46.175 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2023-12-02T08:56:46.175 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2023-12-02T08:56:46.175 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2023-12-02T08:56:46.228 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================= 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================= 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: ceph x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 6.6 k 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 2.1 M 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 1.5 M 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 243 k 2023-12-02T08:56:46.231 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.4 M 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 18 M 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2023-12-02T08:56:46.232 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests noarch 2.25.1-7.el9 CentOS-BaseOS 113 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3 noarch 1.26.5-4.el9 CentOS-BaseOS 187 k 2023-12-02T08:56:46.233 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================= 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout:Install 36 Packages 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:46.234 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 30 M 2023-12-02T08:56:46.235 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 111 M 2023-12-02T08:56:46.235 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:56:46.283 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2023-12-02T08:56:46.585 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: jq-1.6-16.el9.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-5.el9.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:46.586 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:56:46.924 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2023-12-02T08:56:46.937 INFO:teuthology.orchestra.run.smithi055.stdout:(1/36): ceph-18.0.0-7637.g790ec80f.el9.x86_64.r 24 kB/s | 6.6 kB 00:00 2023-12-02T08:56:47.021 INFO:teuthology.orchestra.run.smithi055.stdout:(2/36): ceph-mgr-18.0.0-7637.g790ec80f.el9.x86_ 4.1 MB/s | 1.5 MB 00:00 2023-12-02T08:56:47.072 INFO:teuthology.orchestra.run.smithi055.stdout:(3/36): ceph-mds-18.0.0-7637.g790ec80f.el9.x86_ 5.1 MB/s | 2.1 MB 00:00 2023-12-02T08:56:47.147 INFO:teuthology.orchestra.run.smithi055.stdout:(4/36): ceph-mgr-modules-core-18.0.0-7637.g790e 3.2 MB/s | 243 kB 00:00 2023-12-02T08:56:47.381 INFO:teuthology.orchestra.run.smithi055.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 801 kB/s | 187 kB 00:00 2023-12-02T08:56:47.465 INFO:teuthology.orchestra.run.smithi055.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 144 kB 00:00 2023-12-02T08:56:47.497 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:42 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:56:47.531 INFO:teuthology.orchestra.run.smithi055.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 473 kB/s | 32 kB 00:00 2023-12-02T08:56:47.598 INFO:teuthology.orchestra.run.smithi055.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 711 kB/s | 47 kB 00:00 2023-12-02T08:56:47.655 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:56:47.657 INFO:teuthology.orchestra.run.smithi055.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 664 kB/s | 39 kB 00:00 2023-12-02T08:56:47.657 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2023-12-02T08:56:47.657 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:56:47.657 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2023-12-02T08:56:47.657 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 6.6 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 2.1 M 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 1.5 M 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 243 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.4 M 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 18 M 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2023-12-02T08:56:47.658 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2023-12-02T08:56:47.659 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests noarch 2.25.1-7.el9 CentOS-BaseOS 113 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3 noarch 1.26.5-4.el9 CentOS-BaseOS 187 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout:Install 36 Packages 2023-12-02T08:56:47.660 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:47.661 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 30 M 2023-12-02T08:56:47.661 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 111 M 2023-12-02T08:56:47.661 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:56:47.849 INFO:teuthology.orchestra.run.smithi055.stdout:(10/36): ceph-osd-18.0.0-7637.g790ec80f.el9.x86 21 MB/s | 18 MB 00:00 2023-12-02T08:56:47.874 INFO:teuthology.orchestra.run.smithi055.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 241 kB 00:00 2023-12-02T08:56:48.008 INFO:teuthology.orchestra.run.smithi055.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 7.3 MB/s | 1.1 MB 00:00 2023-12-02T08:56:48.033 INFO:teuthology.orchestra.run.smithi055.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 649 kB/s | 103 kB 00:00 2023-12-02T08:56:48.083 INFO:teuthology.orchestra.run.smithi055.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 124 kB 00:00 2023-12-02T08:56:48.108 INFO:teuthology.orchestra.run.smithi055.stdout:(15/36): python3-requests-2.25.1-7.el9.noarch.r 1.5 MB/s | 113 kB 00:00 2023-12-02T08:56:48.151 INFO:teuthology.orchestra.run.smithi055.stdout:(16/36): python3-urllib3-1.26.5-4.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2023-12-02T08:56:48.234 INFO:teuthology.orchestra.run.smithi055.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 178 kB/s | 22 kB 00:00 2023-12-02T08:56:48.440 INFO:teuthology.orchestra.run.smithi138.stdout:(1/36): ceph-18.0.0-7637.g790ec80f.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2023-12-02T08:56:48.653 INFO:teuthology.orchestra.run.smithi055.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2023-12-02T08:56:48.677 INFO:teuthology.orchestra.run.smithi055.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 287 kB/s | 151 kB 00:00 2023-12-02T08:56:48.790 INFO:teuthology.orchestra.run.smithi138.stdout:(2/36): ceph-mon-18.0.0-7637.g790ec80f.el9.x86_ 13 MB/s | 4.4 MB 00:00 2023-12-02T08:56:48.977 INFO:teuthology.orchestra.run.smithi055.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 528 kB/s | 172 kB 00:00 2023-12-02T08:56:48.992 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:56:49.001 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:56:49.001 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:56:49.001 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 8.6 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrading: 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: librados2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.3 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 5.2 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 19 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 24 k 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow x86_64 9.0.0-9.el9 epel 4.4 M 2023-12-02T08:56:49.002 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc noarch 9.0.0-9.el9 epel 24 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 719 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 476 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2 x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.8 M 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs x86_64 9.0.0-9.el9 epel 837 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 45 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 129 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 161 k 2023-12-02T08:56:49.003 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 320 k 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 299 k 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 99 k 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout:Install 27 Packages 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrade 2 Packages 2023-12-02T08:56:49.004 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:56:49.005 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 55 M 2023-12-02T08:56:49.005 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:56:49.110 INFO:teuthology.orchestra.run.smithi055.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 80 kB/s | 11 kB 00:00 2023-12-02T08:56:49.136 INFO:teuthology.orchestra.run.smithi055.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 781 kB/s | 358 kB 00:00 2023-12-02T08:56:49.236 INFO:teuthology.orchestra.run.smithi055.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2023-12-02T08:56:49.261 INFO:teuthology.orchestra.run.smithi055.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 185 kB/s | 23 kB 00:00 2023-12-02T08:56:49.361 INFO:teuthology.orchestra.run.smithi055.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2023-12-02T08:56:49.387 INFO:teuthology.orchestra.run.smithi055.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 157 kB/s | 20 kB 00:00 2023-12-02T08:56:49.495 INFO:teuthology.orchestra.run.smithi055.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 346 kB/s | 46 kB 00:00 2023-12-02T08:56:49.529 INFO:teuthology.orchestra.run.smithi055.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 556 kB/s | 79 kB 00:00 2023-12-02T08:56:49.646 INFO:teuthology.orchestra.run.smithi055.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2023-12-02T08:56:49.682 INFO:teuthology.orchestra.run.smithi138.stdout:(3/36): ceph-osd-18.0.0-7637.g790ec80f.el9.x86_ 20 MB/s | 18 MB 00:00 2023-12-02T08:56:49.738 INFO:teuthology.orchestra.run.smithi055.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2023-12-02T08:56:49.766 INFO:teuthology.orchestra.run.smithi138.stdout:(4/36): ceph-mgr-modules-core-18.0.0-7637.g790e 2.9 MB/s | 243 kB 00:00 2023-12-02T08:56:49.780 INFO:teuthology.orchestra.run.smithi055.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2023-12-02T08:56:49.864 INFO:teuthology.orchestra.run.smithi055.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 285 kB/s | 36 kB 00:00 2023-12-02T08:56:49.939 INFO:teuthology.orchestra.run.smithi055.stdout:(33/36): ceph-mon-18.0.0-7637.g790ec80f.el9.x86 1.5 MB/s | 4.4 MB 00:03 2023-12-02T08:56:50.066 INFO:teuthology.orchestra.run.smithi138.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 623 kB/s | 187 kB 00:00 2023-12-02T08:56:50.097 INFO:teuthology.orchestra.run.smithi055.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2023-12-02T08:56:50.148 INFO:teuthology.orchestra.run.smithi055.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 625 kB/s | 230 kB 00:00 2023-12-02T08:56:50.150 INFO:teuthology.orchestra.run.smithi138.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 144 kB 00:00 2023-12-02T08:56:50.200 INFO:teuthology.orchestra.run.smithi138.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 632 kB/s | 32 kB 00:00 2023-12-02T08:56:50.256 INFO:teuthology.orchestra.run.smithi055.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 63 kB/s | 20 kB 00:00 2023-12-02T08:56:50.259 INFO:teuthology.orchestra.run.smithi138.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 806 kB/s | 47 kB 00:00 2023-12-02T08:56:50.260 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:50.260 INFO:teuthology.orchestra.run.smithi055.stdout:Total 7.5 MB/s | 30 MB 00:04 2023-12-02T08:56:50.273 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:56:50.318 INFO:teuthology.orchestra.run.smithi138.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 663 kB/s | 39 kB 00:00 2023-12-02T08:56:50.321 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:56:50.321 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:56:50.394 INFO:teuthology.orchestra.run.smithi138.stdout:(10/36): ceph-mgr-18.0.0-7637.g790ec80f.el9.x86 708 kB/s | 1.5 MB 00:02 2023-12-02T08:56:50.419 INFO:teuthology.orchestra.run.smithi138.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.3 MB/s | 241 kB 00:00 2023-12-02T08:56:50.484 INFO:teuthology.orchestra.run.smithi083.stdout:(1/29): ceph-common-18.0.0-7637.g790ec80f.el9.x 13 MB/s | 19 MB 00:01 2023-12-02T08:56:50.526 INFO:teuthology.orchestra.run.smithi083.stdout:(2/29): ceph-selinux-18.0.0-7637.g790ec80f.el9. 583 kB/s | 24 kB 00:00 2023-12-02T08:56:50.594 INFO:teuthology.orchestra.run.smithi138.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 5.7 MB/s | 1.1 MB 00:00 2023-12-02T08:56:50.601 INFO:teuthology.orchestra.run.smithi083.stdout:(3/29): libcephfs2-18.0.0-7637.g790ec80f.el9.x8 9.4 MB/s | 719 kB 00:00 2023-12-02T08:56:50.619 INFO:teuthology.orchestra.run.smithi138.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 513 kB/s | 103 kB 00:00 2023-12-02T08:56:50.659 INFO:teuthology.orchestra.run.smithi083.stdout:(4/29): libradosstriper1-18.0.0-7637.g790ec80f. 8.0 MB/s | 476 kB 00:00 2023-12-02T08:56:50.661 INFO:teuthology.orchestra.run.smithi138.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.8 MB/s | 124 kB 00:00 2023-12-02T08:56:50.686 INFO:teuthology.orchestra.run.smithi138.stdout:(15/36): python3-requests-2.25.1-7.el9.noarch.r 1.6 MB/s | 113 kB 00:00 2023-12-02T08:56:50.729 INFO:teuthology.orchestra.run.smithi138.stdout:(16/36): python3-urllib3-1.26.5-4.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2023-12-02T08:56:50.759 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:56:50.760 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:56:50.813 INFO:teuthology.orchestra.run.smithi138.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2023-12-02T08:56:50.918 INFO:teuthology.orchestra.run.smithi083.stdout:(5/29): librgw2-18.0.0-7637.g790ec80f.el9.x86_6 18 MB/s | 4.8 MB 00:00 2023-12-02T08:56:50.960 INFO:teuthology.orchestra.run.smithi083.stdout:(6/29): python3-ceph-argparse-18.0.0-7637.g790e 1.1 MB/s | 45 kB 00:00 2023-12-02T08:56:51.002 INFO:teuthology.orchestra.run.smithi083.stdout:(7/29): python3-ceph-common-18.0.0-7637.g790ec8 3.0 MB/s | 129 kB 00:00 2023-12-02T08:56:51.044 INFO:teuthology.orchestra.run.smithi083.stdout:(8/29): python3-cephfs-18.0.0-7637.g790ec80f.el 3.8 MB/s | 161 kB 00:00 2023-12-02T08:56:51.101 INFO:teuthology.orchestra.run.smithi083.stdout:(9/29): python3-rados-18.0.0-7637.g790ec80f.el9 5.5 MB/s | 320 kB 00:00 2023-12-02T08:56:51.168 INFO:teuthology.orchestra.run.smithi083.stdout:(10/29): python3-rbd-18.0.0-7637.g790ec80f.el9. 4.4 MB/s | 299 kB 00:00 2023-12-02T08:56:51.210 INFO:teuthology.orchestra.run.smithi083.stdout:(11/29): python3-rgw-18.0.0-7637.g790ec80f.el9. 2.3 MB/s | 99 kB 00:00 2023-12-02T08:56:51.279 INFO:teuthology.orchestra.run.smithi138.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 93 kB/s | 43 kB 00:00 2023-12-02T08:56:51.355 INFO:teuthology.orchestra.run.smithi138.stdout:(19/36): ceph-mds-18.0.0-7637.g790ec80f.el9.x86 694 kB/s | 2.1 MB 00:03 2023-12-02T08:56:51.388 INFO:teuthology.orchestra.run.smithi138.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 229 kB/s | 151 kB 00:00 2023-12-02T08:56:51.511 INFO:teuthology.orchestra.run.smithi083.stdout:(12/29): boost-program-options-1.75.0-8.el9.x86 353 kB/s | 106 kB 00:00 2023-12-02T08:56:51.539 INFO:teuthology.orchestra.run.smithi138.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 71 kB/s | 11 kB 00:00 2023-12-02T08:56:51.572 INFO:teuthology.orchestra.run.smithi138.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 587 kB/s | 172 kB 00:00 2023-12-02T08:56:51.653 INFO:teuthology.orchestra.run.smithi083.stdout:(13/29): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 159 kB 00:00 2023-12-02T08:56:51.673 INFO:teuthology.orchestra.run.smithi138.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 132 kB/s | 18 kB 00:00 2023-12-02T08:56:51.707 INFO:teuthology.orchestra.run.smithi138.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 173 kB/s | 23 kB 00:00 2023-12-02T08:56:51.720 INFO:teuthology.orchestra.run.smithi083.stdout:(14/29): librabbitmq-0.11.0-7.el9.x86_64.rpm 662 kB/s | 44 kB 00:00 2023-12-02T08:56:51.798 INFO:teuthology.orchestra.run.smithi138.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2023-12-02T08:56:51.841 INFO:teuthology.orchestra.run.smithi138.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2023-12-02T08:56:51.920 INFO:teuthology.orchestra.run.smithi083.stdout:(15/29): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 661 kB 00:00 2023-12-02T08:56:51.933 INFO:teuthology.orchestra.run.smithi138.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 346 kB/s | 46 kB 00:00 2023-12-02T08:56:51.974 INFO:teuthology.orchestra.run.smithi138.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 589 kB/s | 79 kB 00:00 2023-12-02T08:56:52.004 INFO:teuthology.orchestra.run.smithi083.stdout:(16/29): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2023-12-02T08:56:52.062 INFO:teuthology.orchestra.run.smithi083.stdout:(17/29): python3-prettytable-0.7.2-27.el9.noarc 705 kB/s | 41 kB 00:00 2023-12-02T08:56:52.092 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:56:52.100 INFO:teuthology.orchestra.run.smithi138.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 481 kB/s | 358 kB 00:00 2023-12-02T08:56:52.117 INFO:teuthology.orchestra.run.smithi138.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 116 kB/s | 16 kB 00:00 2023-12-02T08:56:52.151 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2023-12-02T08:56:52.176 INFO:teuthology.orchestra.run.smithi138.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2023-12-02T08:56:52.192 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2023-12-02T08:56:52.196 INFO:teuthology.orchestra.run.smithi083.stdout:(18/29): ceph-base-18.0.0-7637.g790ec80f.el9.x8 1.7 MB/s | 5.2 MB 00:03 2023-12-02T08:56:52.220 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2023-12-02T08:56:52.234 INFO:teuthology.orchestra.run.smithi138.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 671 kB/s | 90 kB 00:00 2023-12-02T08:56:52.259 INFO:teuthology.orchestra.run.smithi138.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 251 kB/s | 36 kB 00:00 2023-12-02T08:56:52.292 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2023-12-02T08:56:52.343 INFO:teuthology.orchestra.run.smithi138.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2023-12-02T08:56:52.344 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2023-12-02T08:56:52.377 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2023-12-02T08:56:52.388 INFO:teuthology.orchestra.run.smithi083.stdout:(19/29): gperftools-libs-2.9.1-2.el9.x86_64.rpm 950 kB/s | 309 kB 00:00 2023-12-02T08:56:52.401 INFO:teuthology.orchestra.run.smithi138.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 141 kB/s | 20 kB 00:00 2023-12-02T08:56:52.455 INFO:teuthology.orchestra.run.smithi083.stdout:(20/29): libarrow-doc-9.0.0-9.el9.noarch.rpm 366 kB/s | 24 kB 00:00 2023-12-02T08:56:52.473 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2023-12-02T08:56:52.502 INFO:teuthology.orchestra.run.smithi138.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2023-12-02T08:56:52.505 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:52.505 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.2 MB/s | 30 MB 00:04 2023-12-02T08:56:52.517 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:56:52.530 INFO:teuthology.orchestra.run.smithi083.stdout:(21/29): liboath-2.6.7-2.el9.x86_64.rpm 648 kB/s | 49 kB 00:00 2023-12-02T08:56:52.558 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2023-12-02T08:56:52.560 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:56:52.560 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:56:52.606 INFO:teuthology.orchestra.run.smithi083.stdout:(22/29): libunwind-1.6.2-1.el9.x86_64.rpm 900 kB/s | 67 kB 00:00 2023-12-02T08:56:52.606 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2023-12-02T08:56:52.679 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2023-12-02T08:56:52.731 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-urllib3-1.26.5-4.el9.noarch 11/36 2023-12-02T08:56:52.769 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-2.25.1-7.el9.noarch 12/36 2023-12-02T08:56:52.789 INFO:teuthology.orchestra.run.smithi083.stdout:(23/29): parquet-libs-9.0.0-9.el9.x86_64.rpm 4.5 MB/s | 837 kB 00:00 2023-12-02T08:56:52.828 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2023-12-02T08:56:52.864 INFO:teuthology.orchestra.run.smithi083.stdout:(24/29): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2023-12-02T08:56:52.890 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2023-12-02T08:56:52.957 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:56:52.958 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:56:52.964 INFO:teuthology.orchestra.run.smithi083.stdout:(25/29): ceph-radosgw-18.0.0-7637.g790ec80f.el9 2.2 MB/s | 8.6 MB 00:03 2023-12-02T08:56:53.084 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2023-12-02T08:56:53.097 INFO:teuthology.orchestra.run.smithi083.stdout:(26/29): libarrow-9.0.0-9.el9.x86_64.rpm 4.9 MB/s | 4.4 MB 00:00 2023-12-02T08:56:53.132 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2023-12-02T08:56:53.140 INFO:teuthology.orchestra.run.smithi083.stdout:(27/29): thrift-0.15.0-2.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2023-12-02T08:56:53.170 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2023-12-02T08:56:53.205 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2023-12-02T08:56:53.235 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2023-12-02T08:56:53.313 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2023-12-02T08:56:53.345 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:56:53.378 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2023-12-02T08:56:53.382 INFO:teuthology.orchestra.run.smithi083.stdout:(28/29): librbd1-18.0.0-7637.g790ec80f.el9.x86_ 11 MB/s | 3.0 MB 00:00 2023-12-02T08:56:53.419 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2023-12-02T08:56:53.470 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2023-12-02T08:56:53.496 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2023-12-02T08:56:53.590 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2023-12-02T08:56:53.628 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2023-12-02T08:56:53.702 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2023-12-02T08:56:53.843 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2023-12-02T08:56:53.969 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:56:54.074 INFO:teuthology.orchestra.run.smithi083.stdout:(29/29): librados2-18.0.0-7637.g790ec80f.el9.x8 3.0 MB/s | 3.3 MB 00:01 2023-12-02T08:56:54.078 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:56:54.078 INFO:teuthology.orchestra.run.smithi083.stdout:Total 11 MB/s | 55 MB 00:05 2023-12-02T08:56:54.078 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:56:54.115 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:56:54.115 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:56:54.129 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 31/36 2023-12-02T08:56:54.157 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:56:54.182 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:56:54.183 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:54.183 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2023-12-02T08:56:54.183 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:56:54.183 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:56:54.183 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:54.245 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:56:54.322 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2023-12-02T08:56:54.354 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2023-12-02T08:56:54.383 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2023-12-02T08:56:54.452 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2023-12-02T08:56:54.498 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2023-12-02T08:56:54.531 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2023-12-02T08:56:54.569 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:56:54.570 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:56:54.622 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2023-12-02T08:56:54.701 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2023-12-02T08:56:54.751 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2023-12-02T08:56:54.823 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2023-12-02T08:56:54.885 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urllib3-1.26.5-4.el9.noarch 11/36 2023-12-02T08:56:54.924 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-2.25.1-7.el9.noarch 12/36 2023-12-02T08:56:54.972 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2023-12-02T08:56:55.036 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2023-12-02T08:56:55.219 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2023-12-02T08:56:55.263 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2023-12-02T08:56:55.293 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2023-12-02T08:56:55.328 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2023-12-02T08:56:55.350 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2023-12-02T08:56:55.425 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2023-12-02T08:56:55.461 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:56:55.494 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2023-12-02T08:56:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2023-12-02T08:56:55.570 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2023-12-02T08:56:55.605 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2023-12-02T08:56:55.701 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2023-12-02T08:56:55.743 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2023-12-02T08:56:55.817 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:56:55.824 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2023-12-02T08:56:55.845 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:56:55.845 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:55.846 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2023-12-02T08:56:55.846 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:56:55.846 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:56:55.846 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:55.962 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:56:55.968 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2023-12-02T08:56:56.055 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/31 2023-12-02T08:56:56.095 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/31 2023-12-02T08:56:56.104 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:56:56.154 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/31 2023-12-02T08:56:56.257 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 31/36 2023-12-02T08:56:56.284 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:56:56.308 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:56.317 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:56:56.341 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:56:56.342 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:56.342 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2023-12-02T08:56:56.342 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:56:56.342 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:56:56.342 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:56.473 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/31 2023-12-02T08:56:56.536 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:56.551 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:56:56.576 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:56:56.576 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:56.576 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2023-12-02T08:56:56.576 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:56:56.576 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:56:56.577 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:56.611 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:56:56.643 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:56:56.696 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 6/31 2023-12-02T08:56:56.721 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:56.775 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:56:56.804 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/31 2023-12-02T08:56:56.850 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 9/31 2023-12-02T08:56:56.914 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:56:56.940 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:57.006 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 11/31 2023-12-02T08:56:57.113 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : re2-1:20211101-3.el9.x86_64 12/31 2023-12-02T08:56:57.150 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-9.0.0-9.el9.x86_64 13/31 2023-12-02T08:56:57.190 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/31 2023-12-02T08:56:57.222 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/31 2023-12-02T08:56:57.251 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-doc-9.0.0-9.el9.noarch 16/31 2023-12-02T08:56:57.284 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 17/31 2023-12-02T08:56:57.590 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/31 2023-12-02T08:56:57.622 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:57.705 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 19/31 2023-12-02T08:56:57.735 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 20/31 2023-12-02T08:56:57.771 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 21/31 2023-12-02T08:56:57.869 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:56:57.897 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:58.198 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : parquet-libs-9.0.0-9.el9.x86_64 22/31 2023-12-02T08:56:58.227 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:58.289 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 23/31 2023-12-02T08:56:58.337 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:56:58.357 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 24/31 2023-12-02T08:56:58.360 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:56:58.360 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:58.360 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2023-12-02T08:56:58.360 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:56:58.361 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:56:58.361 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:58.387 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 25/31 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 1/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 3/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 4/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 5/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 6/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2023-12-02T08:56:58.519 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-2.25.1-7.el9.noarch 16/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-urllib3-1.26.5-4.el9.noarch 17/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2023-12-02T08:56:58.520 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2023-12-02T08:56:58.521 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2023-12-02T08:56:58.555 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:56:58.577 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:56:58.578 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:56:58.578 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2023-12-02T08:56:58.578 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:56:58.578 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:56:58.578 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:56:58.643 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:56:59.655 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: lua-5.4.4-4.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel-5.4.4-4.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks-3.9.2-1.el9.noarch 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi-1.14.5-5.el9.x86_64 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot-8.6.0-4.el9.noarch 2023-12-02T08:56:59.656 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-8.2.1-3.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils-0.3.5-21.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako-1.1.4-6.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan-1.4.2-3.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply-3.11-14.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend-3.1.0-2.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser-2.20-6.el9.noarch 2023-12-02T08:56:59.657 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz-2021.1-5.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-2.25.1-7.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora-5.0.0-2.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml-0.10.2-6.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3-1.26.5-4.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob-1.8.7-6.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:56:59.658 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:56:59.955 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-base 2023-12-02T08:57:00.416 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 1/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 3/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 4/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 5/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 6/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2023-12-02T08:57:00.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-2.25.1-7.el9.noarch 16/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urllib3-1.26.5-4.el9.noarch 17/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2023-12-02T08:57:00.418 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2023-12-02T08:57:00.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2023-12-02T08:57:00.420 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2023-12-02T08:57:00.464 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:57:00.500 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:57:00.558 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:55 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:00.657 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:00.709 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:00.710 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:00.710 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:00.766 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install cephadm 2023-12-02T08:57:01.059 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 26/31 2023-12-02T08:57:01.104 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:57:01.172 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 27/31 2023-12-02T08:57:01.172 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2023-12-02T08:57:01.172 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2023-12-02T08:57:01.172 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:01.214 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:57:01.364 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:56 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:01.513 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 775 k 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:01.514 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:01.515 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:01.515 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 775 k 2023-12-02T08:57:01.515 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 790 k 2023-12-02T08:57:01.515 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:01.564 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: lua-5.4.4-4.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.4.4-4.el9.x86_64 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.9.2-1.el9.noarch 2023-12-02T08:57:01.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.6.0-4.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-21.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.1.4-6.el9.noarch 2023-12-02T08:57:01.566 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.4.2-3.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply-3.11-14.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-3.1.0-2.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.20-6.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2021.1-5.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-2.25.1-7.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-5.0.0-2.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml-0.10.2-6.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3-1.26.5-4.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.7-6.el9.noarch 2023-12-02T08:57:01.567 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2023-12-02T08:57:01.568 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2023-12-02T08:57:01.568 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:01.568 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:01.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2023-12-02T08:57:02.167 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm-18.0.0-7637.g790ec80f.el9.noarch.rpm 1.2 MB/s | 775 kB 00:00 2023-12-02T08:57:02.168 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:02.168 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.2 MB/s | 775 kB 00:00 2023-12-02T08:57:02.168 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:02.174 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:02.174 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:02.180 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:02.181 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:02.260 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:02.482 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:57 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:02.581 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:02.631 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:02.632 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:02.632 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:02.686 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:02.695 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2023-12-02T08:57:02.899 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:03.244 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:03.268 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:58 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:03.414 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 775 k 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:03.415 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:03.416 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 775 k 2023-12-02T08:57:03.416 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 790 k 2023-12-02T08:57:03.416 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:03.533 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:03.699 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-18.0.0-7637.g790ec80f.el9.noarch.rpm 2.7 MB/s | 775 kB 00:00 2023-12-02T08:57:03.700 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:03.700 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.7 MB/s | 775 kB 00:00 2023-12-02T08:57:03.700 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:03.705 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:03.705 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:03.711 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:03.711 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:03.714 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-immutable-object-cache 2023-12-02T08:57:03.781 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:04.246 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:04.315 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:59 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:04.329 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:04.466 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 142 k 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:04.467 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:04.468 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:04.468 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 142 k 2023-12-02T08:57:04.468 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 400 k 2023-12-02T08:57:04.468 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:04.673 INFO:teuthology.orchestra.run.smithi055.stdout:ceph-immutable-object-cache-18.0.0-7637.g790ec8 692 kB/s | 142 kB 00:00 2023-12-02T08:57:04.673 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:04.674 INFO:teuthology.orchestra.run.smithi055.stdout:Total 688 kB/s | 142 kB 00:00 2023-12-02T08:57:04.674 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:04.682 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:04.682 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:04.703 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:04.737 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:04.737 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:04.885 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:04.949 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:04.974 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:04.974 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:04.974 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2023-12-02T08:57:04.975 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:04.994 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:04.995 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:04.995 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:04.995 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:04.995 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:04.995 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:05.223 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2023-12-02T08:57:05.804 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:00 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:05.954 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 142 k 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 142 k 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 400 k 2023-12-02T08:57:05.955 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:05.982 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:06.184 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-18.0.0-7637.g790ec8 620 kB/s | 142 kB 00:00 2023-12-02T08:57:06.185 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:06.185 INFO:teuthology.orchestra.run.smithi138.stdout:Total 616 kB/s | 142 kB 00:00 2023-12-02T08:57:06.185 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:06.192 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:06.192 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:06.202 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr 2023-12-02T08:57:06.245 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:06.245 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:06.387 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:06.444 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:06.468 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:06.468 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:06.468 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2023-12-02T08:57:06.468 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:06.807 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:01 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:06.905 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:06.957 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:06.958 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:06.959 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:07.011 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-dashboard 2023-12-02T08:57:07.453 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:07.453 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:07.453 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:07.453 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:07.453 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:07.454 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:07.613 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:02 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:07.664 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2023-12-02T08:57:07.763 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:07.764 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:07.764 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:07.764 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:07.764 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:07.764 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 1.8 M 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 28 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 15 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout:Installing weak dependencies: 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout:Install 7 Packages 2023-12-02T08:57:07.765 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:07.766 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 2.1 M 2023-12-02T08:57:07.766 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 8.7 M 2023-12-02T08:57:07.766 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:08.251 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:03 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:08.302 INFO:teuthology.orchestra.run.smithi055.stdout:(1/7): ceph-grafana-dashboards-18.0.0-7637.g790 149 kB/s | 28 kB 00:00 2023-12-02T08:57:08.346 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:08.349 INFO:teuthology.orchestra.run.smithi055.stdout:(2/7): ceph-prometheus-alerts-18.0.0-7637.g790e 64 kB/s | 15 kB 00:00 2023-12-02T08:57:08.397 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:08.398 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:08.398 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:08.457 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2023-12-02T08:57:08.594 INFO:teuthology.orchestra.run.smithi055.stdout:(3/7): ceph-mgr-dashboard-18.0.0-7637.g790ec80f 3.7 MB/s | 1.8 MB 00:00 2023-12-02T08:57:08.736 INFO:teuthology.orchestra.run.smithi055.stdout:(4/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 21 kB/s | 9.0 kB 00:00 2023-12-02T08:57:08.961 INFO:teuthology.orchestra.run.smithi055.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 67 kB/s | 41 kB 00:00 2023-12-02T08:57:09.036 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:04 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:09.078 INFO:teuthology.orchestra.run.smithi055.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 64 kB/s | 31 kB 00:00 2023-12-02T08:57:09.103 INFO:teuthology.orchestra.run.smithi055.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 513 kB/s | 188 kB 00:00 2023-12-02T08:57:09.108 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:09.108 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-12-02T08:57:09.108 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:09.117 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:09.117 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:09.184 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 1.8 M 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 28 k 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 15 k 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2023-12-02T08:57:09.185 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout:Install 7 Packages 2023-12-02T08:57:09.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:09.187 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.1 M 2023-12-02T08:57:09.187 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 8.7 M 2023-12-02T08:57:09.187 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:09.193 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:09.193 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:09.501 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:09.563 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2023-12-02T08:57:09.597 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2023-12-02T08:57:09.645 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2023-12-02T08:57:09.675 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2023-12-02T08:57:09.706 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 5/7 2023-12-02T08:57:09.956 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 6/7 2023-12-02T08:57:09.990 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:10.125 INFO:teuthology.orchestra.run.smithi138.stdout:(1/7): ceph-grafana-dashboards-18.0.0-7637.g790 106 kB/s | 28 kB 00:00 2023-12-02T08:57:10.158 INFO:teuthology.orchestra.run.smithi138.stdout:(2/7): ceph-prometheus-alerts-18.0.0-7637.g790e 51 kB/s | 15 kB 00:00 2023-12-02T08:57:10.308 INFO:teuthology.orchestra.run.smithi138.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 49 kB/s | 9.0 kB 00:00 2023-12-02T08:57:10.409 INFO:teuthology.orchestra.run.smithi138.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 307 kB/s | 31 kB 00:00 2023-12-02T08:57:10.434 INFO:teuthology.orchestra.run.smithi138.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 163 kB/s | 41 kB 00:00 2023-12-02T08:57:10.508 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:10.508 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 1/7 2023-12-02T08:57:10.508 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 2/7 2023-12-02T08:57:10.509 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 3/7 2023-12-02T08:57:10.509 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2023-12-02T08:57:10.509 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2023-12-02T08:57:10.509 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2023-12-02T08:57:10.542 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:57:10.542 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /sys 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /proc 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /mnt 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /var/tmp 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /home 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /root 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /tmp 2023-12-02T08:57:10.543 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:10.559 INFO:teuthology.orchestra.run.smithi138.stdout:(6/7): ceph-mgr-dashboard-18.0.0-7637.g790ec80f 2.5 MB/s | 1.8 MB 00:00 2023-12-02T08:57:10.576 INFO:teuthology.orchestra.run.smithi138.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2023-12-02T08:57:10.580 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:10.580 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-12-02T08:57:10.580 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:10.588 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:10.588 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:10.654 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:10.654 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt-2.4.0-1.el9.noarch 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2023-12-02T08:57:10.844 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru-0.7-16.el9.noarch 2023-12-02T08:57:10.845 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes-2.5.1-5.el9.noarch 2023-12-02T08:57:10.845 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:10.845 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:10.960 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:11.020 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2023-12-02T08:57:11.054 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2023-12-02T08:57:11.072 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-02T08:57:11.117 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2023-12-02T08:57:11.149 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2023-12-02T08:57:11.171 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 5/7 2023-12-02T08:57:11.371 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 29/31 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2023-12-02T08:57:11.396 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:11.398 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:57:11.410 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 6/7 2023-12-02T08:57:11.440 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:11.482 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 30/31 2023-12-02T08:57:11.483 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:57:11.677 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:06 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:11.829 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:11.830 INFO:teuthology.orchestra.run.smithi055.stdout:============================================================================================ 2023-12-02T08:57:11.830 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:11.830 INFO:teuthology.orchestra.run.smithi055.stdout:============================================================================================ 2023-12-02T08:57:11.830 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 7.4 M 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran x86_64 11.4.1-2.3.el9 CentOS-BaseOS 803 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath x86_64 11.4.1-2.3.el9 CentOS-BaseOS 195 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2023-12-02T08:57:11.831 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:============================================================================================ 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:Install 12 Packages 2023-12-02T08:57:11.832 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:11.833 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 37 M 2023-12-02T08:57:11.833 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 209 M 2023-12-02T08:57:11.833 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 1/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 2/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 3/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2023-12-02T08:57:11.961 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2023-12-02T08:57:12.269 INFO:teuthology.orchestra.run.smithi055.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 192 kB/s | 32 kB 00:00 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt-2.4.0-1.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2023-12-02T08:57:12.287 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.5.1-5.el9.noarch 2023-12-02T08:57:12.288 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:12.288 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:12.319 INFO:teuthology.orchestra.run.smithi055.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 352 kB/s | 17 kB 00:00 2023-12-02T08:57:12.378 INFO:teuthology.orchestra.run.smithi055.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 590 kB/s | 34 kB 00:00 2023-12-02T08:57:12.461 INFO:teuthology.orchestra.run.smithi055.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.4 MB/s | 3.0 MB 00:00 2023-12-02T08:57:12.514 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 1/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 3/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 4/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 5/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_6 6/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 7/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9. 8/31 2023-12-02T08:57:12.529 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x8 9/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 10/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 11/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 12/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 13/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 20/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-9.0.0-9.el9.x86_64 21/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-doc-9.0.0-9.el9.noarch 22/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 23/31 2023-12-02T08:57:12.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 24/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : parquet-libs-9.0.0-9.el9.x86_64 25/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : re2-1:20211101-3.el9.x86_64 26/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 27/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 28/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 29/31 2023-12-02T08:57:12.531 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 30/31 2023-12-02T08:57:12.853 INFO:teuthology.orchestra.run.smithi055.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2023-12-02T08:57:12.920 INFO:teuthology.orchestra.run.smithi055.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 10 MB/s | 4.8 MB 00:00 2023-12-02T08:57:12.954 INFO:teuthology.orchestra.run.smithi055.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2023-12-02T08:57:13.097 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:08 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:13.243 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 7.4 M 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:57:13.244 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 11.4.1-2.3.el9 CentOS-BaseOS 803 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 11.4.1-2.3.el9 CentOS-BaseOS 195 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:13.245 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:13.246 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2023-12-02T08:57:13.246 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2023-12-02T08:57:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:13.246 INFO:teuthology.orchestra.run.smithi055.stdout:(8/12): libgfortran-11.4.1-2.3.el9.x86_64.rpm 2.7 MB/s | 803 kB 00:00 2023-12-02T08:57:13.247 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 37 M 2023-12-02T08:57:13.247 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 209 M 2023-12-02T08:57:13.247 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:13.546 INFO:teuthology.orchestra.run.smithi055.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 25 MB/s | 16 MB 00:00 2023-12-02T08:57:13.571 INFO:teuthology.orchestra.run.smithi055.stdout:(10/12): libquadmath-11.4.1-2.3.el9.x86_64.rpm 605 kB/s | 195 kB 00:00 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 31/31 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout:Upgraded: 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options-1.75.0-8.el9.x86_64 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.606 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-9.0.0-9.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc-9.0.0-9.el9.noarch 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: liboath-2.6.7-2.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj-1.12.1-1.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq-0.11.0-7.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka-1.6.1-102.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind-1.6.2-1.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust-2.12.0-6.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs-9.0.0-9.el9.x86_64 2023-12-02T08:57:13.607 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable-0.7.2-27.el9.noarch 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: re2-1:20211101-3.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: thrift-0.15.0-2.el9.x86_64 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:13.608 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:13.810 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 159 kB/s | 32 kB 00:00 2023-12-02T08:57:13.869 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 293 kB/s | 17 kB 00:00 2023-12-02T08:57:13.896 INFO:teuthology.orchestra.run.smithi055.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 702 kB/s | 245 kB 00:00 2023-12-02T08:57:13.938 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 496 kB/s | 34 kB 00:00 2023-12-02T08:57:13.969 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-test 2023-12-02T08:57:14.072 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2023-12-02T08:57:14.356 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2023-12-02T08:57:14.431 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 4.8 MB 00:00 2023-12-02T08:57:14.456 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2023-12-02T08:57:14.542 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:28 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:14.689 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:14.689 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:14.689 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:14.689 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 41 M 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: jq x86_64 1.6-16.el9 CentOS-AppStream 186 k 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 164 k 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout:Install 6 Packages 2023-12-02T08:57:14.690 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:14.691 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 42 M 2023-12-02T08:57:14.691 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 173 M 2023-12-02T08:57:14.691 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:14.732 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): libgfortran-11.4.1-2.3.el9.x86_64.rpm 2.8 MB/s | 803 kB 00:00 2023-12-02T08:57:14.938 INFO:teuthology.orchestra.run.smithi083.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 758 kB/s | 186 kB 00:00 2023-12-02T08:57:14.963 INFO:teuthology.orchestra.run.smithi083.stdout:(2/6): libcephsqlite-18.0.0-7637.g790ec80f.el9. 604 kB/s | 164 kB 00:00 2023-12-02T08:57:14.974 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 29 MB/s | 16 MB 00:00 2023-12-02T08:57:14.996 INFO:teuthology.orchestra.run.smithi083.stdout:(3/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 217 kB 00:00 2023-12-02T08:57:14.999 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): libquadmath-11.4.1-2.3.el9.x86_64.rpm 737 kB/s | 195 kB 00:00 2023-12-02T08:57:15.038 INFO:teuthology.orchestra.run.smithi083.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.9 MB/s | 300 kB 00:00 2023-12-02T08:57:15.063 INFO:teuthology.orchestra.run.smithi083.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 945 kB/s | 63 kB 00:00 2023-12-02T08:57:15.149 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2023-12-02T08:57:15.649 INFO:teuthology.orchestra.run.smithi055.stdout:(12/12): ceph-mgr-diskprediction-local-18.0.0-7 2.1 MB/s | 7.4 MB 00:03 2023-12-02T08:57:15.652 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:15.653 INFO:teuthology.orchestra.run.smithi055.stdout:Total 9.7 MB/s | 37 MB 00:03 2023-12-02T08:57:15.668 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:15.696 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:15.696 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:15.949 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): ceph-mgr-diskprediction-local-18.0.0-7 3.2 MB/s | 7.4 MB 00:02 2023-12-02T08:57:15.953 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:15.953 INFO:teuthology.orchestra.run.smithi138.stdout:Total 14 MB/s | 37 MB 00:02 2023-12-02T08:57:15.968 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:15.993 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:15.994 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:16.197 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:16.197 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:16.378 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:16.379 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:16.915 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:16.995 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libquadmath-11.4.1-2.3.el9.x86_64 1/12 2023-12-02T08:57:16.997 INFO:teuthology.orchestra.run.smithi083.stdout:(6/6): ceph-test-18.0.0-7637.g790ec80f.el9.x86_ 18 MB/s | 41 MB 00:02 2023-12-02T08:57:16.999 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:17.000 INFO:teuthology.orchestra.run.smithi083.stdout:Total 18 MB/s | 42 MB 00:02 2023-12-02T08:57:17.000 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:17.019 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:17.020 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:17.026 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libgfortran-11.4.1-2.3.el9.x86_64 2/12 2023-12-02T08:57:17.102 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:17.125 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:17.180 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-11.4.1-2.3.el9.x86_64 1/12 2023-12-02T08:57:17.212 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-11.4.1-2.3.el9.x86_64 2/12 2023-12-02T08:57:17.263 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2023-12-02T08:57:17.315 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:17.349 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2023-12-02T08:57:17.370 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:17.370 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:17.448 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:17.486 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:17.529 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:17.557 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:17.583 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2023-12-02T08:57:17.636 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2023-12-02T08:57:17.911 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:17.989 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2023-12-02T08:57:18.029 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2023-12-02T08:57:18.055 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2023-12-02T08:57:18.097 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2023-12-02T08:57:18.125 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:57:18.272 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2023-12-02T08:57:18.325 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2023-12-02T08:57:18.387 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2023-12-02T08:57:18.439 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2023-12-02T08:57:19.669 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2023-12-02T08:57:19.716 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2023-12-02T08:57:20.702 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2023-12-02T08:57:20.728 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:20.791 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2023-12-02T08:57:20.821 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:22.048 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 5/6 2023-12-02T08:57:22.125 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:57:23.270 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 1/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-11.4.1-2.3.el9.x86_64 10/12 2023-12-02T08:57:23.271 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-11.4.1-2.3.el9.x86_64 11/12 2023-12-02T08:57:23.334 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:23.334 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 1/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libgfortran-11.4.1-2.3.el9.x86_64 10/12 2023-12-02T08:57:23.335 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libquadmath-11.4.1-2.3.el9.x86_64 11/12 2023-12-02T08:57:23.713 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.21-2.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel-3.9.17-2.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:23.714 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:23.715 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.6.2-8.el9.x86_64 2023-12-02T08:57:23.715 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:23.715 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2023-12-02T08:57:23.867 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-0.3.21-2.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel-3.9.17-2.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy-1.6.2-8.el9.x86_64 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:23.868 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:24.106 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2023-12-02T08:57:24.226 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-rook 2023-12-02T08:57:24.264 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 6/6 2023-12-02T08:57:24.264 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 1/6 2023-12-02T08:57:24.265 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2/6 2023-12-02T08:57:24.265 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2023-12-02T08:57:24.265 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2023-12-02T08:57:24.265 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: jq-1.6-16.el9.x86_64 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2023-12-02T08:57:24.643 INFO:teuthology.orchestra.run.smithi083.stdout: socat-1.7.4.1-5.el9.x86_64 2023-12-02T08:57:24.644 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2023-12-02T08:57:24.644 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:24.644 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:24.689 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:19 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:24.836 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 50 k 2023-12-02T08:57:24.837 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:2.23.4-1.el9 epel 197 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:24.838 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:24.839 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2023-12-02T08:57:24.839 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:24.839 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.0 M 2023-12-02T08:57:24.839 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2023-12-02T08:57:24.839 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:24.849 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:19 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:24.906 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph 2023-12-02T08:57:25.006 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 50 k 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2023-12-02T08:57:25.007 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth noarch 1:2.23.4-1.el9 epel 197 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout:Install 13 Packages 2023-12-02T08:57:25.008 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:25.009 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 2.0 M 2023-12-02T08:57:25.009 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 26 M 2023-12-02T08:57:25.009 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:25.016 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 192 kB/s | 24 kB 00:00 2023-12-02T08:57:25.033 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 125 kB/s | 18 kB 00:00 2023-12-02T08:57:25.083 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2023-12-02T08:57:25.100 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2023-12-02T08:57:25.126 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.9 MB/s | 211 kB 00:00 2023-12-02T08:57:25.151 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2023-12-02T08:57:25.177 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): ceph-mgr-rook-18.0.0-7637.g790ec80f.el9 174 kB/s | 50 kB 00:00 2023-12-02T08:57:25.235 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2023-12-02T08:57:25.261 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 239 kB/s | 32 kB 00:00 2023-12-02T08:57:25.296 INFO:teuthology.orchestra.run.smithi055.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 195 kB/s | 24 kB 00:00 2023-12-02T08:57:25.321 INFO:teuthology.orchestra.run.smithi055.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 120 kB/s | 18 kB 00:00 2023-12-02T08:57:25.372 INFO:teuthology.orchestra.run.smithi055.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2023-12-02T08:57:25.397 INFO:teuthology.orchestra.run.smithi055.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2023-12-02T08:57:25.422 INFO:teuthology.orchestra.run.smithi055.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2023-12-02T08:57:25.447 INFO:teuthology.orchestra.run.smithi055.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2023-12-02T08:57:25.473 INFO:teuthology.orchestra.run.smithi055.stdout:(7/13): ceph-mgr-rook-18.0.0-7637.g790ec80f.el9 166 kB/s | 50 kB 00:00 2023-12-02T08:57:25.476 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:39 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:25.566 INFO:teuthology.orchestra.run.smithi055.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2023-12-02T08:57:25.590 INFO:teuthology.orchestra.run.smithi055.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2023-12-02T08:57:25.624 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:25.626 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2023-12-02T08:57:25.626 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 6.6 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 2.1 M 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 1.5 M 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 243 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 4.4 M 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 18 M 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2023-12-02T08:57:25.627 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2023-12-02T08:57:25.628 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests noarch 2.25.1-7.el9 CentOS-BaseOS 113 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3 noarch 1.26.5-4.el9 CentOS-BaseOS 187 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout:Install 36 Packages 2023-12-02T08:57:25.629 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:25.630 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 30 M 2023-12-02T08:57:25.630 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 111 M 2023-12-02T08:57:25.630 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:25.674 INFO:teuthology.orchestra.run.smithi055.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 709 kB/s | 59 kB 00:00 2023-12-02T08:57:25.699 INFO:teuthology.orchestra.run.smithi055.stdout:(11/13): python3-google-auth-2.23.4-1.el9.noarc 874 kB/s | 197 kB 00:00 2023-12-02T08:57:25.736 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-google-auth-2.23.4-1.el9.noarc 353 kB/s | 197 kB 00:00 2023-12-02T08:57:25.761 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 118 kB/s | 59 kB 00:00 2023-12-02T08:57:25.766 INFO:teuthology.orchestra.run.smithi055.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 975 kB/s | 90 kB 00:00 2023-12-02T08:57:25.786 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2023-12-02T08:57:25.878 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.6 MB/s | 1.0 MB 00:00 2023-12-02T08:57:25.880 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:25.880 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2023-12-02T08:57:25.881 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:25.893 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:25.894 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:25.990 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:25.992 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:26.091 INFO:teuthology.orchestra.run.smithi055.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2023-12-02T08:57:26.092 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:26.093 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2023-12-02T08:57:26.093 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:26.107 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:26.107 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:26.150 INFO:teuthology.orchestra.run.smithi083.stdout:(1/36): ceph-18.0.0-7637.g790ec80f.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2023-12-02T08:57:26.214 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:26.214 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:26.292 INFO:teuthology.orchestra.run.smithi083.stdout:(2/36): ceph-mgr-18.0.0-7637.g790ec80f.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2023-12-02T08:57:26.334 INFO:teuthology.orchestra.run.smithi083.stdout:(3/36): ceph-mds-18.0.0-7637.g790ec80f.el9.x86_ 5.0 MB/s | 2.1 MB 00:00 2023-12-02T08:57:26.393 INFO:teuthology.orchestra.run.smithi083.stdout:(4/36): ceph-mgr-modules-core-18.0.0-7637.g790e 4.1 MB/s | 243 kB 00:00 2023-12-02T08:57:26.502 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:26.518 INFO:teuthology.orchestra.run.smithi083.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2023-12-02T08:57:26.560 INFO:teuthology.orchestra.run.smithi083.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2023-12-02T08:57:26.585 INFO:teuthology.orchestra.run.smithi083.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2023-12-02T08:57:26.610 INFO:teuthology.orchestra.run.smithi083.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2023-12-02T08:57:26.636 INFO:teuthology.orchestra.run.smithi083.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2023-12-02T08:57:26.678 INFO:teuthology.orchestra.run.smithi083.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2023-12-02T08:57:26.691 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2023-12-02T08:57:26.743 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:26.744 INFO:teuthology.orchestra.run.smithi083.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2023-12-02T08:57:26.746 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2023-12-02T08:57:26.770 INFO:teuthology.orchestra.run.smithi083.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 4.0 MB/s | 103 kB 00:00 2023-12-02T08:57:26.803 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2023-12-02T08:57:26.803 INFO:teuthology.orchestra.run.smithi083.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2023-12-02T08:57:26.837 INFO:teuthology.orchestra.run.smithi083.stdout:(14/36): python3-requests-2.25.1-7.el9.noarch.r 3.3 MB/s | 113 kB 00:00 2023-12-02T08:57:26.840 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2023-12-02T08:57:26.871 INFO:teuthology.orchestra.run.smithi083.stdout:(15/36): python3-urllib3-1.26.5-4.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2023-12-02T08:57:26.881 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2023-12-02T08:57:26.927 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2023-12-02T08:57:26.974 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2023-12-02T08:57:27.010 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2023-12-02T08:57:27.065 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2023-12-02T08:57:27.083 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:2.23.4-1.el9.noarch 7/13 2023-12-02T08:57:27.102 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2023-12-02T08:57:27.133 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2023-12-02T08:57:27.143 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2023-12-02T08:57:27.239 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2023-12-02T08:57:27.249 INFO:teuthology.orchestra.run.smithi083.stdout:(16/36): ceph-osd-18.0.0-7637.g790ec80f.el9.x86 19 MB/s | 18 MB 00:00 2023-12-02T08:57:27.274 INFO:teuthology.orchestra.run.smithi083.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 55 kB/s | 22 kB 00:00 2023-12-02T08:57:27.349 INFO:teuthology.orchestra.run.smithi083.stdout:(18/36): ceph-mon-18.0.0-7637.g790ec80f.el9.x86 3.7 MB/s | 4.4 MB 00:01 2023-12-02T08:57:27.357 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-google-auth-1:2.23.4-1.el9.noarch 7/13 2023-12-02T08:57:27.414 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2023-12-02T08:57:27.466 INFO:teuthology.orchestra.run.smithi083.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 226 kB/s | 43 kB 00:00 2023-12-02T08:57:27.525 INFO:teuthology.orchestra.run.smithi083.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 548 kB/s | 151 kB 00:00 2023-12-02T08:57:27.559 INFO:teuthology.orchestra.run.smithi083.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 822 kB/s | 172 kB 00:00 2023-12-02T08:57:27.584 INFO:teuthology.orchestra.run.smithi083.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2023-12-02T08:57:27.609 INFO:teuthology.orchestra.run.smithi083.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2023-12-02T08:57:27.635 INFO:teuthology.orchestra.run.smithi083.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2023-12-02T08:57:27.660 INFO:teuthology.orchestra.run.smithi083.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2023-12-02T08:57:27.677 INFO:teuthology.orchestra.run.smithi083.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 289 kB/s | 19 kB 00:00 2023-12-02T08:57:27.694 INFO:teuthology.orchestra.run.smithi083.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 333 kB/s | 20 kB 00:00 2023-12-02T08:57:27.711 INFO:teuthology.orchestra.run.smithi083.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 915 kB/s | 46 kB 00:00 2023-12-02T08:57:27.736 INFO:teuthology.orchestra.run.smithi083.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2023-12-02T08:57:27.770 INFO:teuthology.orchestra.run.smithi083.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2023-12-02T08:57:27.803 INFO:teuthology.orchestra.run.smithi083.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2023-12-02T08:57:27.829 INFO:teuthology.orchestra.run.smithi083.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 610 kB/s | 36 kB 00:00 2023-12-02T08:57:27.846 INFO:teuthology.orchestra.run.smithi083.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 824 kB/s | 90 kB 00:00 2023-12-02T08:57:27.851 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2023-12-02T08:57:27.879 INFO:teuthology.orchestra.run.smithi083.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2023-12-02T08:57:27.898 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2023-12-02T08:57:27.904 INFO:teuthology.orchestra.run.smithi083.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2023-12-02T08:57:27.932 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2023-12-02T08:57:27.946 INFO:teuthology.orchestra.run.smithi083.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2023-12-02T08:57:27.950 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:27.950 INFO:teuthology.orchestra.run.smithi083.stdout:Total 13 MB/s | 30 MB 00:02 2023-12-02T08:57:27.963 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:27.980 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2023-12-02T08:57:28.002 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:57:28.007 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:28.007 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:28.171 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2023-12-02T08:57:28.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2023-12-02T08:57:28.258 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2023-12-02T08:57:28.307 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2023-12-02T08:57:28.337 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:57:28.422 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:28.422 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 1/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:2.23.4-1.el9.noarch 10/13 2023-12-02T08:57:28.804 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2023-12-02T08:57:28.805 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2023-12-02T08:57:29.186 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2021.10.8-2.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:2.23.4-1.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-16.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-2.0-4.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2023-12-02T08:57:29.187 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2023-12-02T08:57:29.188 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el9.noarch 2023-12-02T08:57:29.188 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2023-12-02T08:57:29.188 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:29.188 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:29.191 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:57:29.191 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 1/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-google-auth-1:2.23.4-1.el9.noarch 10/13 2023-12-02T08:57:29.192 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2023-12-02T08:57:29.193 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2023-12-02T08:57:29.446 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2023-12-02T08:57:29.583 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools-4.2.4-1.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi-2021.10.8-2.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth-1:2.23.4-1.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch-1.21-16.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer-2.0-4.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2023-12-02T08:57:29.584 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa-4.9-2.el9.noarch 2023-12-02T08:57:29.585 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2023-12-02T08:57:29.585 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:29.585 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:29.752 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:29.826 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2023-12-02T08:57:29.856 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2023-12-02T08:57:29.875 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-cephadm 2023-12-02T08:57:29.885 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2023-12-02T08:57:29.954 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2023-12-02T08:57:30.000 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2023-12-02T08:57:30.027 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:25 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:30.033 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2023-12-02T08:57:30.123 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2023-12-02T08:57:30.175 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:30.176 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:30.176 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:30.176 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 133 k 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.11.3-4.el9 CentOS-AppStream 228 k 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2023-12-02T08:57:30.177 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:30.178 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 6.8 M 2023-12-02T08:57:30.178 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 33 M 2023-12-02T08:57:30.178 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:30.219 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2023-12-02T08:57:30.261 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2023-12-02T08:57:30.332 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2023-12-02T08:57:30.386 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-urllib3-1.26.5-4.el9.noarch 11/36 2023-12-02T08:57:30.395 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): python3-jinja2-2.11.3-4.el9.noarch.rpm 1.4 MB/s | 228 kB 00:00 2023-12-02T08:57:30.425 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-2.25.1-7.el9.noarch 12/36 2023-12-02T08:57:30.473 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2023-12-02T08:57:30.488 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:25 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:30.529 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2023-12-02T08:57:30.553 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2023-12-02T08:57:30.641 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 133 k 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2 noarch 2.11.3-4.el9 CentOS-AppStream 228 k 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2023-12-02T08:57:30.642 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================== 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout:Install 6 Packages 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 6.8 M 2023-12-02T08:57:30.643 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 33 M 2023-12-02T08:57:30.644 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:30.670 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): ceph-mgr-cephadm-18.0.0-7637.g790ec80f.e 301 kB/s | 133 kB 00:00 2023-12-02T08:57:30.711 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2023-12-02T08:57:30.763 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2023-12-02T08:57:30.793 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2023-12-02T08:57:30.828 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2023-12-02T08:57:30.858 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2023-12-02T08:57:30.884 INFO:teuthology.orchestra.run.smithi055.stdout:(1/6): python3-jinja2-2.11.3-4.el9.noarch.rpm 1.4 MB/s | 228 kB 00:00 2023-12-02T08:57:30.933 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2023-12-02T08:57:30.951 INFO:teuthology.orchestra.run.smithi055.stdout:(2/6): ceph-mgr-cephadm-18.0.0-7637.g790ec80f.e 584 kB/s | 133 kB 00:00 2023-12-02T08:57:30.979 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:57:31.010 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2023-12-02T08:57:31.050 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2023-12-02T08:57:31.068 INFO:teuthology.orchestra.run.smithi055.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 5.8 MB 00:00 2023-12-02T08:57:31.085 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2023-12-02T08:57:31.104 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 110 kB/s | 58 kB 00:00 2023-12-02T08:57:31.120 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2023-12-02T08:57:31.162 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 109 kB/s | 51 kB 00:00 2023-12-02T08:57:31.207 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2023-12-02T08:57:31.246 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 644 kB/s | 548 kB 00:00 2023-12-02T08:57:31.250 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:31.250 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.3 MB/s | 6.8 MB 00:01 2023-12-02T08:57:31.251 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:31.260 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2023-12-02T08:57:31.260 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:31.260 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:31.331 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2023-12-02T08:57:31.335 INFO:teuthology.orchestra.run.smithi055.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 162 kB/s | 58 kB 00:00 2023-12-02T08:57:31.350 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:31.351 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:31.402 INFO:teuthology.orchestra.run.smithi055.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2023-12-02T08:57:31.427 INFO:teuthology.orchestra.run.smithi055.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2023-12-02T08:57:31.432 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:31.432 INFO:teuthology.orchestra.run.smithi055.stdout:Total 8.6 MB/s | 6.8 MB 00:00 2023-12-02T08:57:31.432 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:31.442 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:31.442 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:31.466 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2023-12-02T08:57:31.539 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:31.539 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:31.584 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:57:31.664 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:31.736 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 31/36 2023-12-02T08:57:31.764 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 32/36 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2023-12-02T08:57:31.789 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:31.820 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2023-12-02T08:57:31.847 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:31.865 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2023-12-02T08:57:32.036 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2023-12-02T08:57:32.088 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2023-12-02T08:57:32.387 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2023-12-02T08:57:32.486 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2023-12-02T08:57:32.545 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.11.3-4.el9.noarch 5/6 2023-12-02T08:57:32.570 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:57:32.647 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2023-12-02T08:57:32.733 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2023-12-02T08:57:32.802 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jinja2-2.11.3-4.el9.noarch 5/6 2023-12-02T08:57:32.824 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:57:33.324 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:57:33.350 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 33/36 2023-12-02T08:57:33.350 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:33.350 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2023-12-02T08:57:33.350 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:57:33.351 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2023-12-02T08:57:33.351 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/6 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.11.3-4.el9.noarch 3/6 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2023-12-02T08:57:33.383 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jinja2-2.11.3-4.el9.noarch 3/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2023-12-02T08:57:33.579 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2023-12-02T08:57:33.700 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.9.1-2.el9.noarch 2023-12-02T08:57:33.701 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.11.3-4.el9.noarch 2023-12-02T08:57:33.701 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-5.el9.noarch 2023-12-02T08:57:33.701 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2023-12-02T08:57:33.701 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:33.701 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:33.800 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:57:33.823 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 34/36 2023-12-02T08:57:33.823 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:33.823 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2023-12-02T08:57:33.823 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:57:33.823 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2023-12-02T08:57:33.824 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel-2.9.1-2.el9.noarch 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2-2.11.3-4.el9.noarch 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort-7.1.1-5.el9.noarch 2023-12-02T08:57:33.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2023-12-02T08:57:33.915 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:33.915 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:33.949 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2023-12-02T08:57:34.025 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:57:34.048 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 35/36 2023-12-02T08:57:34.048 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:34.048 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2023-12-02T08:57:34.048 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:57:34.048 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2023-12-02T08:57:34.049 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:34.114 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:57:34.159 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-fuse 2023-12-02T08:57:34.530 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:29 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:34.678 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 861 k 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-02T08:57:34.679 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 939 k 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.7 M 2023-12-02T08:57:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:34.767 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:29 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:34.834 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 511 kB/s | 79 kB 00:00 2023-12-02T08:57:34.922 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 861 k 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:Install 2 Packages 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:34.923 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 939 k 2023-12-02T08:57:34.924 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 2.7 M 2023-12-02T08:57:34.924 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:35.070 INFO:teuthology.orchestra.run.smithi055.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 537 kB/s | 79 kB 00:00 2023-12-02T08:57:35.167 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-fuse-18.0.0-7637.g790ec80f.el9.x86_ 1.7 MB/s | 861 kB 00:00 2023-12-02T08:57:35.168 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:35.169 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.9 MB/s | 939 kB 00:00 2023-12-02T08:57:35.169 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:35.190 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:35.190 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:35.265 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:35.266 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:35.443 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:35.594 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2023-12-02T08:57:35.612 INFO:teuthology.orchestra.run.smithi055.stdout:(2/2): ceph-fuse-18.0.0-7637.g790ec80f.el9.x86_ 1.2 MB/s | 861 kB 00:00 2023-12-02T08:57:35.614 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:35.614 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.3 MB/s | 939 kB 00:00 2023-12-02T08:57:35.614 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:35.636 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:35.636 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:35.666 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:57:35.716 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:35.716 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 36/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 1/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 3/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 4/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 5/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9. 6/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2023-12-02T08:57:35.874 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-2.25.1-7.el9.noarch 16/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-urllib3-1.26.5-4.el9.noarch 17/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2023-12-02T08:57:35.875 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2023-12-02T08:57:35.876 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2023-12-02T08:57:35.876 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2023-12-02T08:57:35.877 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2023-12-02T08:57:35.918 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:36.073 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2023-12-02T08:57:36.149 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:57:36.335 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:57:36.335 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/2 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:36.667 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:36.750 INFO:teuthology.orchestra.run.smithi083.stdout: lua-5.4.4-4.el9.x86_64 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel-5.4.4-4.el9.x86_64 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks-3.9.2-1.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi-1.14.5-5.el9.x86_64 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot-8.6.0-4.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-8.2.1-3.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils-0.3.5-21.el9.noarch 2023-12-02T08:57:36.751 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako-1.1.4-6.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan-1.4.2-3.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply-3.11-14.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend-3.1.0-2.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser-2.20-6.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz-2021.1-5.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-2.25.1-7.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora-5.0.0-2.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml-0.10.2-6.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3-1.26.5-4.el9.noarch 2023-12-02T08:57:36.752 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob-1.8.7-6.el9.noarch 2023-12-02T08:57:36.753 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2023-12-02T08:57:36.753 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2023-12-02T08:57:36.753 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:36.753 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:36.866 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:57:36.866 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/2 2023-12-02T08:57:36.928 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2023-12-02T08:57:37.079 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-base 2023-12-02T08:57:37.213 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2023-12-02T08:57:37.213 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:37.214 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:37.214 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2023-12-02T08:57:37.214 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:37.214 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:37.476 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-volume 2023-12-02T08:57:37.524 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:32 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:37.666 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:51 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:37.672 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:37.672 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:37.672 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-02T08:57:37.672 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:37.672 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 262 k 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 262 k 2023-12-02T08:57:37.673 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.2 M 2023-12-02T08:57:37.674 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:37.771 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-base-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:37.820 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:37.821 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:57:37.821 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:37.876 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install cephadm 2023-12-02T08:57:38.059 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-volume-18.0.0-7637.g790ec80f.el9.noarch.rp 682 kB/s | 262 kB 00:00 2023-12-02T08:57:38.059 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:38.059 INFO:teuthology.orchestra.run.smithi138.stdout:Total 679 kB/s | 262 kB 00:00 2023-12-02T08:57:38.059 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:38.067 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:38.067 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:38.090 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:33 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:38.097 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:38.097 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:38.243 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:38.243 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 262 k 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:38.244 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:38.245 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 262 k 2023-12-02T08:57:38.245 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 1.2 M 2023-12-02T08:57:38.245 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:38.311 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:38.386 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:38.401 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:38.401 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:38.401 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2023-12-02T08:57:38.402 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:38.444 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:52 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:38.589 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 775 k 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:38.590 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:57:38.591 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:38.591 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 775 k 2023-12-02T08:57:38.591 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 790 k 2023-12-02T08:57:38.591 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:38.717 INFO:teuthology.orchestra.run.smithi055.stdout:ceph-volume-18.0.0-7637.g790ec80f.el9.noarch.rp 556 kB/s | 262 kB 00:00 2023-12-02T08:57:38.717 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:38.717 INFO:teuthology.orchestra.run.smithi055.stdout:Total 554 kB/s | 262 kB 00:00 2023-12-02T08:57:38.718 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:38.727 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:38.727 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:38.760 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:38.760 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:38.992 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:39.060 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:39.077 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:39.077 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:39.077 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2023-12-02T08:57:39.077 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:39.417 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:39.600 INFO:teuthology.orchestra.run.smithi083.stdout:cephadm-18.0.0-7637.g790ec80f.el9.noarch.rpm 768 kB/s | 775 kB 00:01 2023-12-02T08:57:39.600 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:39.601 INFO:teuthology.orchestra.run.smithi083.stdout:Total 767 kB/s | 775 kB 00:01 2023-12-02T08:57:39.601 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:39.607 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:39.607 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:39.613 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:39.614 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:39.689 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:39.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2023-12-02T08:57:40.113 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:40.113 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:40.114 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:40.114 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:40.114 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:40.114 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:40.172 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:40.272 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:40.355 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:40.427 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados-devel 2023-12-02T08:57:40.501 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 127 k 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:40.502 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 127 k 2023-12-02T08:57:40.503 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 456 k 2023-12-02T08:57:40.503 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:40.707 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:40.884 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-18.0.0-7637.g790ec80f.el9.x86_64 332 kB/s | 127 kB 00:00 2023-12-02T08:57:40.885 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:40.885 INFO:teuthology.orchestra.run.smithi138.stdout:Total 331 kB/s | 127 kB 00:00 2023-12-02T08:57:40.885 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:40.890 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:40.890 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:40.946 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:40.946 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:41.002 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:57:41.003 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:41.003 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:41.003 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:41.003 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:41.003 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:41.042 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:36 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:41.097 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:41.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-immutable-object-cache 2023-12-02T08:57:41.195 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:41.195 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:41.195 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2023-12-02T08:57:41.195 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 127 k 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:41.196 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 127 k 2023-12-02T08:57:41.197 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 456 k 2023-12-02T08:57:41.197 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:41.208 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:41.638 INFO:teuthology.orchestra.run.smithi055.stdout:librados-devel-18.0.0-7637.g790ec80f.el9.x86_64 287 kB/s | 127 kB 00:00 2023-12-02T08:57:41.639 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:41.639 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:41.639 INFO:teuthology.orchestra.run.smithi055.stdout:Total 286 kB/s | 127 kB 00:00 2023-12-02T08:57:41.639 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:41.645 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:41.645 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:41.703 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:41.704 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:41.773 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:55 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:41.853 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:41.921 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 142 k 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:41.922 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:57:41.923 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:41.923 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 142 k 2023-12-02T08:57:41.923 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 400 k 2023-12-02T08:57:41.923 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:41.949 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:41.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:41.950 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:41.950 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:41.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:41.950 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:41.955 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:42.149 INFO:teuthology.orchestra.run.smithi083.stdout:ceph-immutable-object-cache-18.0.0-7637.g790ec8 627 kB/s | 142 kB 00:00 2023-12-02T08:57:42.150 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:42.150 INFO:teuthology.orchestra.run.smithi083.stdout:Total 623 kB/s | 142 kB 00:00 2023-12-02T08:57:42.150 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:42.157 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:42.157 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:42.198 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2023-12-02T08:57:42.209 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:42.209 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:42.350 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:42.374 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:42.417 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:42.441 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:42.441 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:42.441 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2023-12-02T08:57:42.442 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:42.720 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:42.787 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:37 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:42.886 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:42.939 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:42.940 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:42.940 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:42.976 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs2 2023-12-02T08:57:43.004 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2023-12-02T08:57:43.459 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f. 1/1 2023-12-02T08:57:43.459 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:43.459 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:43.460 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:43.460 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:43.460 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:43.591 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:38 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:43.592 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:38 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:43.692 INFO:teuthology.orchestra.run.smithi055.stdout:Package libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:43.698 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr 2023-12-02T08:57:43.739 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 31 k 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:43.740 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:43.741 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 31 k 2023-12-02T08:57:43.741 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 139 k 2023-12-02T08:57:43.741 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:43.745 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:43.746 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:43.746 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:43.814 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs-devel 2023-12-02T08:57:43.908 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-18.0.0-7637.g790ec80f.el9.x86_6 187 kB/s | 31 kB 00:00 2023-12-02T08:57:43.908 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:43.908 INFO:teuthology.orchestra.run.smithi138.stdout:Total 185 kB/s | 31 kB 00:00 2023-12-02T08:57:43.908 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:43.911 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:43.912 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:43.940 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:43.941 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:44.032 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:44.147 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:44.286 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:58 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:44.381 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-mgr-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:44.427 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:39 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:44.432 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:44.433 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:57:44.433 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:44.489 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-dashboard 2023-12-02T08:57:44.554 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:44.582 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 31 k 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:44.583 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 31 k 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 139 k 2023-12-02T08:57:44.584 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:44.758 INFO:teuthology.orchestra.run.smithi055.stdout:libcephfs-devel-18.0.0-7637.g790ec80f.el9.x86_6 179 kB/s | 31 kB 00:00 2023-12-02T08:57:44.758 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:44.759 INFO:teuthology.orchestra.run.smithi055.stdout:Total 178 kB/s | 31 kB 00:00 2023-12-02T08:57:44.759 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:44.762 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:44.762 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:44.782 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:44.782 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:44.823 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:44.874 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:44.993 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2023-12-02T08:57:45.000 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:45.062 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:59 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:45.209 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 1.8 M 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 28 k 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 15 k 2023-12-02T08:57:45.210 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout:Installing weak dependencies: 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout:Install 7 Packages 2023-12-02T08:57:45.211 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:45.212 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 2.1 M 2023-12-02T08:57:45.212 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 8.7 M 2023-12-02T08:57:45.212 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:45.394 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:45.573 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:40 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:45.662 INFO:teuthology.orchestra.run.smithi083.stdout:(1/7): ceph-grafana-dashboards-18.0.0-7637.g790 108 kB/s | 28 kB 00:00 2023-12-02T08:57:45.670 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:45.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:45.678 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:45.678 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:45.679 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:45.679 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:45.679 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:45.679 INFO:teuthology.orchestra.run.smithi083.stdout:(2/7): ceph-prometheus-alerts-18.0.0-7637.g790e 55 kB/s | 15 kB 00:00 2023-12-02T08:57:45.722 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:45.723 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:45.723 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:45.790 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2023-12-02T08:57:45.821 INFO:teuthology.orchestra.run.smithi083.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 57 kB/s | 9.0 kB 00:00 2023-12-02T08:57:45.851 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados2 2023-12-02T08:57:45.971 INFO:teuthology.orchestra.run.smithi083.stdout:(4/7): ceph-mgr-dashboard-18.0.0-7637.g790ec80f 3.1 MB/s | 1.8 MB 00:00 2023-12-02T08:57:45.989 INFO:teuthology.orchestra.run.smithi083.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 132 kB/s | 41 kB 00:00 2023-12-02T08:57:46.038 INFO:teuthology.orchestra.run.smithi083.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 142 kB/s | 31 kB 00:00 2023-12-02T08:57:46.374 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:41 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:46.456 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:41 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:46.471 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:46.522 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:46.523 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:46.523 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:46.555 INFO:teuthology.orchestra.run.smithi083.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 323 kB/s | 188 kB 00:00 2023-12-02T08:57:46.555 INFO:teuthology.orchestra.run.smithi055.stdout:Package librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:46.556 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:46.557 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-12-02T08:57:46.557 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:46.566 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:46.566 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:46.591 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2023-12-02T08:57:46.610 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:46.611 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:46.611 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:46.635 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:46.635 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:46.669 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librbd1 2023-12-02T08:57:46.956 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:47.023 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2023-12-02T08:57:47.057 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2023-12-02T08:57:47.103 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2023-12-02T08:57:47.135 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2023-12-02T08:57:47.165 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 5/7 2023-12-02T08:57:47.166 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:42 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:47.262 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:47.273 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:42 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:47.312 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:47.313 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:47.313 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:47.367 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2023-12-02T08:57:47.373 INFO:teuthology.orchestra.run.smithi055.stdout:Package librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:47.405 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 6/7 2023-12-02T08:57:47.428 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:47.429 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:47.429 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:47.434 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:47.496 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rados 2023-12-02T08:57:47.952 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:42 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:48.003 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 7/7 2023-12-02T08:57:48.003 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9. 1/7 2023-12-02T08:57:48.003 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarc 2/7 2023-12-02T08:57:48.003 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.n 3/7 2023-12-02T08:57:48.003 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2023-12-02T08:57:48.004 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2023-12-02T08:57:48.004 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2023-12-02T08:57:48.047 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:48.098 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:48.099 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:48.099 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:48.111 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:43 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:48.164 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2023-12-02T08:57:48.210 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:48.264 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:48.265 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:48.265 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jwt-2.4.0-1.el9.noarch 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2023-12-02T08:57:48.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru-0.7-16.el9.noarch 2023-12-02T08:57:48.320 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes-2.5.1-5.el9.noarch 2023-12-02T08:57:48.320 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:48.320 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:48.326 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rgw 2023-12-02T08:57:48.536 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-02T08:57:48.750 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:43 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:48.846 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:48.897 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:48.898 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:48.898 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:48.938 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:43 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:48.965 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2023-12-02T08:57:49.037 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:49.091 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:49.092 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:49.092 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:49.111 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:03 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:49.155 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-cephfs 2023-12-02T08:57:49.256 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 7.4 M 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2023-12-02T08:57:49.257 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran x86_64 11.4.1-2.3.el9 CentOS-BaseOS 803 k 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath x86_64 11.4.1-2.3.el9 CentOS-BaseOS 195 k 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout:Install 12 Packages 2023-12-02T08:57:49.258 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:49.259 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 37 M 2023-12-02T08:57:49.259 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 209 M 2023-12-02T08:57:49.259 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:49.470 INFO:teuthology.orchestra.run.smithi083.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 217 kB/s | 32 kB 00:00 2023-12-02T08:57:49.496 INFO:teuthology.orchestra.run.smithi083.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 701 kB/s | 17 kB 00:00 2023-12-02T08:57:49.521 INFO:teuthology.orchestra.run.smithi083.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.4 MB/s | 34 kB 00:00 2023-12-02T08:57:49.551 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:44 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:49.580 INFO:teuthology.orchestra.run.smithi083.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2023-12-02T08:57:49.647 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:49.698 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:49.700 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-02T08:57:49.700 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:49.765 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2023-12-02T08:57:49.766 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:44 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:49.771 INFO:teuthology.orchestra.run.smithi083.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2023-12-02T08:57:49.838 INFO:teuthology.orchestra.run.smithi083.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2023-12-02T08:57:49.863 INFO:teuthology.orchestra.run.smithi083.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2023-12-02T08:57:49.865 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:49.919 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:49.922 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:49.923 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:49.972 INFO:teuthology.orchestra.run.smithi083.stdout:(8/12): ceph-mgr-diskprediction-local-18.0.0-76 11 MB/s | 7.4 MB 00:00 2023-12-02T08:57:49.988 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rbd 2023-12-02T08:57:50.073 INFO:teuthology.orchestra.run.smithi083.stdout:(9/12): libgfortran-11.4.1-2.3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2023-12-02T08:57:50.231 INFO:teuthology.orchestra.run.smithi083.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2023-12-02T08:57:50.256 INFO:teuthology.orchestra.run.smithi083.stdout:(11/12): libquadmath-11.4.1-2.3.el9.x86_64.rpm 693 kB/s | 195 kB 00:00 2023-12-02T08:57:50.346 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:45 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:50.390 INFO:teuthology.orchestra.run.smithi083.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 780 kB/s | 245 kB 00:00 2023-12-02T08:57:50.392 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:50.393 INFO:teuthology.orchestra.run.smithi083.stdout:Total 33 MB/s | 37 MB 00:01 2023-12-02T08:57:50.405 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:57:50.429 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:57:50.429 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 85 k 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:50.495 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:50.496 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:50.496 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 85 k 2023-12-02T08:57:50.496 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 231 k 2023-12-02T08:57:50.496 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:50.596 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:45 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:50.696 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:57:50.749 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:50.750 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-02T08:57:50.750 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:50.810 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-fuse 2023-12-02T08:57:50.811 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-18.0.0-7637.g790ec80f.el9.x86_64.rpm 271 kB/s | 85 kB 00:00 2023-12-02T08:57:50.811 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:50.812 INFO:teuthology.orchestra.run.smithi138.stdout:Total 270 kB/s | 85 kB 00:00 2023-12-02T08:57:50.812 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:50.818 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:50.819 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:50.844 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:57:50.844 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:57:50.873 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:50.873 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:51.009 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:51.109 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:51.415 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:46 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:51.518 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:51.561 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:57:51.571 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 85 k 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:51.572 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:51.573 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:51.573 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 85 k 2023-12-02T08:57:51.573 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 231 k 2023-12-02T08:57:51.573 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:51.638 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libquadmath-11.4.1-2.3.el9.x86_64 1/12 2023-12-02T08:57:51.670 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libgfortran-11.4.1-2.3.el9.x86_64 2/12 2023-12-02T08:57:51.770 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:51.798 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:51.798 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:51.798 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:51.799 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:51.799 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:51.799 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:51.814 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2023-12-02T08:57:51.886 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-fuse-18.0.0-7637.g790ec80f.el9.x86_64.rpm 273 kB/s | 85 kB 00:00 2023-12-02T08:57:51.887 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:51.887 INFO:teuthology.orchestra.run.smithi055.stdout:Total 272 kB/s | 85 kB 00:00 2023-12-02T08:57:51.887 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:51.895 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:51.895 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:51.953 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:51.953 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:51.996 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2023-12-02T08:57:51.999 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:52.030 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:52.096 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:52.111 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2023-12-02T08:57:52.196 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:52.556 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:52.582 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:47 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:52.735 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:52.735 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:52.735 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.0 M 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 12 M 2023-12-02T08:57:52.736 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:52.770 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2023-12-02T08:57:52.876 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:52.918 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:53.109 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-18.0.0-7637.g790ec80f.el9.x86_64.rpm 8.1 MB/s | 3.0 MB 00:00 2023-12-02T08:57:53.109 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:53.110 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.0 MB/s | 3.0 MB 00:00 2023-12-02T08:57:53.110 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:53.119 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:53.119 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:53.156 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-mirror 2023-12-02T08:57:53.190 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:53.190 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:53.600 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:53.660 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:53.684 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:53.684 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:53.684 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2023-12-02T08:57:53.685 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:57:53.685 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:57:53.685 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:53.763 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:48 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:53.916 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:53.917 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:53.918 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:53.918 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:53.918 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 3.0 M 2023-12-02T08:57:53.918 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 12 M 2023-12-02T08:57:53.918 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:54.120 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2023-12-02T08:57:54.306 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-mirror-18.0.0-7637.g790ec80f.el9.x86_64.rpm 7.7 MB/s | 3.0 MB 00:00 2023-12-02T08:57:54.307 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:54.307 INFO:teuthology.orchestra.run.smithi055.stdout:Total 7.7 MB/s | 3.0 MB 00:00 2023-12-02T08:57:54.307 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:54.317 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:54.317 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:54.394 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:54.394 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:54.832 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:54.847 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:54.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:54.848 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:54.848 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:54.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:54.848 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:54.899 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:57:54.925 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:55.102 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2023-12-02T08:57:55.154 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2023-12-02T08:57:55.189 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:55.690 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:50 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:55.837 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 170 k 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 170 k 2023-12-02T08:57:55.839 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 494 k 2023-12-02T08:57:55.839 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:56.043 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:56.223 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-18.0.0-7637.g790ec80f.el9.x86_64.rpm 443 kB/s | 170 kB 00:00 2023-12-02T08:57:56.224 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:56.224 INFO:teuthology.orchestra.run.smithi138.stdout:Total 442 kB/s | 170 kB 00:00 2023-12-02T08:57:56.224 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-02T08:57:56.232 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-02T08:57:56.232 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-02T08:57:56.287 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-02T08:57:56.287 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-02T08:57:56.300 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-nbd 2023-12-02T08:57:56.435 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-02T08:57:56.538 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:56.904 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:51 ago on Sat 02 Dec 2023 08:56:05 AM UTC. 2023-12-02T08:57:56.994 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:57.058 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-02T08:57:57.058 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:57.058 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 170 k 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2023-12-02T08:57:57.059 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:57.060 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 170 k 2023-12-02T08:57:57.060 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 494 k 2023-12-02T08:57:57.060 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T08:57:57.304 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-02T08:57:57.443 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-nbd-18.0.0-7637.g790ec80f.el9.x86_64.rpm 445 kB/s | 170 kB 00:00 2023-12-02T08:57:57.443 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:57:57.444 INFO:teuthology.orchestra.run.smithi055.stdout:Total 443 kB/s | 170 kB 00:00 2023-12-02T08:57:57.444 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-12-02T08:57:57.452 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-12-02T08:57:57.453 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-12-02T08:57:57.509 DEBUG:teuthology.parallel:result is None 2023-12-02T08:57:57.513 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-12-02T08:57:57.513 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 12/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec 1/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2023-12-02T08:57:57.656 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libgfortran-11.4.1-2.3.el9.x86_64 10/12 2023-12-02T08:57:57.657 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libquadmath-11.4.1-2.3.el9.x86_64 11/12 2023-12-02T08:57:57.665 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-12-02T08:57:57.769 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:58.131 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2023-12-02T08:57:58.131 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:58.131 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:57:58.131 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-3.0.4-8.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath-11.4.1-2.3.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-0.3.21-2.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel-3.9.17-2.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy-1.6.2-8.el9.x86_64 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:58.132 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:57:58.172 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:58.477 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-rook 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:57:58.518 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-02T08:57:58.720 DEBUG:teuthology.parallel:result is None 2023-12-02T08:57:59.059 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:13 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:57:59.206 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 50 k 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2023-12-02T08:57:59.207 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth noarch 1:2.23.4-1.el9 epel 197 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout:Install 13 Packages 2023-12-02T08:57:59.208 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:57:59.209 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 2.0 M 2023-12-02T08:57:59.209 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 26 M 2023-12-02T08:57:59.209 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:57:59.393 INFO:teuthology.orchestra.run.smithi083.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 181 kB/s | 24 kB 00:00 2023-12-02T08:57:59.417 INFO:teuthology.orchestra.run.smithi083.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 113 kB/s | 18 kB 00:00 2023-12-02T08:57:59.500 INFO:teuthology.orchestra.run.smithi083.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 174 kB 00:00 2023-12-02T08:57:59.525 INFO:teuthology.orchestra.run.smithi083.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 132 kB 00:00 2023-12-02T08:57:59.559 INFO:teuthology.orchestra.run.smithi083.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2023-12-02T08:57:59.584 INFO:teuthology.orchestra.run.smithi083.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 729 kB/s | 43 kB 00:00 2023-12-02T08:57:59.626 INFO:teuthology.orchestra.run.smithi083.stdout:(7/13): ceph-mgr-rook-18.0.0-7637.g790ec80f.el9 136 kB/s | 50 kB 00:00 2023-12-02T08:57:59.718 INFO:teuthology.orchestra.run.smithi083.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 112 kB/s | 15 kB 00:00 2023-12-02T08:57:59.743 INFO:teuthology.orchestra.run.smithi083.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 175 kB/s | 32 kB 00:00 2023-12-02T08:57:59.868 INFO:teuthology.orchestra.run.smithi083.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 474 kB/s | 59 kB 00:00 2023-12-02T08:57:59.919 INFO:teuthology.orchestra.run.smithi083.stdout:(11/13): python3-google-auth-2.23.4-1.el9.noarc 675 kB/s | 197 kB 00:00 2023-12-02T08:57:59.961 INFO:teuthology.orchestra.run.smithi083.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 976 kB/s | 90 kB 00:00 2023-12-02T08:58:00.019 INFO:teuthology.orchestra.run.smithi083.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.4 MB/s | 1.0 MB 00:00 2023-12-02T08:58:00.021 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:00.021 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.5 MB/s | 2.0 MB 00:00 2023-12-02T08:58:00.022 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:00.035 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:00.036 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:00.135 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:00.136 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:00.650 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:00.814 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2023-12-02T08:58:00.870 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2023-12-02T08:58:00.925 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2023-12-02T08:58:00.955 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2023-12-02T08:58:01.013 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2023-12-02T08:58:01.104 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2023-12-02T08:58:01.214 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-google-auth-1:2.23.4-1.el9.noarch 7/13 2023-12-02T08:58:01.264 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2023-12-02T08:58:01.976 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2023-12-02T08:58:02.028 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2023-12-02T08:58:02.062 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2023-12-02T08:58:02.109 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2023-12-02T08:58:02.132 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:58:02.903 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 13/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 1/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-google-auth-1:2.23.4-1.el9.noarch 10/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2023-12-02T08:58:02.904 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools-4.2.4-1.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi-2021.10.8-2.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth-1:2.23.4-1.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch-1.21-16.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer-2.0-4.el9.noarch 2023-12-02T08:58:03.283 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa-4.9-2.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:03.284 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:03.519 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-cephadm 2023-12-02T08:58:04.096 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:18 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:04.242 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 133 k 2023-12-02T08:58:04.243 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2 noarch 2.11.3-4.el9 CentOS-AppStream 228 k 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout:Install 6 Packages 2023-12-02T08:58:04.244 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:04.245 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 6.8 M 2023-12-02T08:58:04.245 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 33 M 2023-12-02T08:58:04.245 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:04.472 INFO:teuthology.orchestra.run.smithi083.stdout:(1/6): python3-jinja2-2.11.3-4.el9.noarch.rpm 1.3 MB/s | 228 kB 00:00 2023-12-02T08:58:04.656 INFO:teuthology.orchestra.run.smithi083.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 5.8 MB 00:00 2023-12-02T08:58:04.848 INFO:teuthology.orchestra.run.smithi083.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 301 kB/s | 58 kB 00:00 2023-12-02T08:58:04.873 INFO:teuthology.orchestra.run.smithi083.stdout:(4/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2023-12-02T08:58:04.898 INFO:teuthology.orchestra.run.smithi083.stdout:(5/6): ceph-mgr-cephadm-18.0.0-7637.g790ec80f.e 220 kB/s | 133 kB 00:00 2023-12-02T08:58:04.932 INFO:teuthology.orchestra.run.smithi083.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 609 kB/s | 51 kB 00:00 2023-12-02T08:58:04.933 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:04.934 INFO:teuthology.orchestra.run.smithi083.stdout:Total 9.8 MB/s | 6.8 MB 00:00 2023-12-02T08:58:04.934 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:04.943 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:04.943 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:05.033 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:05.033 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:05.342 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:05.504 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2023-12-02T08:58:05.558 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2023-12-02T08:58:06.068 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2023-12-02T08:58:06.169 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2023-12-02T08:58:06.229 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jinja2-2.11.3-4.el9.noarch 5/6 2023-12-02T08:58:06.254 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:58:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 6/6 2023-12-02T08:58:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 1/6 2023-12-02T08:58:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2023-12-02T08:58:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jinja2-2.11.3-4.el9.noarch 3/6 2023-12-02T08:58:07.039 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2023-12-02T08:58:07.039 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel-2.9.1-2.el9.noarch 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2-2.11.3-4.el9.noarch 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort-7.1.1-5.el9.noarch 2023-12-02T08:58:07.356 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2023-12-02T08:58:07.357 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:07.357 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:07.611 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-fuse 2023-12-02T08:58:08.185 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:22 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:08.335 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 861 k 2023-12-02T08:58:08.336 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:Install 2 Packages 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 939 k 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 2.7 M 2023-12-02T08:58:08.337 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:08.500 INFO:teuthology.orchestra.run.smithi083.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 482 kB/s | 79 kB 00:00 2023-12-02T08:58:08.651 INFO:teuthology.orchestra.run.smithi083.stdout:(2/2): ceph-fuse-18.0.0-7637.g790ec80f.el9.x86_ 2.7 MB/s | 861 kB 00:00 2023-12-02T08:58:08.652 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:08.652 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.9 MB/s | 939 kB 00:00 2023-12-02T08:58:08.652 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:08.673 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:08.673 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:08.747 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:08.748 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:08.922 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:09.070 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2023-12-02T08:58:09.142 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:58:09.805 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2/2 2023-12-02T08:58:09.806 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/2 2023-12-02T08:58:10.114 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2023-12-02T08:58:10.114 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:10.114 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:10.115 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2023-12-02T08:58:10.115 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:10.115 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:10.362 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-volume 2023-12-02T08:58:10.951 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:24 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:11.100 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:11.100 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume noarch 2:18.0.0-7637.g790ec80f.el9 ceph-noarch 262 k 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 262 k 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 1.2 M 2023-12-02T08:58:11.101 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:11.347 INFO:teuthology.orchestra.run.smithi083.stdout:ceph-volume-18.0.0-7637.g790ec80f.el9.noarch.rp 1.0 MB/s | 262 kB 00:00 2023-12-02T08:58:11.348 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:11.348 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.0 MB/s | 262 kB 00:00 2023-12-02T08:58:11.348 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:11.357 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:11.357 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:11.386 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:11.386 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:11.598 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:11.683 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:58:11.698 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:58:11.699 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:58:11.699 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2023-12-02T08:58:11.699 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 1/1 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume-2:18.0.0-7637.g790ec80f.el9.noarch 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:12.807 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:13.104 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados-devel 2023-12-02T08:58:13.696 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:27 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:13.843 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:13.843 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:13.843 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2023-12-02T08:58:13.843 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:13.843 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 127 k 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 127 k 2023-12-02T08:58:13.844 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 456 k 2023-12-02T08:58:13.845 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:14.062 INFO:teuthology.orchestra.run.smithi083.stdout:librados-devel-18.0.0-7637.g790ec80f.el9.x86_64 584 kB/s | 127 kB 00:00 2023-12-02T08:58:14.062 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:14.063 INFO:teuthology.orchestra.run.smithi083.stdout:Total 579 kB/s | 127 kB 00:00 2023-12-02T08:58:14.063 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:14.068 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:14.068 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:14.123 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:14.123 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:14.270 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:14.377 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:14.800 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:15.073 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:15.073 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:15.073 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:15.074 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:58:15.074 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:15.074 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:15.372 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs2 2023-12-02T08:58:15.965 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:29 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:16.064 INFO:teuthology.orchestra.run.smithi083.stdout:Package libcephfs2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:16.117 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:16.118 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:16.118 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:16.175 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs-devel 2023-12-02T08:58:16.754 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:30 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:16.900 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:16.901 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:16.901 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2023-12-02T08:58:16.901 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 31 k 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 31 k 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 139 k 2023-12-02T08:58:16.902 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:17.066 INFO:teuthology.orchestra.run.smithi083.stdout:libcephfs-devel-18.0.0-7637.g790ec80f.el9.x86_6 190 kB/s | 31 kB 00:00 2023-12-02T08:58:17.066 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:17.066 INFO:teuthology.orchestra.run.smithi083.stdout:Total 189 kB/s | 31 kB 00:00 2023-12-02T08:58:17.067 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:17.070 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:17.070 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:17.102 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:17.103 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:17.192 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:17.305 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:17.685 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:17.962 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:17.963 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:17.963 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:17.963 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:58:17.963 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:17.963 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:18.133 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados2 2023-12-02T08:58:18.715 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:32 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:18.810 INFO:teuthology.orchestra.run.smithi083.stdout:Package librados2-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:18.864 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:18.864 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:18.864 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:18.917 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librbd1 2023-12-02T08:58:19.496 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:33 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:19.592 INFO:teuthology.orchestra.run.smithi083.stdout:Package librbd1-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:19.642 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:19.643 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:19.643 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:19.700 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rados 2023-12-02T08:58:20.278 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:34 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:20.373 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rados-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:20.422 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:20.423 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:20.424 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:20.476 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rgw 2023-12-02T08:58:21.060 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:21.155 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rgw-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:21.206 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:21.207 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:21.208 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:21.257 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-cephfs 2023-12-02T08:58:21.839 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:21.935 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-cephfs-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:21.986 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:21.987 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:21.987 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:22.042 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rbd 2023-12-02T08:58:22.632 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:36 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:22.728 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rbd-2:18.0.0-7637.g790ec80f.el9.x86_64 is already installed. 2023-12-02T08:58:22.780 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:22.781 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2023-12-02T08:58:22.781 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:22.846 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-fuse 2023-12-02T08:58:23.428 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:37 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:23.575 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 85 k 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:23.576 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:23.577 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:23.577 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 85 k 2023-12-02T08:58:23.577 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 231 k 2023-12-02T08:58:23.577 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:23.777 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-fuse-18.0.0-7637.g790ec80f.el9.x86_64.rpm 427 kB/s | 85 kB 00:00 2023-12-02T08:58:23.778 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:23.778 INFO:teuthology.orchestra.run.smithi083.stdout:Total 424 kB/s | 85 kB 00:00 2023-12-02T08:58:23.778 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:23.786 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:23.786 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:23.839 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:23.839 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:23.977 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:24.076 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:24.470 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:24.762 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:24.763 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:24.763 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:24.763 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:58:24.763 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:24.763 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:24.962 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-mirror 2023-12-02T08:58:25.553 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:39 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:25.704 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 3.0 M 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 3.0 M 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 12 M 2023-12-02T08:58:25.705 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:26.806 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-mirror-18.0.0-7637.g790ec80f.el9.x86_64.rpm 2.7 MB/s | 3.0 MB 00:01 2023-12-02T08:58:26.806 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:26.807 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.7 MB/s | 3.0 MB 00:01 2023-12-02T08:58:26.807 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:26.816 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:26.816 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:26.889 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:26.889 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:27.304 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:27.382 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2023-12-02T08:58:27.406 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:28.622 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:28.851 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-nbd 2023-12-02T08:58:29.439 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:43 ago on Sat 02 Dec 2023 08:56:46 AM UTC. 2023-12-02T08:58:29.585 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd x86_64 2:18.0.0-7637.g790ec80f.el9 ceph 170 k 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:29.586 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 170 k 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 494 k 2023-12-02T08:58:29.587 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T08:58:29.946 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-nbd-18.0.0-7637.g790ec80f.el9.x86_64.rpm 479 kB/s | 170 kB 00:00 2023-12-02T08:58:29.946 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:58:29.946 INFO:teuthology.orchestra.run.smithi083.stdout:Total 477 kB/s | 170 kB 00:00 2023-12-02T08:58:29.946 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T08:58:29.952 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T08:58:29.952 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T08:58:30.008 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T08:58:30.009 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T08:58:30.153 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T08:58:30.249 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:30.700 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:30.995 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 1/1 2023-12-02T08:58:30.996 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:30.996 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T08:58:30.996 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd-2:18.0.0-7637.g790ec80f.el9.x86_64 2023-12-02T08:58:30.996 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T08:58:30.996 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T08:58:31.210 DEBUG:teuthology.parallel:result is None 2023-12-02T08:58:31.211 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:31.351 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-02T08:58:31.377 INFO:teuthology.orchestra.run.smithi055.stdout:18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.377 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.377 INFO:teuthology.task.install:The correct ceph version 18.0.0-7637.g790ec80f is installed. 2023-12-02T08:58:31.378 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:31.599 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-02T08:58:31.620 INFO:teuthology.orchestra.run.smithi083.stdout:18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.620 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.620 INFO:teuthology.task.install:The correct ceph version 18.0.0-7637.g790ec80f is installed. 2023-12-02T08:58:31.621 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:31.879 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-02T08:58:31.904 INFO:teuthology.orchestra.run.smithi138.stdout:18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.904 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7637.g790ec80f.el9 2023-12-02T08:58:31.904 INFO:teuthology.task.install:The correct ceph version 18.0.0-7637.g790ec80f is installed. 2023-12-02T08:58:31.905 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-02T08:58:31.905 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:58:31.905 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-02T08:58:31.941 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:58:31.941 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-02T08:58:31.977 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:58:31.977 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-02T08:58:32.010 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-02T08:58:32.011 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:58:32.011 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/daemon-helper 2023-12-02T08:58:32.048 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-02T08:58:32.123 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:58:32.123 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2023-12-02T08:58:32.153 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-02T08:58:32.222 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:58:32.223 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2023-12-02T08:58:32.253 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-02T08:58:32.324 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-02T08:58:32.324 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:58:32.324 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-02T08:58:32.355 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-02T08:58:32.427 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:58:32.427 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-02T08:58:32.456 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-02T08:58:32.523 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:58:32.524 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-02T08:58:32.555 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-02T08:58:32.625 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-02T08:58:32.626 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:58:32.626 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/stdin-killer 2023-12-02T08:58:32.658 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-02T08:58:32.729 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T08:58:32.729 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2023-12-02T08:58:32.759 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-02T08:58:32.827 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T08:58:32.827 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2023-12-02T08:58:32.857 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-02T08:58:32.928 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-02T08:58:33.010 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703'} 2023-12-02T08:58:33.011 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:33.011 INFO:tasks.cephadm:Cluster fsid is f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:58:33.011 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-02T08:58:33.011 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.55', 'mon.b': '172.21.15.83', 'mon.c': '172.21.15.138'} 2023-12-02T08:58:33.011 INFO:tasks.cephadm:First mon is mon.a on smithi055 2023-12-02T08:58:33.011 INFO:tasks.cephadm:First mgr is a 2023-12-02T08:58:33.011 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-02T08:58:33.012 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2023-12-02T08:58:33.043 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2023-12-02T08:58:33.072 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2023-12-02T08:58:33.103 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-02T08:58:33.103 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:33.438 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/74596/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7637-g790ec80f', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7637.g790ec80f'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2023-12-01 15:21:41.928356', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-centos-9-orch-2023-12-01-0902', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-12-02T08:58:33.584 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk4-centos-9-orch-2023-12-01-0902, sha1 790ec80fe8c70e17748ed7354bfa28637b894703 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:58:33.584 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm 2023-12-02T08:58:33.584 DEBUG:teuthology.orchestra.run.smithi055:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:34.035 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 08:58 /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:34.036 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:35.163 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 08:58 /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:35.164 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:36.200 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 08:58 /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:36.201 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:36.221 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:36.240 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T08:58:36.271 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 on all hosts... 2023-12-02T08:58:36.271 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T08:58:36.274 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T08:58:36.284 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T08:58:37.004 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703... 2023-12-02T08:58:37.005 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703... 2023-12-02T08:58:37.056 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703... 2023-12-02T08:59:13.484 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph_version": "ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev)", 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout: "image_id": "8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c", 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout: "repo_digests": [ 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7" 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout: ] 2023-12-02T08:59:13.485 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-12-02T08:59:33.073 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev)", 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c", 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7" 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2023-12-02T08:59:33.074 INFO:teuthology.orchestra.run.smithi138.stdout:} 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev)", 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c", 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7" 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2023-12-02T08:59:36.075 INFO:teuthology.orchestra.run.smithi083.stdout:} 2023-12-02T08:59:36.099 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2023-12-02T08:59:36.138 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2023-12-02T08:59:36.168 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2023-12-02T08:59:36.202 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2023-12-02T08:59:36.238 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2023-12-02T08:59:36.265 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2023-12-02T08:59:36.296 INFO:tasks.cephadm:Writing seed config... 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-02T08:59:36.297 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-02T08:59:36.298 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T08:59:36.298 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-02T08:59:36.316 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = f8763ab2-90f0-11ee-95a2-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-02T08:59:36.316 DEBUG:teuthology.orchestra.run.smithi055:mon.a> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service 2023-12-02T08:59:36.358 DEBUG:teuthology.orchestra.run.smithi055:mgr.a> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a.service 2023-12-02T08:59:36.403 INFO:tasks.cephadm:Bootstrapping... 2023-12-02T08:59:36.403 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 -v bootstrap --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-02T08:59:36.602 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:59:36.602 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703', '-v', 'bootstrap', '--fsid', 'f8763ab2-90f0-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.55', '--skip-admin-label'] 2023-12-02T08:59:36.627 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.7.2 2023-12-02T08:59:36.628 INFO:teuthology.orchestra.run.smithi055.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-02T08:59:36.628 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying podman|docker is present... 2023-12-02T08:59:36.652 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.7.2 2023-12-02T08:59:36.652 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying lvm2 is present... 2023-12-02T08:59:36.652 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying time synchronization is in place... 2023-12-02T08:59:36.660 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-02T08:59:36.660 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-02T08:59:36.666 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-02T08:59:36.666 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T08:59:36.672 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2023-12-02T08:59:36.679 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2023-12-02T08:59:36.679 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2023-12-02T08:59:36.679 INFO:teuthology.orchestra.run.smithi055.stdout:Repeating the final host check... 2023-12-02T08:59:36.702 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.7.2 2023-12-02T08:59:36.703 INFO:teuthology.orchestra.run.smithi055.stdout:podman (/bin/podman) version 4.7.2 is present 2023-12-02T08:59:36.703 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl is present 2023-12-02T08:59:36.703 INFO:teuthology.orchestra.run.smithi055.stdout:lvcreate is present 2023-12-02T08:59:36.709 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-02T08:59:36.709 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-02T08:59:36.715 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-02T08:59:36.715 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T08:59:36.721 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:Host looks OK 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:Cluster fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:Acquiring lock 140542515773152 on /run/cephadm/f8763ab2-90f0-11ee-95a2-87774f69a715.lock 2023-12-02T08:59:36.728 INFO:teuthology.orchestra.run.smithi055.stdout:Lock 140542515773152 acquired on /run/cephadm/f8763ab2-90f0-11ee-95a2-87774f69a715.lock 2023-12-02T08:59:36.729 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 3300 ... 2023-12-02T08:59:36.729 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 6789 ... 2023-12-02T08:59:36.729 INFO:teuthology.orchestra.run.smithi055.stdout:Base mon IP(s) is [172.21.15.55:3300, 172.21.15.55:6789], mon addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-12-02T08:59:36.732 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.55 metric 100 2023-12-02T08:59:36.732 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2023-12-02T08:59:36.734 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-02T08:59:36.734 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2023-12-02T08:59:36.734 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:2606/64 scope link noprefixroute 2023-12-02T08:59:36.737 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-02T08:59:36.738 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-12-02T08:59:36.738 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-12-02T08:59:36.738 INFO:teuthology.orchestra.run.smithi055.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-02T08:59:36.738 INFO:teuthology.orchestra.run.smithi055.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-02T08:59:36.739 INFO:teuthology.orchestra.run.smithi055.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703... 2023-12-02T08:59:40.046 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703... 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Getting image source signatures 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:95f39dfe91debf04c85d7888268bfc64425d4de7fc26a2fbfff12b7b4dc4e2c1 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying config sha256:8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c 2023-12-02T08:59:40.047 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-02T08:59:41.665 INFO:teuthology.orchestra.run.smithi055.stdout:ceph: stdout ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev) 2023-12-02T08:59:41.665 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph version: ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev) 2023-12-02T08:59:41.666 INFO:teuthology.orchestra.run.smithi055.stdout:Extracting ceph user uid/gid from container image... 2023-12-02T08:59:42.090 INFO:teuthology.orchestra.run.smithi055.stdout:stat: stdout 167 167 2023-12-02T08:59:42.090 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial keys... 2023-12-02T08:59:42.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQD+8WplpXr0DhAAaWbxBCJRGzkdBHFkCLUBeA== 2023-12-02T08:59:42.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQD+8WplUrYqJRAAnZZuty3rFzUuBrbdZBsc/A== 2023-12-02T08:59:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQD/8WplhTRrARAAz5UMhsvG74ALGVSQOewupg== 2023-12-02T08:59:43.247 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial monmap... 2023-12-02T08:59:43.681 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-02T08:59:43.681 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-02T08:59:43.681 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:43.681 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout:monmaptool for a [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout:setting min_mon_release = pacific 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: set fsid to f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T08:59:43.682 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mon... 2023-12-02T08:59:44.105 INFO:teuthology.orchestra.run.smithi055.stdout:create mon.a on 2023-12-02T08:59:44.297 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2023-12-02T08:59:44.474 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-02T08:59:44.673 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target. 2023-12-02T08:59:44.673 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target. 2023-12-02T08:59:44.897 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a 2023-12-02T08:59:44.897 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-02T08:59:45.053 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target.wants/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@.service. 2023-12-02T08:59:45.372 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-02T08:59:45.373 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-12-02T08:59:45.380 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-02T08:59:45.390 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T08:59:45.390 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-12-02T08:59:45.390 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2023-12-02T08:59:45.391 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon to start... 2023-12-02T08:59:45.391 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon... 2023-12-02T08:59:46.194 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout cluster: 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout id: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout services: 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.395725s) 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-02T08:59:46.196 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout data: 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pgs: 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:mon is available 2023-12-02T08:59:46.197 INFO:teuthology.orchestra.run.smithi055.stdout:Assimilating anything we can from ceph.conf... 2023-12-02T08:59:46.458 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:46 smithi055 ceph-mon[80882]: from='client.? 172.21.15.55:0/2223913068' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-02T08:59:46.904 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-02T08:59:46.905 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-02T08:59:46.906 INFO:teuthology.orchestra.run.smithi055.stdout:Generating new minimal ceph.conf... 2023-12-02T08:59:47.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 ceph-mon[80882]: from='client.? 172.21.15.55:0/859372143' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-02T08:59:47.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 ceph-mon[80882]: from='client.? 172.21.15.55:0/859372143' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-02T08:59:47.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 ceph-mon[80882]: from='client.? 172.21.15.55:0/2795701319' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T08:59:47.545 INFO:teuthology.orchestra.run.smithi055.stdout:Restarting the monitor... 2023-12-02T08:59:47.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 systemd[1]: Stopping Ceph mon.a for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T08:59:47.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a[80878]: 2023-12-02T08:59:47.740+0000 7f9a6e911700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T08:59:47.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a[80878]: 2023-12-02T08:59:47.740+0000 7f9a6e911700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-02T08:59:48.216 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:47 smithi055 podman[81128]: 2023-12-02 08:59:47.956394723 +0000 UTC m=+0.263478934 container died eba41d825713d3fc5e3f8b6da7fe081a63198b71a56c9dfe08d1f625a90f83ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.31.3, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2023-12-02T08:59:48.217 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81128]: 2023-12-02 08:59:48.081930769 +0000 UTC m=+0.389014967 container cleanup eba41d825713d3fc5e3f8b6da7fe081a63198b71a56c9dfe08d1f625a90f83ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20231128, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2023-12-02T08:59:48.217 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 bash[81128]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a 2023-12-02T08:59:48.508 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81142]: 2023-12-02 08:59:48.213583204 +0000 UTC m=+0.252114938 container remove eba41d825713d3fc5e3f8b6da7fe081a63198b71a56c9dfe08d1f625a90f83ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.31.3, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20231128, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80) 2023-12-02T08:59:48.509 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 systemd[1]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service: Deactivated successfully. 2023-12-02T08:59:48.509 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 systemd[1]: Stopped Ceph mon.a for f8763ab2-90f0-11ee-95a2-87774f69a715. 2023-12-02T08:59:48.509 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 systemd[1]: Starting Ceph mon.a for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T08:59:48.634 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81233]: 2023-12-02 08:59:48.505256466 +0000 UTC m=+0.057044059 container create 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2023-12-02T08:59:48.635 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81233]: 2023-12-02 08:59:48.466492659 +0000 UTC m=+0.018280223 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:59:48.635 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81233]: 2023-12-02 08:59:48.605060273 +0000 UTC m=+0.156847845 container init 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80) 2023-12-02T08:59:48.635 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 podman[81233]: 2023-12-02 08:59:48.60808828 +0000 UTC m=+0.159875831 container start 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.31.3, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.license=GPLv2, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2023-12-02T08:59:48.635 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 bash[81233]: 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 2023-12-02T08:59:48.635 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: set uid:gid to 167:167 (ceph:ceph) 2023-12-02T08:59:48.636 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: ceph version 18.0.0-7637-g790ec80f (790ec80fe8c70e17748ed7354bfa28637b894703) reef (dev), process ceph-mon, pid 2 2023-12-02T08:59:48.638 INFO:teuthology.orchestra.run.smithi055.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-02T08:59:48.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: pidfile_write: ignore empty --pid-file 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 systemd[1]: Started Ceph mon.a for f8763ab2-90f0-11ee-95a2-87774f69a715. 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: load: jerasure load: lrc 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: RocksDB version: 7.9.2 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Git sha 0 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Compile date 2023-12-01 14:26:58 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: DB SUMMARY 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: DB Session ID: 4XKNRUOZTM1C0JMIXSOU 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: CURRENT file: CURRENT 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: IDENTITY file: IDENTITY 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83480 ; 2023-12-02T08:59:48.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.error_if_exists: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.create_if_missing: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.paranoid_checks: 1 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.env: 0x558e66357a60 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.fs: PosixFileSystem 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.info_log: 0x558e66c2f740 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_file_opening_threads: 16 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.statistics: (nil) 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.use_fsync: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_log_file_size: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.keep_log_file_num: 1000 2023-12-02T08:59:48.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.recycle_log_file_num: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_fallocate: 1 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_mmap_reads: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_mmap_writes: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.use_direct_reads: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.create_missing_column_families: 0 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.db_log_dir: 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.wal_dir: 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-02T08:59:48.762 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-02T08:59:48.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.advise_random_on_open: 1 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.db_write_buffer_size: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.write_buffer_manager: 0x558e66c032c0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.rate_limiter: (nil) 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.wal_recovery_mode: 2 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enable_thread_tracking: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enable_pipelined_write: 0 2023-12-02T08:59:48.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.unordered_write: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.row_cache: None 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.wal_filter: None 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_ingest_behind: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.two_write_queues: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.manual_wal_flush: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.wal_compression: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.atomic_flush: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-02T08:59:48.765 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.log_readahead_size: 0 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.best_efforts_recovery: 0 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.allow_data_in_errors: 0 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.db_host_id: __hostname__ 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_background_jobs: 2 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_background_compactions: -1 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_subcompactions: 1 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-02T08:59:48.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_total_wal_size: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_open_files: -1 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bytes_per_sync: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_readahead_size: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_background_flushes: -1 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Compression algorithms supported: 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kZSTD supported: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kXpressCompression supported: 0 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kLZ4HCCompression supported: 1 2023-12-02T08:59:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kZlibCompression supported: 1 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kSnappyCompression supported: 1 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kLZ4Compression supported: 1 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: kBZip2Compression supported: 0 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.merge_operator: 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_filter: None 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_filter_factory: None 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.sst_partitioner_factory: None 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558e66c2f860) 2023-12-02T08:59:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2023-12-02T08:59:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x558e66c85090 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2023-12-02T08:59:48.770 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.write_buffer_size: 33554432 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_write_buffer_number: 2 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression: NoCompression 2023-12-02T08:59:48.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression: Disabled 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.prefix_extractor: nullptr 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.num_levels: 7 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-02T08:59:48.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.level: 32767 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.strategy: 0 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.enabled: false 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.target_file_size_base: 67108864 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-02T08:59:48.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.arena_block_size: 1048576 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.disable_auto_compactions: 0 2023-12-02T08:59:48.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.table_properties_collectors: 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.inplace_update_support: 0 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-02T08:59:48.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.bloom_locality: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.max_successive_merges: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.paranoid_file_checks: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.force_consistency_checks: 1 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.report_bg_io_stats: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.ttl: 2592000 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enable_blob_files: false 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.min_blob_size: 0 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_file_size: 268435456 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-02T08:59:48.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.blob_file_starting_level: 0 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d97de155-5e7f-450d-9539-5211ba46d00f 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701507588638921, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701507588640524, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80374, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 244, "table_properties": {"data_size": 78561, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9867, "raw_average_key_size": 47, "raw_value_size": 72895, "raw_average_value_size": 352, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "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": 1701507588, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d97de155-5e7f-450d-9539-5211ba46d00f", "db_session_id": "4XKNRUOZTM1C0JMIXSOU", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701507588640673, "job": 1, "event": "recovery_finished"} 2023-12-02T08:59:48.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558e66d20000 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: DB pointer 0x558e66d0c000 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.778 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 2/0 80.33 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 80.33 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.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 73.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.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 73.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.779 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 13.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 13.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x558e66c85090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???) e1 preinit fsid f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).mds e1 new map 2023-12-02T08:59:48.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).mds e1 print_map 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: fsmap 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: osdmap e1: 0 total, 0 up, 0 in 2023-12-02T08:59:48.781 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:48 smithi055 ceph-mon[81253]: mgrmap e1: no daemons active 2023-12-02T08:59:49.212 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-02T08:59:49.240 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-02T08:59:49.240 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mgr... 2023-12-02T08:59:49.240 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-02T08:59:49.240 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-02T08:59:49.508 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a 2023-12-02T08:59:49.508 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-12-02T08:59:49.661 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715.target.wants/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@.service. 2023-12-02T08:59:49.942 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:49 smithi055 podman[81470]: 2023-12-02 08:59:49.786100069 +0000 UTC m=+0.018460067 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:59:49.942 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:49 smithi055 podman[81470]: 2023-12-02 08:59:49.938991817 +0000 UTC m=+0.171351813 container init 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a, io.buildah.version=1.31.3, GIT_CLEAN=True, org.label-schema.build-date=20231128, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2023-12-02T08:59:49.999 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-02T08:59:49.999 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-12-02T08:59:50.008 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-02T08:59:50.008 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T08:59:50.008 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-12-02T08:59:50.008 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2023-12-02T08:59:50.018 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-02T08:59:50.018 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-12-02T08:59:50.027 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-02T08:59:50.027 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T08:59:50.027 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-12-02T08:59:50.027 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-02T08:59:50.028 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr to start... 2023-12-02T08:59:50.028 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr... 2023-12-02T08:59:50.343 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:49 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/879484799' entity='client.admin' 2023-12-02T08:59:50.343 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:49 smithi055 podman[81470]: 2023-12-02 08:59:49.941520876 +0000 UTC m=+0.173880865 container start 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.build-date=20231128, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2023-12-02T08:59:50.343 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:49 smithi055 bash[81470]: 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a 2023-12-02T08:59:50.344 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:49 smithi055 systemd[1]: Started Ceph mgr.a for f8763ab2-90f0-11ee-95a2-87774f69a715. 2023-12-02T08:59:50.572 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:50.572 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T08:59:50.572 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "f8763ab2-90f0-11ee-95a2-87774f69a715", 2023-12-02T08:59:50.572 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-02T08:59:50.573 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-02T08:59:50.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-02T08:59:50.577 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-02T08:59:50.578 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-12-02T08:59:45.413309+0000", 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T08:59:50.579 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (1/15)... 2023-12-02T08:59:50.618 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:50 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:50.518+0000 7f6134822200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T08:59:50.618 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:50 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:50.614+0000 7f6134822200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T08:59:51.294 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:50 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3611825236' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-02T08:59:51.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.290+0000 7f6134822200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T08:59:51.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.383+0000 7f6134822200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T08:59:51.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.529+0000 7f6134822200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T08:59:51.971 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.627+0000 7f6134822200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T08:59:51.971 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.712+0000 7f6134822200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T08:59:51.971 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:51.966+0000 7f6134822200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T08:59:52.269 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:52.080+0000 7f6134822200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T08:59:52.269 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:52.169+0000 7f6134822200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T08:59:52.269 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:52.265+0000 7f6134822200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T08:59:52.621 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:52.446+0000 7f6134822200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "f8763ab2-90f0-11ee-95a2-87774f69a715", 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-02T08:59:53.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:53.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-02T08:59:53.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-02T08:59:53.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-12-02T08:59:45.413309+0000", 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T08:59:53.209 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (2/15)... 2023-12-02T08:59:53.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:53 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3678504153' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-02T08:59:53.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:53 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:53.494+0000 7f6134822200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T08:59:53.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:53 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:53.629+0000 7f6134822200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T08:59:54.256 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:53 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:53.972+0000 7f6134822200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T08:59:54.256 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:54 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:54.064+0000 7f6134822200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T08:59:54.256 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:54 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:54.248+0000 7f6134822200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T08:59:54.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:54 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:54.436+0000 7f6134822200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T08:59:55.004 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:54 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:54.711+0000 7f6134822200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T08:59:55.004 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:55 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:55.000+0000 7f6134822200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T08:59:55.282 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:55 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:55.241+0000 7f6134822200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T08:59:55.758 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "f8763ab2-90f0-11ee-95a2-87774f69a715", 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-12-02T08:59:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-02T08:59:55.760 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-02T08:59:55.761 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-02T08:59:55.761 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-02T08:59:55.761 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-02T08:59:55.762 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:55.763 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-12-02T08:59:45.413309+0000", 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T08:59:55.764 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (3/15)... 2023-12-02T08:59:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:55 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/40982331' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-02T08:59:56.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:56 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:56.083+0000 7f6134822200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T08:59:56.998 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:56 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:56.685+0000 7f6134822200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T08:59:56.998 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:56 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:56.786+0000 7f6134822200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T08:59:56.998 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 08:59:56 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T08:59:56.994+0000 7f6134822200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: Activating manager daemon a 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: mgrmap e2: a(active, starting, since 0.00758269s) 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T08:59:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: Manager daemon a is now available 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' 2023-12-02T08:59:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:57 smithi055 ceph-mon[81253]: from='mgr.14100 172.21.15.55:0/3121883389' entity='mgr.a' 2023-12-02T08:59:58.566 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:58.566 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "f8763ab2-90f0-11ee-95a2-87774f69a715", 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-12-02T08:59:58.567 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-02T08:59:58.568 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-02T08:59:58.569 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-12-02T08:59:45.413309+0000", 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-02T08:59:58.570 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T08:59:58.571 INFO:teuthology.orchestra.run.smithi055.stdout:mgr is available 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:59.237 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-02T08:59:59.238 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling cephadm module... 2023-12-02T08:59:59.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:59 smithi055 ceph-mon[81253]: mgrmap e3: a(active, since 1.01084s) 2023-12-02T08:59:59.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:59 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1890116257' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-02T08:59:59.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:59 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3914279358' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-02T08:59:59.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 08:59:59 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3914279358' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-02T09:00:00.340 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:00 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3399036817' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-02T09:00:00.340 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:00 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setuser ceph since I am not root 2023-12-02T09:00:00.341 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:00 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setgroup ceph since I am not root 2023-12-02T09:00:00.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:00 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:00.592+0000 7f41505dc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T09:00:00.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:00 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:00.687+0000 7f41505dc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T09:00:01.020 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T09:00:01.020 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 4, 2023-12-02T09:00:01.020 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-02T09:00:01.021 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-02T09:00:01.021 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-02T09:00:01.021 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T09:00:01.021 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2023-12-02T09:00:01.021 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 4... 2023-12-02T09:00:01.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3399036817' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-02T09:00:01.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-mon[81253]: mgrmap e4: a(active, since 3s) 2023-12-02T09:00:01.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3751170760' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-02T09:00:01.480 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:01.381+0000 7f41505dc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T09:00:01.481 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:01.476+0000 7f41505dc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T09:00:01.811 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:01.623+0000 7f41505dc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T09:00:01.811 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:01.721+0000 7f41505dc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T09:00:01.811 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:01 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:01.807+0000 7f41505dc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T09:00:02.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:02 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:02.071+0000 7f41505dc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T09:00:02.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:02 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:02.184+0000 7f41505dc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T09:00:02.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:02 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:02.273+0000 7f41505dc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T09:00:02.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:02 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:02.371+0000 7f41505dc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T09:00:02.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:02 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:02.552+0000 7f41505dc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T09:00:03.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:03 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:03.573+0000 7f41505dc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T09:00:03.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:03 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:03.709+0000 7f41505dc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T09:00:04.337 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:04 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:04.054+0000 7f41505dc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T09:00:04.337 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:04 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:04.147+0000 7f41505dc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T09:00:04.337 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:04 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:04.333+0000 7f41505dc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:00:04.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:04 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:04.523+0000 7f41505dc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T09:00:05.073 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:04 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:04.801+0000 7f41505dc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:00:05.073 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:05 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:05.069+0000 7f41505dc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T09:00:05.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:05 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:05.296+0000 7f41505dc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T09:00:06.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:06 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:06.126+0000 7f41505dc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T09:00:07.031 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:06 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:06.719+0000 7f41505dc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T09:00:07.032 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:06 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:06.819+0000 7f41505dc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T09:00:07.032 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:07.026+0000 7f41505dc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T09:00:07.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: Active manager daemon a restarted 2023-12-02T09:00:07.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: Activating manager daemon a 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: osdmap e2: 0 total, 0 up, 0 in 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: mgrmap e5: a(active, starting, since 0.0050643s) 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T09:00:07.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: Manager daemon a is now available 2023-12-02T09:00:07.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:07.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:07.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:07.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:07 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:08.297 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T09:00:08.297 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2023-12-02T09:00:08.298 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-02T09:00:08.298 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T09:00:08.298 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 4 is available 2023-12-02T09:00:08.298 INFO:teuthology.orchestra.run.smithi055.stdout:Setting orchestrator backend to cephadm... 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: Found migration_current of "None". Setting to last migration. 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: mgrmap e6: a(active, since 1.01129s) 2023-12-02T09:00:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:08 smithi055 ceph-mon[81253]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-02T09:00:09.668 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-02T09:00:09.668 INFO:teuthology.orchestra.run.smithi055.stdout:Generating ssh key... 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:08] ENGINE Bus STARTING 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:08] ENGINE Serving on https://172.21.15.55:7150 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:08] ENGINE Serving on http://172.21.15.55:8765 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:08] ENGINE Bus STARTED 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:09.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:09.723 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:09 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: Generating public/private rsa key pair. 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: Your identification has been saved in /tmp/tmpyapsajdi/key. 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: Your public key has been saved in /tmp/tmpyapsajdi/key.pub. 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: The key fingerprint is: 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: SHA256:mHPLJkrlTTxRg3HVEVCXfGpbydpnbknsqPzoFlSnpSU ceph-f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: The key's randomart image is: 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: +---[RSA 3072]----+ 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | .o+.o+=oo| 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | .o . E.B.| 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | . . O.o| 2023-12-02T09:00:10.556 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | + . . ooo.| 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | = S . .+o | 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | o * o . ..+o| 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | . o = . +oo| 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | . . o .... oo| 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: | . o=o. . | 2023-12-02T09:00:10.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: +----[SHA256]-----+ 2023-12-02T09:00:10.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-mon[81253]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:10.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-mon[81253]: mgrmap e7: a(active, since 2s) 2023-12-02T09:00:10.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:10.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:10 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:11.260 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:00:11.260 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-02T09:00:11.261 INFO:teuthology.orchestra.run.smithi055.stdout:Adding key to root@localhost authorized_keys... 2023-12-02T09:00:11.261 INFO:teuthology.orchestra.run.smithi055.stdout:Adding host smithi055... 2023-12-02T09:00:12.007 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:11 smithi055 ceph-mon[81253]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:12.007 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:11 smithi055 ceph-mon[81253]: Generating ssh key... 2023-12-02T09:00:12.008 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:11 smithi055 ceph-mon[81253]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:12.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:12 smithi055 ceph-mon[81253]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:14.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:13 smithi055 ceph-mon[81253]: Deploying cephadm binary to smithi055 2023-12-02T09:00:16.334 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Added host 'smithi055' with addr '172.21.15.55' 2023-12-02T09:00:16.334 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mon service... 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: Added host smithi055 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: Saving service mon spec with placement count:5 2023-12-02T09:00:17.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:17 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:17.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-02T09:00:17.207 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mgr service... 2023-12-02T09:00:18.188 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: Saving service mgr spec with placement count:2 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:18.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:18 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2097411296' entity='client.admin' 2023-12-02T09:00:19.890 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling the dashboard module... 2023-12-02T09:00:20.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:20 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/933617308' entity='client.admin' 2023-12-02T09:00:20.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:20 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:21.837 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:21 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2008100823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-02T09:00:21.837 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:21 smithi055 ceph-mon[81253]: from='mgr.14120 172.21.15.55:0/186292401' entity='mgr.a' 2023-12-02T09:00:21.838 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:21 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setuser ceph since I am not root 2023-12-02T09:00:21.838 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:21 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setgroup ceph since I am not root 2023-12-02T09:00:22.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:21 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:21.986+0000 7f1767144200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T09:00:22.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:22 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:22.083+0000 7f1767144200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T09:00:22.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:22 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2008100823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-02T09:00:22.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:22 smithi055 ceph-mon[81253]: mgrmap e8: a(active, since 14s) 2023-12-02T09:00:22.875 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 8, 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2023-12-02T09:00:22.876 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 8... 2023-12-02T09:00:22.907 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:22 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:22.800+0000 7f1767144200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T09:00:22.907 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:22 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:22.902+0000 7f1767144200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T09:00:23.163 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.056+0000 7f1767144200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T09:00:23.163 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.159+0000 7f1767144200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T09:00:23.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/602072010' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-02T09:00:23.516 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.247+0000 7f1767144200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T09:00:23.517 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.512+0000 7f1767144200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T09:00:23.822 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.627+0000 7f1767144200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T09:00:23.822 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.719+0000 7f1767144200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T09:00:24.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:23 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:23.818+0000 7f1767144200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T09:00:24.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:24 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:24.003+0000 7f1767144200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T09:00:25.371 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:25 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.034+0000 7f1767144200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T09:00:25.371 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:25 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.172+0000 7f1767144200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T09:00:25.809 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:25 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.520+0000 7f1767144200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T09:00:25.809 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:25 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.615+0000 7f1767144200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T09:00:25.809 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:25 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.805+0000 7f1767144200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:00:26.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:26 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:25.999+0000 7f1767144200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T09:00:26.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:26 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:26.283+0000 7f1767144200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:00:26.557 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:26 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:26.553+0000 7f1767144200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T09:00:26.870 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:26 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:26.785+0000 7f1767144200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T09:00:28.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:27 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:27.632+0000 7f1767144200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T09:00:28.551 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:28.232+0000 7f1767144200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T09:00:28.551 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:28.335+0000 7f1767144200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T09:00:28.551 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:00:28.546+0000 7f1767144200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: Active manager daemon a restarted 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: Activating manager daemon a 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: osdmap e3: 0 total, 0 up, 0 in 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: mgrmap e9: a(active, starting, since 0.0048926s) 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T09:00:28.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: Manager daemon a is now available 2023-12-02T09:00:28.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:28.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:28] ENGINE Bus STARTING 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:28] ENGINE Serving on https://172.21.15.55:7150 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:29] ENGINE Serving on http://172.21.15.55:8765 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: [02/Dec/2023:09:00:29] ENGINE Bus STARTED 2023-12-02T09:00:29.813 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:29 smithi055 ceph-mon[81253]: mgrmap e10: a(active, since 1.00744s) 2023-12-02T09:00:29.933 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-12-02T09:00:29.934 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 10, 2023-12-02T09:00:29.934 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-02T09:00:29.934 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-12-02T09:00:29.934 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 8 is available 2023-12-02T09:00:29.934 INFO:teuthology.orchestra.run.smithi055.stdout:Generating a dashboard self-signed certificate... 2023-12-02T09:00:30.748 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-02T09:00:30.748 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial admin user... 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:31.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:30 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:31.756 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$2qLbD83CnkNOVArGtWyUneRePZd58900EK6ywc28Q47qaEmv7pZLi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701507631, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-02T09:00:31.757 INFO:teuthology.orchestra.run.smithi055.stdout:Fetching dashboard port number... 2023-12-02T09:00:32.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:32 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:32.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:32 smithi055 ceph-mon[81253]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:32.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:32 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:32.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:32 smithi055 ceph-mon[81253]: mgrmap e11: a(active, since 2s) 2023-12-02T09:00:32.665 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 8443 2023-12-02T09:00:32.674 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-02T09:00:32.674 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-12-02T09:00:32.681 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-02T09:00:32.681 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-12-02T09:00:32.681 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-12-02T09:00:32.681 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph Dashboard is now available at: 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout: URL: https://smithi055.front.sepia.ceph.com:8443/ 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout: User: admin 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout: Password: y80hts4pw5 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:32.683 INFO:teuthology.orchestra.run.smithi055.stdout:Saving cluster configuration to /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config directory 2023-12-02T09:00:32.684 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling autotune for osd_memory_target 2023-12-02T09:00:33.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:33 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/863951489' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout:Or, if you are only running a single cluster on this host: 2023-12-02T09:00:34.257 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: ceph telemetry on 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout:For more information see: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:34.258 INFO:teuthology.orchestra.run.smithi055.stdout:Bootstrap complete. 2023-12-02T09:00:34.299 INFO:tasks.cephadm:Fetching config... 2023-12-02T09:00:34.299 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:00:34.299 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-02T09:00:34.314 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-02T09:00:34.315 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:00:34.315 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-02T09:00:34.371 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-02T09:00:34.371 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:00:34.371 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-02T09:00:34.443 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-02T09:00:34.443 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:00:34.444 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-02T09:00:34.499 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-02T09:00:34.499 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-02T09:00:34.588 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:00:34.606 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-02T09:00:34.652 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:00:34.667 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-02T09:00:34.714 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwK/6xI0IIXWo/9f3DeerF7jbMyvGjNQzh8FvGvvxzZEJz8rnhunudHthJjRhRwBRZ6abW2aIt7d1WMsSQJYJtIDr63xvtVFRSIhPyn09lIZUDUyNNUQj/hVlY0JCt3sxITKISB1nLSrTuFoH6G+V5FKKh/8Z9Ej985CMK6ZoUg1hMpcCbBeuIStTyPI0oImj2q6pu3nF7VUK9QqGpbep7VFILShHXW3qnmKli34sCFtHYIRrmGgSWHyemHpX0BuGOnGPCFu39JsyTV4B9WShnafwbuNT3YPGrg13ogpavFGM2soNbgvk0gVCOlii003z6+1VWSE3VwSy9bBRx7NGTMmPH1sOcLYEBpsEjf0g5tUimPOhYSVgTz82GnAAfqiYGfS4RQu9jxprOkXGsV3wMXRRdC1lzP0Gzdy2Gy/wU7FoanhkNDfnsh+CgTj4nZiUz78SwhlnNT8tVCJwj9KJCPL7w9tP2NU2HRRqKjhBoadtGixFbCLb8eU7tub4y9Z8= ceph-f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:00:34.730 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-02T09:00:34.974 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:35.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:34 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1539284028' entity='client.admin' 2023-12-02T09:00:36.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:36 smithi055 ceph-mon[81253]: mgrmap e12: a(active, since 6s) 2023-12-02T09:00:36.153 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:36.153 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:36.153 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:00:36.153 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:36.455 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-02T09:00:36.455 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-02T09:00:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:37.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:37.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:37.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:37 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2163102938' entity='client.admin' 2023-12-02T09:00:37.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:37.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:38.233 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi083 2023-12-02T09:00:38.233 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:00:38.234 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.conf 2023-12-02T09:00:38.252 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:00:38.252 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:38.310 INFO:tasks.cephadm:Adding host smithi083 to orchestrator... 2023-12-02T09:00:38.310 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch host add smithi083 2023-12-02T09:00:38.567 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:00:39.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:38 smithi055 ceph-mon[81253]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:40.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:39 smithi055 ceph-mon[81253]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:00:40.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:40.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:40.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:40 smithi055 ceph-mon[81253]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:40 smithi055 ceph-mon[81253]: Deploying cephadm binary to smithi083 2023-12-02T09:00:43.945 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi083' with addr '172.21.15.83' 2023-12-02T09:00:44.251 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-02T09:00:44.504 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:45.201 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:44 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:45.201 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:44 smithi055 ceph-mon[81253]: Added host smithi083 2023-12-02T09:00:45.201 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:44 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:45.201 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:44 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:45.476 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:45.476 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}] 2023-12-02T09:00:45.904 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi138 2023-12-02T09:00:45.904 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T09:00:45.904 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.conf 2023-12-02T09:00:45.924 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T09:00:45.924 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:45.981 INFO:tasks.cephadm:Adding host smithi138 to orchestrator... 2023-12-02T09:00:45.981 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch host add smithi138 2023-12-02T09:00:46.222 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:46.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:45 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:47.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:46 smithi055 ceph-mon[81253]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:00:47.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:46 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:48.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:47 smithi055 ceph-mon[81253]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:49.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: Deploying cephadm binary to smithi138 2023-12-02T09:00:49.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:49.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:49.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:49.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:49.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:00:49.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:49.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:00:50.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:50 smithi055 ceph-mon[81253]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:00:50.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:50 smithi055 ceph-mon[81253]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:00:51.484 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi138' with addr '172.21.15.138' 2023-12-02T09:00:51.744 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-02T09:00:51.981 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:52.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:00:52.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:00:52.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:52.702 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:52 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:53.019 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:00:53.020 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}] 2023-12-02T09:00:53.310 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-02T09:00:53.310 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-02T09:00:53.552 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:00:53.574 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:53 smithi055 ceph-mon[81253]: Added host smithi138 2023-12-02T09:00:53.574 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:54.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:54 smithi055 ceph-mon[81253]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:00:54.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:54 smithi055 ceph-mon[81253]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:00:54.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:55.453 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2023-12-02T09:00:55.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:55 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3902026102' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-02T09:00:55.767 INFO:tasks.cephadm:Adding mon.a on smithi055 2023-12-02T09:00:55.767 INFO:tasks.cephadm:Adding mon.b on smithi083 2023-12-02T09:00:55.767 INFO:tasks.cephadm:Adding mon.c on smithi138 2023-12-02T09:00:55.767 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi055:172.21.15.55=a;smithi083:172.21.15.83=b;smithi138:172.21.15.138=c' 2023-12-02T09:00:56.003 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /etc/ceph/ceph.conf 2023-12-02T09:00:56.059 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /etc/ceph/ceph.conf 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3902026102' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:00:56.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:56.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:00:57.353 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled mon update... 2023-12-02T09:00:57.607 DEBUG:teuthology.orchestra.run.smithi083:mon.b> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.b.service 2023-12-02T09:00:57.610 DEBUG:teuthology.orchestra.run.smithi138:mon.c> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.c.service 2023-12-02T09:00:57.612 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-02T09:00:57.612 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-02T09:00:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:57 smithi055 ceph-mon[81253]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:00:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:57 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:57 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:57 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:57 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:57.872 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:00:58.861 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T09:00:58.862 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","modified":"2023-12-02T08:59:43.438656Z","created":"2023-12-02T08:59:43.438656Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-02T09:00:58.864 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-12-02T09:00:58.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi083:172.21.15.83=b;smithi138:172.21.15.138=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi083:172.21.15.83=b;smithi138:172.21.15.138=c;count:3 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:58.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:58 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:59.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: Reconfiguring mon.a (unknown last config time)... 2023-12-02T09:00:59.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: Reconfiguring daemon mon.a on smithi055 2023-12-02T09:00:59.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:59.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:00:59.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:00:59 smithi055 ceph-mon[81253]: from='client.? 172.21.15.138:0/466863311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:00.108 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-02T09:01:00.108 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-02T09:01:00.434 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.c/config 2023-12-02T09:01:00.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:00 smithi055 ceph-mon[81253]: Deploying daemon mon.c on smithi138 2023-12-02T09:01:00.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:00 smithi055 ceph-mon[81253]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:01.552 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:01 smithi138 ceph-mon[84937]: Deploying daemon mon.c on smithi138 2023-12-02T09:01:01.554 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:01 smithi138 ceph-mon[84937]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:01.554 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:01 smithi138 ceph-mon[84937]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-02T09:01:06.612 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T09:01:06.612 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":2,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","modified":"2023-12-02T09:01:01.554924Z","created":"2023-12-02T08:59:43.438656Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-02T09:01:06.614 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 2 2023-12-02T09:01:06.862 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: mon.a calling monitor election 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='client.? 172.21.15.138:0/1959121955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: mon.c calling monitor election 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-02T09:01:06.863 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: fsmap 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: mgrmap e12: a(active, since 38s) 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: overall HEALTH_OK 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:06.864 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:07.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:07.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: mon.a calling monitor election 2023-12-02T09:01:07.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='client.? 172.21.15.138:0/1959121955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: mon.c calling monitor election 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: fsmap 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:07.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: mgrmap e12: a(active, since 38s) 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: overall HEALTH_OK 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:07.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:07.890 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-02T09:01:07.890 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-02T09:01:07.921 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:07 smithi138 ceph-mon[84937]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:07.921 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:07 smithi138 ceph-mon[84937]: Deploying daemon mon.b on smithi083 2023-12-02T09:01:07.921 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:07 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:08.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:07 smithi055 ceph-mon[81253]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:08.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:07 smithi055 ceph-mon[81253]: Deploying daemon mon.b on smithi083 2023-12-02T09:01:08.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:07 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:08.130 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.c/config 2023-12-02T09:01:09.042 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: Deploying daemon mon.c on smithi138 2023-12-02T09:01:09.045 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:09.266 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:09.266 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: mon.a calling monitor election 2023-12-02T09:01:09.266 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.266 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='client.? 172.21.15.138:0/1959121955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:09.266 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: mon.c calling monitor election 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: fsmap 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: mgrmap e12: a(active, since 38s) 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: overall HEALTH_OK 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:09.267 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: Deploying daemon mon.b on smithi083 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:09.268 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:09 smithi083 ceph-mon[84443]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-02T09:01:14.106 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-02T09:01:14.106 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":3,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","modified":"2023-12-02T09:01:09.045923Z","created":"2023-12-02T08:59:43.438656Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-02T09:01:14.109 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 3 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: mon.a calling monitor election 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: mon.c calling monitor election 2023-12-02T09:01:14.358 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='client.? 172.21.15.138:0/3653061120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: mon.b calling monitor election 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: fsmap 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: mgrmap e12: a(active, since 45s) 2023-12-02T09:01:14.359 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: overall HEALTH_OK 2023-12-02T09:01:14.360 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.360 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.360 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.360 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.361 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-02T09:01:14.361 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-02T09:01:14.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: mon.a calling monitor election 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: mon.c calling monitor election 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='client.? 172.21.15.138:0/3653061120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: mon.b calling monitor election 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: fsmap 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: mgrmap e12: a(active, since 45s) 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: overall HEALTH_OK 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.428 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.608 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: mon.a calling monitor election 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: mon.c calling monitor election 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='client.? 172.21.15.138:0/3653061120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: mon.b calling monitor election 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: fsmap 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: osdmap e4: 0 total, 0 up, 0 in 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: mgrmap e12: a(active, since 45s) 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: overall HEALTH_OK 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:14.612 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:15.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:15.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:15.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:15.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:15.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:15.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:01:15.649 INFO:teuthology.orchestra.run.smithi055.stdout:# minimal ceph.conf for f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:01:15.649 INFO:teuthology.orchestra.run.smithi055.stdout:[global] 2023-12-02T09:01:15.649 INFO:teuthology.orchestra.run.smithi055.stdout: fsid = f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:01:15.649 INFO:teuthology.orchestra.run.smithi055.stdout: mon_host = [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] 2023-12-02T09:01:15.924 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-02T09:01:15.925 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:01:15.925 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.conf 2023-12-02T09:01:15.957 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:01:15.957 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:01:16.033 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:01:16.033 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2023-12-02T09:01:16.062 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:01:16.063 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:01:16.129 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T09:01:16.129 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2023-12-02T09:01:16.158 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T09:01:16.158 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:01:16.225 INFO:tasks.cephadm:Adding mgr.a on smithi055 2023-12-02T09:01:16.225 INFO:tasks.cephadm:Adding mgr.b on smithi083 2023-12-02T09:01:16.226 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi055=a;smithi083=b' 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2958593491' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:16.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.487 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.c/config 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:01:16.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2958593491' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:16.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:01:16.544 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2958593491' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:16.545 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:17.440 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled mgr update... 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: Reconfiguring mon.a (monmap changed)... 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: Reconfiguring daemon mon.a on smithi055 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.490 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.491 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:17.491 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:17.491 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:17 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:17.547 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: Reconfiguring mon.a (monmap changed)... 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: Reconfiguring daemon mon.a on smithi055 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:17.572 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:17 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: Reconfiguring mon.a (monmap changed)... 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: Reconfiguring daemon mon.a on smithi055 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:17.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:17 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:17.686 DEBUG:teuthology.orchestra.run.smithi083:mgr.b> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.b.service 2023-12-02T09:01:17.689 INFO:tasks.cephadm:Deploying OSDs... 2023-12-02T09:01:17.689 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-02T09:01:17.689 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:01:17.709 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-02T09:01:17.709 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_1 2023-12-02T09:01:17.767 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 663 Links: 1 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-12-02 09:00:36.680372326 +0000 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-12-02 08:55:04.992598349 +0000 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-12-02 08:55:04.992598349 +0000 2023-12-02T09:01:17.768 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2023-12-02 08:55:04.992598349 +0000 2023-12-02T09:01:17.768 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T09:01:17.844 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-12-02T09:01:17.844 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-12-02T09:01:17.844 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.00032156 s, 1.6 MB/s 2023-12-02T09:01:17.845 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T09:01:17.904 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_2 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 684 Links: 1 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-12-02 09:00:36.720371515 +0000 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-12-02 08:55:05.519587449 +0000 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-12-02 08:55:05.519587449 +0000 2023-12-02T09:01:17.961 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2023-12-02 08:55:05.519587449 +0000 2023-12-02T09:01:17.962 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T09:01:18.033 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-12-02T09:01:18.033 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-12-02T09:01:18.033 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000263418 s, 1.9 MB/s 2023-12-02T09:01:18.034 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T09:01:18.092 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_3 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 700 Links: 1 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-12-02 09:00:36.753370846 +0000 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-12-02 08:55:06.036576755 +0000 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-12-02 08:55:06.036576755 +0000 2023-12-02T09:01:18.148 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2023-12-02 08:55:06.036576755 +0000 2023-12-02T09:01:18.149 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T09:01:18.219 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-12-02T09:01:18.219 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-12-02T09:01:18.219 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000360007 s, 1.4 MB/s 2023-12-02T09:01:18.220 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T09:01:18.277 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_4 2023-12-02T09:01:18.333 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T09:01:18.333 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 719 Links: 1 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-12-02 09:00:36.783370238 +0000 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-12-02 08:55:06.684563352 +0000 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-12-02 08:55:06.684563352 +0000 2023-12-02T09:01:18.334 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2023-12-02 08:55:06.684563352 +0000 2023-12-02T09:01:18.334 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T09:01:18.403 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-12-02T09:01:18.403 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-12-02T09:01:18.403 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000282923 s, 1.8 MB/s 2023-12-02T09:01:18.404 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T09:01:18.461 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:01:18.461 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:01:18.480 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-02T09:01:18.480 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2023-12-02T09:01:18.537 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T09:01:18.537 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 665 Links: 1 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:01:08.703829285 +0000 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 08:54:56.555460048 +0000 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 08:54:56.555460048 +0000 2023-12-02T09:01:18.538 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 08:54:56.555460048 +0000 2023-12-02T09:01:18.538 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T09:01:18.603 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:18.603 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: Reconfiguring mon.b (monmap changed)... 2023-12-02T09:01:18.603 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: Reconfiguring daemon mon.b on smithi083 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: Saving service mgr spec with placement smithi055=a;smithi083=b;count:2 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:18.604 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:18 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:18.607 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:01:18.607 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:01:18.608 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000234388 s, 2.2 MB/s 2023-12-02T09:01:18.609 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: Reconfiguring mon.b (monmap changed)... 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: Reconfiguring daemon mon.b on smithi083 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: Saving service mgr spec with placement smithi055=a;smithi083=b;count:2 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.621 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:18.621 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:18.621 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:18 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:18.667 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 682 Links: 1 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:01:08.704829259 +0000 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 08:54:57.065446713 +0000 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 08:54:57.065446713 +0000 2023-12-02T09:01:18.725 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 08:54:57.065446713 +0000 2023-12-02T09:01:18.726 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T09:01:18.791 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:18.791 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: Reconfiguring mon.b (monmap changed)... 2023-12-02T09:01:18.791 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: Reconfiguring daemon mon.b on smithi083 2023-12-02T09:01:18.791 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: Saving service mgr spec with placement smithi055=a;smithi083=b;count:2 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-02T09:01:18.792 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:18 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:18.793 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:01:18.793 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:01:18.794 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000200415 s, 2.6 MB/s 2023-12-02T09:01:18.795 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T09:01:18.854 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 700 Links: 1 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:01:08.704829259 +0000 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 08:54:57.584433143 +0000 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 08:54:57.584433143 +0000 2023-12-02T09:01:18.910 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 08:54:57.584433143 +0000 2023-12-02T09:01:18.911 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T09:01:18.977 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:01:18.977 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:01:18.977 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000231464 s, 2.2 MB/s 2023-12-02T09:01:18.978 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T09:01:19.035 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2023-12-02T09:01:19.090 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T09:01:19.090 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:19.090 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 720 Links: 1 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:01:08.704829259 +0000 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 08:54:58.186417402 +0000 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 08:54:58.186417402 +0000 2023-12-02T09:01:19.091 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 08:54:58.186417402 +0000 2023-12-02T09:01:19.091 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T09:01:19.157 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:01:19.157 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:01:19.157 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000191387 s, 2.7 MB/s 2023-12-02T09:01:19.158 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T09:01:19.213 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-02T09:01:19.213 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:01:19.234 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-02T09:01:19.234 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2023-12-02T09:01:19.286 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 664 Links: 1 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-02 09:01:00.873229829 +0000 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-02 08:55:02.148500701 +0000 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-02 08:55:02.148500701 +0000 2023-12-02T09:01:19.287 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2023-12-02 08:55:02.148500701 +0000 2023-12-02T09:01:19.287 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T09:01:19.354 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-02T09:01:19.354 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-02T09:01:19.354 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00021676 s, 2.4 MB/s 2023-12-02T09:01:19.355 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T09:01:19.413 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 681 Links: 1 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-02 09:01:00.873229829 +0000 2023-12-02T09:01:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-02 08:55:02.683489097 +0000 2023-12-02T09:01:19.469 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-02 08:55:02.683489097 +0000 2023-12-02T09:01:19.469 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2023-12-02 08:55:02.683489097 +0000 2023-12-02T09:01:19.469 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T09:01:19.535 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-02T09:01:19.535 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-02T09:01:19.536 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00019003 s, 2.7 MB/s 2023-12-02T09:01:19.537 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T09:01:19.593 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2023-12-02T09:01:19.646 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: Reconfiguring mon.c (monmap changed)... 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: Reconfiguring daemon mon.c on smithi138 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.647 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-02T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:19 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 701 Links: 1 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:19.650 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-02 09:01:00.873229829 +0000 2023-12-02T09:01:19.651 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-02 08:55:03.181478295 +0000 2023-12-02T09:01:19.651 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-02 08:55:03.181478295 +0000 2023-12-02T09:01:19.651 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2023-12-02 08:55:03.181478295 +0000 2023-12-02T09:01:19.652 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: Reconfiguring mon.c (monmap changed)... 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: Reconfiguring daemon mon.c on smithi138 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.675 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:19.676 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.676 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:19.676 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-02T09:01:19.676 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:19.676 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:19 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.716 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-02T09:01:19.716 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-02T09:01:19.716 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.0001973 s, 2.6 MB/s 2023-12-02T09:01:19.717 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T09:01:19.774 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2023-12-02T09:01:19.829 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T09:01:19.829 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:01:19.829 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 720 Links: 1 2023-12-02T09:01:19.829 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:01:19.830 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:01:19.830 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-02 09:01:00.874229808 +0000 2023-12-02T09:01:19.830 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-02 08:55:03.670467689 +0000 2023-12-02T09:01:19.830 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-02 08:55:03.670467689 +0000 2023-12-02T09:01:19.830 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2023-12-02 08:55:03.670467689 +0000 2023-12-02T09:01:19.830 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T09:01:19.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: Reconfiguring mon.c (monmap changed)... 2023-12-02T09:01:19.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: Reconfiguring daemon mon.c on smithi138 2023-12-02T09:01:19.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:19.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:19.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:19.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-02T09:01:19.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:19.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:19 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:19.897 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-02T09:01:19.898 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-02T09:01:19.898 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000205495 s, 2.5 MB/s 2023-12-02T09:01:19.899 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T09:01:19.954 INFO:tasks.cephadm:Deploying osd.0 on smithi055 with /dev/vg_nvme/lv_4... 2023-12-02T09:01:19.954 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-02T09:01:20.063 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 systemd[1]: Starting Ceph mgr.b for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:01:20.206 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:01:20.348 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 podman[85820]: 2023-12-02 09:01:20.219540184 +0000 UTC m=+0.060610496 container create 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, CEPH_POINT_RELEASE=, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, maintainer=Guillaume Abrioux ) 2023-12-02T09:01:20.348 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 podman[85820]: 2023-12-02 09:01:20.176299151 +0000 UTC m=+0.017369462 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7 2023-12-02T09:01:20.349 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 podman[85820]: 2023-12-02 09:01:20.345146668 +0000 UTC m=+0.186216985 container init 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, CEPH_POINT_RELEASE=, org.label-schema.build-date=20231128, GIT_CLEAN=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.31.3) 2023-12-02T09:01:20.610 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-mon[84443]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-mon[84443]: Deploying daemon mgr.b on smithi083 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 podman[85820]: 2023-12-02 09:01:20.347584666 +0000 UTC m=+0.188654975 container start 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, ceph=True, org.label-schema.build-date=20231128, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.31.3) 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 bash[85820]: 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 systemd[1]: Started Ceph mgr.b for f8763ab2-90f0-11ee-95a2-87774f69a715. 2023-12-02T09:01:20.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-mgr[85839]: -- 172.21.15.83:0/4121774424 <== mon.2 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c7536461a0 con 0x55c75361d000 2023-12-02T09:01:20.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:20 smithi055 ceph-mon[81253]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:20.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:20 smithi055 ceph-mon[81253]: Deploying daemon mgr.b on smithi083 2023-12-02T09:01:20.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:20 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:20.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:20 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:20.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:20 smithi138 ceph-mon[84937]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:20.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:20 smithi138 ceph-mon[84937]: Deploying daemon mgr.b on smithi083 2023-12-02T09:01:20.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:20 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:20.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:20 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.324 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-02T09:01:21.324 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-02T09:01:21.325 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2023-12-02T09:01:21.325 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2023-12-02T09:01:21.325 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0070138 s, 1.5 GB/s 2023-12-02T09:01:21.325 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2023-12-02T09:01:21.325 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:20.897+0000 7ff8c4a9f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T09:01:21.326 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:20 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:20.990+0000 7ff8c4a9f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T09:01:21.610 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-mon[84443]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:21.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:21.613 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:21 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.613 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:21 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.613 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:21 smithi055 ceph-mon[81253]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:21.613 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:21 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:21.640 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi055:vg_nvme/lv_4 2023-12-02T09:01:21.885 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:01:21.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:21 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:21 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:21.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:21 smithi138 ceph-mon[84937]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:21.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:21 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:22.027 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:21.696+0000 7ff8c4a9f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T09:01:22.028 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:21.789+0000 7ff8c4a9f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T09:01:22.028 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:21 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:21.930+0000 7ff8c4a9f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T09:01:22.028 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.023+0000 7ff8c4a9f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T09:01:22.356 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.106+0000 7ff8c4a9f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T09:01:22.356 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.352+0000 7ff8c4a9f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T09:01:22.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.461+0000 7ff8c4a9f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T09:01:22.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.548+0000 7ff8c4a9f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: Reconfiguring mgr.a (unknown last config time)... 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:22.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:22 smithi055 ceph-mon[81253]: Reconfiguring daemon mgr.a on smithi055 2023-12-02T09:01:23.110 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.642+0000 7ff8c4a9f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:22.817+0000 7ff8c4a9f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: Reconfiguring mgr.a (unknown last config time)... 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:23.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:22 smithi083 ceph-mon[84443]: Reconfiguring daemon mgr.a on smithi055 2023-12-02T09:01:23.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:23.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: Reconfiguring mgr.a (unknown last config time)... 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:23.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:22 smithi138 ceph-mon[84937]: Reconfiguring daemon mgr.a on smithi055 2023-12-02T09:01:24.110 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:23.791+0000 7ff8c4a9f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:23.924+0000 7ff8c4a9f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:24.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:23 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:23 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:24.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:23 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:24.541 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:24 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:24.267+0000 7ff8c4a9f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T09:01:24.541 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:24 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:24.357+0000 7ff8c4a9f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T09:01:24.541 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:24 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:24.537+0000 7ff8c4a9f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:01:24.860 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:24 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:24.722+0000 7ff8c4a9f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T09:01:25.276 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:24 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:24.990+0000 7ff8c4a9f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:01:25.276 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:25.272+0000 7ff8c4a9f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T09:01:25.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:25.490+0000 7ff8c4a9f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T09:01:26.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:25 smithi055 ceph-mon[81253]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:26.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:25 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]: dispatch 2023-12-02T09:01:26.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:25 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]': finished 2023-12-02T09:01:26.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:25 smithi055 ceph-mon[81253]: osdmap e5: 1 total, 0 up, 1 in 2023-12-02T09:01:26.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:25 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:25 smithi138 ceph-mon[84937]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:25 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]: dispatch 2023-12-02T09:01:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:25 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]': finished 2023-12-02T09:01:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:25 smithi138 ceph-mon[84937]: osdmap e5: 1 total, 0 up, 1 in 2023-12-02T09:01:26.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:25 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:26.287 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-mon[84443]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:26.287 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]: dispatch 2023-12-02T09:01:26.287 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2753140549' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb4d9cb-fe9d-4b90-957a-4a4f618ca026"}]': finished 2023-12-02T09:01:26.287 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-mon[84443]: osdmap e5: 1 total, 0 up, 1 in 2023-12-02T09:01:26.287 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:25 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:26.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:26 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:26.283+0000 7ff8c4a9f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T09:01:27.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:26 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1201942476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:27.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:26 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:26.846+0000 7ff8c4a9f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T09:01:27.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:26 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:26.944+0000 7ff8c4a9f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T09:01:27.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:26 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1201942476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:27.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:26 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1201942476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:27.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:01:27.145+0000 7ff8c4a9f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T09:01:28.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:28.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: Standby manager daemon b started 2023-12-02T09:01:28.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:01:28.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:01:28.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:01:28.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:27 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:01:28.209 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:28.209 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: Standby manager daemon b started 2023-12-02T09:01:28.210 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:01:28.210 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:01:28.210 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:01:28.210 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:27 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: Standby manager daemon b started 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:01:28.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:27 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/3472319835' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:01:29.154 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:28 smithi055 ceph-mon[81253]: mgrmap e13: a(active, since 59s), standbys: b 2023-12-02T09:01:29.154 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:28 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:01:29.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:28 smithi083 ceph-mon[84443]: mgrmap e13: a(active, since 59s), standbys: b 2023-12-02T09:01:29.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:28 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:01:29.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:28 smithi138 ceph-mon[84937]: mgrmap e13: a(active, since 59s), standbys: b 2023-12-02T09:01:29.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:28 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:01:30.066 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:29 smithi055 ceph-mon[81253]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:30.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:29 smithi083 ceph-mon[84443]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:30.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:29 smithi138 ceph-mon[84937]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:31.337 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:30 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-02T09:01:31.337 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:30 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:31.337 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:30 smithi055 ceph-mon[81253]: Deploying daemon osd.0 on smithi055 2023-12-02T09:01:31.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:30 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-02T09:01:31.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:30 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:31.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:30 smithi083 ceph-mon[84443]: Deploying daemon osd.0 on smithi055 2023-12-02T09:01:31.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:30 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-02T09:01:31.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:30 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:31.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:30 smithi138 ceph-mon[84937]: Deploying daemon osd.0 on smithi055 2023-12-02T09:01:31.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:31 smithi055 ceph-mon[81253]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:32.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:31 smithi083 ceph-mon[84443]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:32.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:31 smithi138 ceph-mon[84937]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:34.119 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:33 smithi055 ceph-mon[81253]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:34.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:33 smithi083 ceph-mon[84443]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:34.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:33 smithi138 ceph-mon[84937]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:35.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:35 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:35 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:35 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:35.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:35 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:35 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:35 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:35.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:35 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:35 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:35.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:35 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:36.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:36 smithi055 ceph-mon[81253]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:36.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:36 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:36 smithi083 ceph-mon[84443]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:36.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:36 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:36 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:36 smithi138 ceph-mon[84937]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:36.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:36 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:36 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:36.415 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 0 on host 'smithi055' 2023-12-02T09:01:36.723 DEBUG:teuthology.orchestra.run.smithi055:osd.0> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.0.service 2023-12-02T09:01:36.725 INFO:tasks.cephadm:Deploying osd.1 on smithi083 with /dev/vg_nvme/lv_4... 2023-12-02T09:01:36.725 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-02T09:01:36.961 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.b/config 2023-12-02T09:01:37.366 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:01:37 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:01:37.240+0000 7fd1df922640 -1 osd.0 0 log_to_monitors true 2023-12-02T09:01:37.552 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:37 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.552 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:37 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.552 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:37 smithi138 ceph-mon[84937]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-02T09:01:37.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:37 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:37 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:37 smithi083 ceph-mon[84443]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-02T09:01:37.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:37 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:37.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:37 smithi055 ceph-mon[81253]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-02T09:01:37.986 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-02T09:01:37.986 INFO:teuthology.orchestra.run.smithi083.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-02T09:01:37.987 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10+0 records in 2023-12-02T09:01:37.987 INFO:teuthology.orchestra.run.smithi083.stderr:10+0 records out 2023-12-02T09:01:37.987 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014961 s, 701 MB/s 2023-12-02T09:01:37.987 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping successful for: 2023-12-02T09:01:38.247 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2023-12-02T09:01:38.475 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.b/config 2023-12-02T09:01:38.545 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:38 smithi083 ceph-mon[84443]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:38.545 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:38 smithi083 ceph-mon[84443]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-02T09:01:38.545 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:38 smithi083 ceph-mon[84443]: osdmap e6: 1 total, 0 up, 1 in 2023-12-02T09:01:38.546 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:38 smithi083 ceph-mon[84443]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-12-02T09:01:38.546 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:38 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:38.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-mon[81253]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:38.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-mon[81253]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-02T09:01:38.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-mon[81253]: osdmap e6: 1 total, 0 up, 1 in 2023-12-02T09:01:38.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-mon[81253]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-12-02T09:01:38.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:38.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:01:38.383+0000 7fd1d4f99700 -1 osd.0 0 waiting for initial osdmap 2023-12-02T09:01:38.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:01:38 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:01:38.390+0000 7fd1ccd8b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-02T09:01:38.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:38 smithi138 ceph-mon[84937]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:38.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:38 smithi138 ceph-mon[84937]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-02T09:01:38.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:38 smithi138 ceph-mon[84937]: osdmap e6: 1 total, 0 up, 1 in 2023-12-02T09:01:38.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:38 smithi138 ceph-mon[84937]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-12-02T09:01:38.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:38 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-12-02T09:01:39.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: osdmap e7: 1 total, 0 up, 1 in 2023-12-02T09:01:39.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:39.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:39 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-12-02T09:01:39.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: osdmap e7: 1 total, 0 up, 1 in 2023-12-02T09:01:39.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:39.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:39 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: osdmap e7: 1 total, 0 up, 1 in 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:39.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:39 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: purged_snaps scrub starts 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: purged_snaps scrub ok 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: Detected new or changed devices on smithi055 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: Adjusting osd_memory_target on smithi055 to 17093M 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591] boot 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: osdmap e8: 1 total, 1 up, 1 in 2023-12-02T09:01:40.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:40 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: purged_snaps scrub starts 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: purged_snaps scrub ok 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: Detected new or changed devices on smithi055 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: Adjusting osd_memory_target on smithi055 to 17093M 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591] boot 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: osdmap e8: 1 total, 1 up, 1 in 2023-12-02T09:01:40.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:40 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:40.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: purged_snaps scrub starts 2023-12-02T09:01:40.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: purged_snaps scrub ok 2023-12-02T09:01:40.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: Detected new or changed devices on smithi055 2023-12-02T09:01:40.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: Adjusting osd_memory_target on smithi055 to 17093M 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: osd.0 [v2:172.21.15.55:6802/1177535591,v1:172.21.15.55:6803/1177535591] boot 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: osdmap e8: 1 total, 1 up, 1 in 2023-12-02T09:01:40.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:40 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: osdmap e9: 1 total, 1 up, 1 in 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: from='client.? 172.21.15.83:0/3030668854' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]': finished 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: osdmap e10: 2 total, 1 up, 2 in 2023-12-02T09:01:41.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:41 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: osdmap e9: 1 total, 1 up, 1 in 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: from='client.? 172.21.15.83:0/3030668854' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]': finished 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: osdmap e10: 2 total, 1 up, 2 in 2023-12-02T09:01:41.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:41 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:41.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:41.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: osdmap e9: 1 total, 1 up, 1 in 2023-12-02T09:01:41.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: from='client.? 172.21.15.83:0/3030668854' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]: dispatch 2023-12-02T09:01:41.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f91bbb-4ee3-4294-af9e-35c35a7b4c09"}]': finished 2023-12-02T09:01:41.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: osdmap e10: 2 total, 1 up, 2 in 2023-12-02T09:01:41.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:41 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:42.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:42 smithi083 ceph-mon[84443]: from='client.? 172.21.15.83:0/3598762494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:42.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:42 smithi055 ceph-mon[81253]: from='client.? 172.21.15.83:0/3598762494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:42.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:42 smithi138 ceph-mon[84937]: from='client.? 172.21.15.83:0/3598762494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:43.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:43 smithi083 ceph-mon[84443]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:43.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:43 smithi055 ceph-mon[81253]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:43.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:43 smithi138 ceph-mon[84937]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:45.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:45 smithi083 ceph-mon[84443]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:46.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:45 smithi055 ceph-mon[81253]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:46.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:45 smithi138 ceph-mon[84937]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:46.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:46 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-02T09:01:46.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:46 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:46.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:46 smithi083 ceph-mon[84443]: Deploying daemon osd.1 on smithi083 2023-12-02T09:01:47.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:46 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-02T09:01:47.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:46 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:47.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:46 smithi055 ceph-mon[81253]: Deploying daemon osd.1 on smithi083 2023-12-02T09:01:47.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:46 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-02T09:01:47.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:46 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:47.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:46 smithi138 ceph-mon[84937]: Deploying daemon osd.1 on smithi083 2023-12-02T09:01:47.920 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:47 smithi083 ceph-mon[84443]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:47.963 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:47 smithi138 ceph-mon[84937]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:48.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:47 smithi055 ceph-mon[81253]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:49.970 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:49 smithi083 ceph-mon[84443]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:49.971 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:49 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:49.971 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:49 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:49.971 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:49 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:50.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:49 smithi138 ceph-mon[84937]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:50.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:49 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:50.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:49 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:50.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:49 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:50.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:49 smithi055 ceph-mon[81253]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:50.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:50.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:50.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:49 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:50.993 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 1 on host 'smithi083' 2023-12-02T09:01:51.212 DEBUG:teuthology.orchestra.run.smithi083:osd.1> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.1.service 2023-12-02T09:01:51.214 INFO:tasks.cephadm:Deploying osd.2 on smithi138 with /dev/vg_nvme/lv_4... 2023-12-02T09:01:51.215 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-02T09:01:51.452 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.c/config 2023-12-02T09:01:51.530 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:51 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.530 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:51 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.530 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:51 smithi138 ceph-mon[84937]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:51.530 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:51 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.530 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:51 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.735 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:51 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.735 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:51 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.735 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:51 smithi083 ceph-mon[84443]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:51.735 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:51 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.735 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:51 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:51 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:51 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:51 smithi055 ceph-mon[81253]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:51.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:51 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:51.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:51 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:52.361 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:01:52 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:01:52.097+0000 7f334204b640 -1 osd.1 0 log_to_monitors true 2023-12-02T09:01:52.423 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-02T09:01:52.424 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-02T09:01:52.424 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2023-12-02T09:01:52.424 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2023-12-02T09:01:52.424 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111053 s, 944 MB/s 2023-12-02T09:01:52.424 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2023-12-02T09:01:52.721 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:52 smithi138 ceph-mon[84937]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.721 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:52 smithi138 ceph-mon[84937]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.748 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2023-12-02T09:01:52.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:52 smithi083 ceph-mon[84443]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:52 smithi083 ceph-mon[84443]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:52 smithi055 ceph-mon[81253]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:52 smithi055 ceph-mon[81253]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-02T09:01:52.976 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.c/config 2023-12-02T09:01:53.583 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: osdmap e11: 2 total, 1 up, 2 in 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: Detected new or changed devices on smithi083 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: Adjusting osd_memory_target on smithi083 to 17089M 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.584 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.585 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:53.585 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.585 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.585 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:53 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.861 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:01:53.519+0000 7f33376c2700 -1 osd.1 0 waiting for initial osdmap 2023-12-02T09:01:53.861 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:01:53.522+0000 7f3330cb7700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: osdmap e11: 2 total, 1 up, 2 in 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: Detected new or changed devices on smithi083 2023-12-02T09:01:53.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: Adjusting osd_memory_target on smithi083 to 17089M 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:53 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: osdmap e11: 2 total, 1 up, 2 in 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: Detected new or changed devices on smithi083 2023-12-02T09:01:53.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: Adjusting osd_memory_target on smithi083 to 17089M 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:01:53.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:53 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: osdmap e12: 2 total, 1 up, 2 in 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:54.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:54 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: osdmap e12: 2 total, 1 up, 2 in 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:54.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:54 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:54.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2023-12-02T09:01:54.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: osdmap e12: 2 total, 1 up, 2 in 2023-12-02T09:01:54.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:54.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-02T09:01:54.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-02T09:01:54.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-02T09:01:54.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:01:54.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:54 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:55.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: purged_snaps scrub starts 2023-12-02T09:01:55.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: purged_snaps scrub ok 2023-12-02T09:01:55.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740] boot 2023-12-02T09:01:55.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: osdmap e13: 2 total, 2 up, 2 in 2023-12-02T09:01:55.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:55.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:55 smithi083 ceph-mon[84443]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: purged_snaps scrub starts 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: purged_snaps scrub ok 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740] boot 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: osdmap e13: 2 total, 2 up, 2 in 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:55.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:55 smithi055 ceph-mon[81253]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:55.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: purged_snaps scrub starts 2023-12-02T09:01:55.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: purged_snaps scrub ok 2023-12-02T09:01:55.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: osd.1 [v2:172.21.15.83:6800/787813740,v1:172.21.15.83:6801/787813740] boot 2023-12-02T09:01:55.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: osdmap e13: 2 total, 2 up, 2 in 2023-12-02T09:01:55.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:01:55.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:55 smithi138 ceph-mon[84937]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: osdmap e14: 2 total, 2 up, 2 in 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: from='client.? 172.21.15.138:0/132124811' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]': finished 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: osdmap e15: 3 total, 2 up, 3 in 2023-12-02T09:01:56.828 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:01:56.829 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:56 smithi055 ceph-mon[81253]: from='client.? 172.21.15.138:0/302522537' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: osdmap e14: 2 total, 2 up, 2 in 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: from='client.? 172.21.15.138:0/132124811' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]': finished 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: osdmap e15: 3 total, 2 up, 3 in 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:01:56.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:56 smithi083 ceph-mon[84443]: from='client.? 172.21.15.138:0/302522537' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:56.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: osdmap e14: 2 total, 2 up, 2 in 2023-12-02T09:01:56.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: from='client.? 172.21.15.138:0/132124811' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]: dispatch 2023-12-02T09:01:56.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "553ee515-2239-47b3-940a-0a7bf786153a"}]': finished 2023-12-02T09:01:56.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: osdmap e15: 3 total, 2 up, 3 in 2023-12-02T09:01:56.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:01:56.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:56 smithi138 ceph-mon[84937]: from='client.? 172.21.15.138:0/302522537' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-02T09:01:57.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:57 smithi083 ceph-mon[84443]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:01:57.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:57 smithi055 ceph-mon[81253]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:01:57.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:57 smithi138 ceph-mon[84937]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:01:59.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:01:59 smithi138 ceph-mon[84937]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:00.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:01:59 smithi083 ceph-mon[84443]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:00.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:01:59 smithi055 ceph-mon[81253]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:00.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:00 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-02T09:02:00.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:00 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:00.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:00 smithi138 ceph-mon[84937]: Deploying daemon osd.2 on smithi138 2023-12-02T09:02:01.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:00 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-02T09:02:01.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:00 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:01.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:00 smithi083 ceph-mon[84443]: Deploying daemon osd.2 on smithi138 2023-12-02T09:02:01.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:00 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-02T09:02:01.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:00 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:01.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:00 smithi055 ceph-mon[81253]: Deploying daemon osd.2 on smithi138 2023-12-02T09:02:01.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:01 smithi138 ceph-mon[84937]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:02.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:01 smithi083 ceph-mon[84443]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:02.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:01 smithi055 ceph-mon[81253]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:03.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:03 smithi138 ceph-mon[84937]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:04.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:03 smithi083 ceph-mon[84443]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:04.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:03 smithi055 ceph-mon[81253]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:04.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:04 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:04.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:04 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:04.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:04 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:05.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:04 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:05.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:04 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:05.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:04 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:05.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:04 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:05.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:04 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:05.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:04 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:05.695 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 2 on host 'smithi138' 2023-12-02T09:02:05.939 DEBUG:teuthology.orchestra.run.smithi138:osd.2> sudo journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.2.service 2023-12-02T09:02:05.941 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-02T09:02:05.942 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-02T09:02:06.202 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:06.244 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-mon[84937]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:06.244 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.244 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.244 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.245 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:06 smithi055 ceph-mon[81253]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:06.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:06 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:06 smithi083 ceph-mon[84443]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:06.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:06 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:06 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:06 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:06.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:06 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:07.107 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:07.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:07 smithi055 ceph-mon[81253]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:07 smithi055 ceph-mon[81253]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:07 smithi083 ceph-mon[84443]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:07 smithi083 ceph-mon[84443]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.371 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:07 smithi138 ceph-mon[84937]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.371 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:07 smithi138 ceph-mon[84937]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-02T09:02:07.372 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:06 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:02:06.941+0000 7f3756354640 -1 osd.2 0 log_to_monitors true 2023-12-02T09:02:07.377 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1701507714,"num_in_osds":3,"osd_in_since":1701507715,"num_remapped_pgs":0} 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: osdmap e16: 3 total, 2 up, 3 in 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/922927427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:08 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-02T09:02:08.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: osdmap e16: 3 total, 2 up, 3 in 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/922927427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:08.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:08 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.378 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-02T09:02:08.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:02:08.075+0000 7f374b9cb700 -1 osd.2 0 waiting for initial osdmap 2023-12-02T09:02:08.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:02:08.078+0000 7f3743fbe700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-02T09:02:08.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:08.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: osdmap e16: 3 total, 2 up, 3 in 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/922927427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:08.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:08.396 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:08.396 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:08 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:08.640 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:09.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: Detected new or changed devices on smithi138 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: Adjusting osd_memory_target on smithi138 to 21184M 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: osdmap e17: 3 total, 2 up, 3 in 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:09 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: Detected new or changed devices on smithi138 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: Adjusting osd_memory_target on smithi138 to 21184M 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: osdmap e17: 3 total, 2 up, 3 in 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:09 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: Detected new or changed devices on smithi138 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: Adjusting osd_memory_target on smithi138 to 21184M 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: osdmap e17: 3 total, 2 up, 3 in 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:09 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:09.602 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:09.867 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1701507729,"num_in_osds":3,"osd_in_since":1701507715,"num_remapped_pgs":0} 2023-12-02T09:02:09.868 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-02T09:02:10.110 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: purged_snaps scrub starts 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: purged_snaps scrub ok 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082] boot 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: osdmap e18: 3 total, 3 up, 3 in 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:10.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:10 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2003391562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: purged_snaps scrub starts 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: purged_snaps scrub ok 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082] boot 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: osdmap e18: 3 total, 3 up, 3 in 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:10.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:10 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2003391562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: purged_snaps scrub starts 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: purged_snaps scrub ok 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: osd.2 [v2:172.21.15.138:6800/515889082,v1:172.21.15.138:6801/515889082] boot 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: osdmap e18: 3 total, 3 up, 3 in 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:10.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:10 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2003391562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-02T09:02:11.297 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:11.298 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":20,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","created":"2023-12-02T08:59:45.412707+0000","modified":"2023-12-02T09:02:11.094002+0000","last_up_change":"2023-12-02T09:02:09.077106+0000","last_in_change":"2023-12-02T09:01:55.675755+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-02T09:02:11.085177+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bfb4d9cb-fe9d-4b90-957a-4a4f618ca026","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.55:6802","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6803","nonce":1177535591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6805","nonce":1177535591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6809","nonce":1177535591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6807","nonce":1177535591}]},"public_addr":"172.21.15.55:6803/1177535591","cluster_addr":"172.21.15.55:6805/1177535591","heartbeat_back_addr":"172.21.15.55:6809/1177535591","heartbeat_front_addr":"172.21.15.55:6807/1177535591","state":["exists","up"]},{"osd":1,"uuid":"a3f91bbb-4ee3-4294-af9e-35c35a7b4c09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6800","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6801","nonce":787813740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6803","nonce":787813740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6807","nonce":787813740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6805","nonce":787813740}]},"public_addr":"172.21.15.83:6801/787813740","cluster_addr":"172.21.15.83:6803/787813740","heartbeat_back_addr":"172.21.15.83:6807/787813740","heartbeat_front_addr":"172.21.15.83:6805/787813740","state":["exists","up"]},{"osd":2,"uuid":"553ee515-2239-47b3-940a-0a7bf786153a","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.138:6800","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6801","nonce":515889082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6803","nonce":515889082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6807","nonce":515889082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6805","nonce":515889082}]},"public_addr":"172.21.15.138:6801/515889082","cluster_addr":"172.21.15.138:6803/515889082","heartbeat_back_addr":"172.21.15.138:6807/515889082","heartbeat_front_addr":"172.21.15.138:6805/515889082","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:38.272082+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:53.140055+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:02:07.960498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/3085473251":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/149189724":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6801/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6800/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/990670167":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6801/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6800/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/2465877398":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1581392760":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1288943180":"2023-12-03T09:00:28.560833+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-02T09:02:11.360 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:11 smithi083 ceph-mon[84443]: osdmap e19: 3 total, 3 up, 3 in 2023-12-02T09:02:11.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:11 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:11.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:11 smithi055 ceph-mon[81253]: osdmap e19: 3 total, 3 up, 3 in 2023-12-02T09:02:11.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:11 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:11.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:11 smithi138 ceph-mon[84937]: osdmap e19: 3 total, 3 up, 3 in 2023-12-02T09:02:11.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:11 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:11.550 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-02T09:02:11.085177+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-12-02T09:02:11.551 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-02T09:02:11.789 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:12.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:12 smithi055 ceph-mon[81253]: pgmap v60: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:12.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:12 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:12.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:12 smithi055 ceph-mon[81253]: osdmap e20: 3 total, 3 up, 3 in 2023-12-02T09:02:12.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:12 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:12.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:12 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/625521001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:12.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:12 smithi083 ceph-mon[84443]: pgmap v60: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:12.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:12 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:12.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:12 smithi083 ceph-mon[84443]: osdmap e20: 3 total, 3 up, 3 in 2023-12-02T09:02:12.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:12 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:12.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:12 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/625521001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:12.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:12 smithi138 ceph-mon[84937]: pgmap v60: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:12.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:12 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:12.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:12 smithi138 ceph-mon[84937]: osdmap e20: 3 total, 3 up, 3 in 2023-12-02T09:02:12.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:12 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-02T09:02:12.395 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:12 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/625521001' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:12.746 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-12-02T09:02:12.958 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:12 smithi055 sudo[99864]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:12.958 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:12 smithi055 sudo[99864]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:12.958 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:12 smithi055 sudo[99864]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:12.958 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:12 smithi055 sudo[99864]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:12.984 INFO:tasks.cephadm:Setting up client nodes... 2023-12-02T09:02:12.984 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-02T09:02:12.984 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-02T09:02:12.985 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-02T09:02:13.229 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:13.298 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:13 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:13.299 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:13 smithi055 ceph-mon[81253]: osdmap e21: 3 total, 3 up, 3 in 2023-12-02T09:02:13.299 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:13 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2081230404' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-02T09:02:13.299 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:13 smithi055 sudo[99901]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:13.299 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:13 smithi055 sudo[99901]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:13.299 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:13 smithi055 sudo[99901]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:13.299 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:13 smithi055 sudo[99901]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:13.386 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:13 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:13.386 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:13 smithi083 ceph-mon[84443]: osdmap e21: 3 total, 3 up, 3 in 2023-12-02T09:02:13.386 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:13 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2081230404' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-02T09:02:13.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:13 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-02T09:02:13.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:13 smithi138 ceph-mon[84937]: osdmap e21: 3 total, 3 up, 3 in 2023-12-02T09:02:13.394 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:13 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2081230404' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-02T09:02:13.638 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91973]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:13.638 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91973]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:13.638 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91973]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:13.638 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91973]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:14.110 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91976]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:14.111 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91976]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:14.111 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91976]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:14.111 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:13 smithi083 sudo[91976]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:14.156 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:14 smithi138 ceph-mon[84937]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:14.156 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:14 smithi138 ceph-mon[84937]: osdmap e22: 3 total, 3 up, 3 in 2023-12-02T09:02:14.156 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.156 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:14 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.157 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:13 smithi138 sudo[92177]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:14.157 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:13 smithi138 sudo[92177]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:14.157 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:13 smithi138 sudo[92177]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:14.157 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:13 smithi138 sudo[92177]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:14.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 ceph-mon[81253]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:14.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 ceph-mon[81253]: osdmap e22: 3 total, 3 up, 3 in 2023-12-02T09:02:14.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:14 smithi083 ceph-mon[84443]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:14 smithi083 ceph-mon[84443]: osdmap e22: 3 total, 3 up, 3 in 2023-12-02T09:02:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:14 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:14.644 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:14 smithi138 sudo[92180]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:14.644 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:14 smithi138 sudo[92180]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:14.644 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:14 smithi138 sudo[92180]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:14.644 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:02:14 smithi138 sudo[92180]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 sudo[100031]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:15.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 sudo[100031]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:15.075 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 sudo[100031]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:15.075 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:14 smithi055 sudo[100031]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.084 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:15.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 sudo[100034]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:15.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 sudo[100034]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:15.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 sudo[100034]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:15.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 sudo[100034]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.333 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":14,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6800","nonce":3103510901},{"type":"v1","addr":"172.21.15.55:6801","nonce":3103510901}]},"active_addr":"172.21.15.55:6801/3103510901","active_change":"2023-12-02T09:00:28.560956+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.55:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3062617956}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2855215759}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3618769353}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2974334426}]}]} 2023-12-02T09:02:15.337 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-02T09:02:15.337 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-02T09:02:15.337 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-02T09:02:15.570 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92183]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:15.570 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92183]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:15.570 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92183]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:15.570 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92183]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.577 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: mgrmap e14: a(active, since 105s), standbys: b 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/923710722' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.620 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.621 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:15 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: mgrmap e14: a(active, since 105s), standbys: b 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/923710722' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:15.828 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 sudo[91979]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 sudo[91979]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 sudo[91979]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:15.829 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:15 smithi083 sudo[91979]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92186]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92186]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92186]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 sudo[92186]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: mgrmap e14: a(active, since 105s), standbys: b 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/923710722' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:15.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:15.896 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:15 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:16.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 sudo[91982]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-02T09:02:16.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 sudo[91982]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-02T09:02:16.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 sudo[91982]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-02T09:02:16.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 sudo[91982]: pam_unix(sudo:session): session closed for user root 2023-12-02T09:02:16.551 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:16.552 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":22,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","created":"2023-12-02T08:59:45.412707+0000","modified":"2023-12-02T09:02:13.106057+0000","last_up_change":"2023-12-02T09:02:09.077106+0000","last_in_change":"2023-12-02T09:01:55.675755+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-02T09:02:11.085177+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bfb4d9cb-fe9d-4b90-957a-4a4f618ca026","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.55:6802","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6803","nonce":1177535591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6805","nonce":1177535591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6809","nonce":1177535591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6807","nonce":1177535591}]},"public_addr":"172.21.15.55:6803/1177535591","cluster_addr":"172.21.15.55:6805/1177535591","heartbeat_back_addr":"172.21.15.55:6809/1177535591","heartbeat_front_addr":"172.21.15.55:6807/1177535591","state":["exists","up"]},{"osd":1,"uuid":"a3f91bbb-4ee3-4294-af9e-35c35a7b4c09","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.83:6800","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6801","nonce":787813740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6803","nonce":787813740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6807","nonce":787813740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6805","nonce":787813740}]},"public_addr":"172.21.15.83:6801/787813740","cluster_addr":"172.21.15.83:6803/787813740","heartbeat_back_addr":"172.21.15.83:6807/787813740","heartbeat_front_addr":"172.21.15.83:6805/787813740","state":["exists","up"]},{"osd":2,"uuid":"553ee515-2239-47b3-940a-0a7bf786153a","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.138:6800","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6801","nonce":515889082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6803","nonce":515889082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6807","nonce":515889082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6805","nonce":515889082}]},"public_addr":"172.21.15.138:6801/515889082","cluster_addr":"172.21.15.138:6803/515889082","heartbeat_back_addr":"172.21.15.138:6807/515889082","heartbeat_front_addr":"172.21.15.138:6805/515889082","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:38.272082+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:53.140055+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:02:07.960498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/3085473251":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/149189724":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6801/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6800/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/990670167":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6801/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6800/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/2465877398":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1581392760":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1288943180":"2023-12-03T09:00:28.560833+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-02T09:02:16.783 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-02T09:02:16.783 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.811 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:16 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1820330838' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:16 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1820330838' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:16.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:16.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-02T09:02:16.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:16.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:16.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='mgr.14152 172.21.15.55:0/2943363383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:16.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-02T09:02:16.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:16 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1820330838' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:17.021 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:17.667 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:17 smithi055 ceph-mon[81253]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:17.861 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:17 smithi083 ceph-mon[84443]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:17.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:17 smithi138 ceph-mon[84937]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:18.156 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:18.156 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":22,"fsid":"f8763ab2-90f0-11ee-95a2-87774f69a715","created":"2023-12-02T08:59:45.412707+0000","modified":"2023-12-02T09:02:13.106057+0000","last_up_change":"2023-12-02T09:02:09.077106+0000","last_in_change":"2023-12-02T09:01:55.675755+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-02T09:02:11.085177+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bfb4d9cb-fe9d-4b90-957a-4a4f618ca026","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.55:6802","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6803","nonce":1177535591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6805","nonce":1177535591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6809","nonce":1177535591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":1177535591},{"type":"v1","addr":"172.21.15.55:6807","nonce":1177535591}]},"public_addr":"172.21.15.55:6803/1177535591","cluster_addr":"172.21.15.55:6805/1177535591","heartbeat_back_addr":"172.21.15.55:6809/1177535591","heartbeat_front_addr":"172.21.15.55:6807/1177535591","state":["exists","up"]},{"osd":1,"uuid":"a3f91bbb-4ee3-4294-af9e-35c35a7b4c09","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.83:6800","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6801","nonce":787813740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6803","nonce":787813740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6807","nonce":787813740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":787813740},{"type":"v1","addr":"172.21.15.83:6805","nonce":787813740}]},"public_addr":"172.21.15.83:6801/787813740","cluster_addr":"172.21.15.83:6803/787813740","heartbeat_back_addr":"172.21.15.83:6807/787813740","heartbeat_front_addr":"172.21.15.83:6805/787813740","state":["exists","up"]},{"osd":2,"uuid":"553ee515-2239-47b3-940a-0a7bf786153a","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.138:6800","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6801","nonce":515889082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6803","nonce":515889082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6807","nonce":515889082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":515889082},{"type":"v1","addr":"172.21.15.138:6805","nonce":515889082}]},"public_addr":"172.21.15.138:6801/515889082","cluster_addr":"172.21.15.138:6803/515889082","heartbeat_back_addr":"172.21.15.138:6807/515889082","heartbeat_front_addr":"172.21.15.138:6805/515889082","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:38.272082+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:01:53.140055+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-02T09:02:07.960498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/3085473251":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/149189724":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6801/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:6800/2545243222":"2023-12-03T09:00:28.560833+0000","172.21.15.55:0/990670167":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6801/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:6800/3936695435":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/2465877398":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1581392760":"2023-12-03T09:00:07.042341+0000","172.21.15.55:0/1288943180":"2023-12-03T09:00:28.560833+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-02T09:02:18.450 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-02T09:02:18.450 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-02T09:02:18.451 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-02T09:02:18.745 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:18.822 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:18 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1927747721' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:18.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:18 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1927747721' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:18.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:18 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1927747721' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-02T09:02:19.405 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:19.405 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:19.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:19 smithi055 ceph-mon[81253]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:19.949 INFO:teuthology.orchestra.run.smithi055.stdout:34359738379 2023-12-02T09:02:19.949 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-02T09:02:20.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:19 smithi083 ceph-mon[84443]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:20.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:19 smithi138 ceph-mon[84937]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:20.701 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:21.315 INFO:teuthology.orchestra.run.smithi055.stdout:77309411334 2023-12-02T09:02:21.315 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-02T09:02:21.656 INFO:teuthology.orchestra.run.smithi055.stdout:55834574857 2023-12-02T09:02:21.657 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-02T09:02:21.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:21 smithi055 ceph-mon[81253]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-02T09:02:21.987 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:22.008 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:22.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:21 smithi083 ceph-mon[84443]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-02T09:02:22.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:21 smithi138 ceph-mon[84937]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-02T09:02:22.888 INFO:teuthology.orchestra.run.smithi055.stdout:34359738380 2023-12-02T09:02:23.473 INFO:teuthology.orchestra.run.smithi055.stdout:55834574857 2023-12-02T09:02:23.602 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738379 got 34359738380 for osd.0 2023-12-02T09:02:23.603 DEBUG:teuthology.parallel:result is None 2023-12-02T09:02:23.841 INFO:teuthology.orchestra.run.smithi055.stdout:77309411334 2023-12-02T09:02:23.849 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574857 for osd.1 2023-12-02T09:02:23.850 DEBUG:teuthology.parallel:result is None 2023-12-02T09:02:24.072 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:23 smithi055 ceph-mon[81253]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-02T09:02:24.072 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:23 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/188993106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-02T09:02:24.072 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:23 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/3960588573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-02T09:02:24.099 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411334 for osd.2 2023-12-02T09:02:24.099 DEBUG:teuthology.parallel:result is None 2023-12-02T09:02:24.099 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-02T09:02:24.099 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-02T09:02:24.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:23 smithi083 ceph-mon[84443]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-02T09:02:24.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:23 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/188993106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-02T09:02:24.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:23 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/3960588573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-02T09:02:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:23 smithi138 ceph-mon[84937]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-02T09:02:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:23 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/188993106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-02T09:02:24.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:23 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/3960588573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-02T09:02:24.343 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:24.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:24 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2565278472' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-02T09:02:25.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:24 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2565278472' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-02T09:02:25.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:24 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2565278472' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-02T09:02:25.308 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:25.310 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-12-02T09:02:25.565 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":70,"stamp":"2023-12-02T09:02:24.584247+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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":"8.001298"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-02T09:02:16.077738+0000","last_change":"2023-12-02T09:02:12.109753+0000","last_active":"2023-12-02T09:02:16.077738+0000","last_peered":"2023-12-02T09:02:16.077738+0000","last_clean":"2023-12-02T09:02:16.077738+0000","last_became_active":"2023-12-02T09:02:12.109401+0000","last_became_peered":"2023-12-02T09:02:12.109401+0000","last_unstale":"2023-12-02T09:02:16.077738+0000","last_undegraded":"2023-12-02T09:02:16.077738+0000","last_fullsized":"2023-12-02T09:02:16.077738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-02T09:02:11.094002+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-02T09:02:11.094002+0000","last_clean_scrub_stamp":"2023-12-02T09:02:11.094002+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-03T19:57:26.471599+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27800000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]}]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-02T09:02:25.566 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-02T09:02:25.803 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:25.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:25 smithi055 ceph-mon[81253]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-02T09:02:25.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:25 smithi055 ceph-mon[81253]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:26.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:25 smithi083 ceph-mon[84443]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-02T09:02:26.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:25 smithi083 ceph-mon[84443]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:25 smithi138 ceph-mon[84937]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-02T09:02:26.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:25 smithi138 ceph-mon[84937]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:26.862 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:26.865 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-12-02T09:02:27.123 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":71,"stamp":"2023-12-02T09:02:26.584511+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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":"10.001562"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-02T09:02:16.077738+0000","last_change":"2023-12-02T09:02:12.109753+0000","last_active":"2023-12-02T09:02:16.077738+0000","last_peered":"2023-12-02T09:02:16.077738+0000","last_clean":"2023-12-02T09:02:16.077738+0000","last_became_active":"2023-12-02T09:02:12.109401+0000","last_became_peered":"2023-12-02T09:02:12.109401+0000","last_unstale":"2023-12-02T09:02:16.077738+0000","last_undegraded":"2023-12-02T09:02:16.077738+0000","last_fullsized":"2023-12-02T09:02:16.077738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-02T09:02:11.094002+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-02T09:02:11.094002+0000","last_clean_scrub_stamp":"2023-12-02T09:02:11.094002+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-03T19:57:26.471599+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44600000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-02T09:02:27.123 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-02T09:02:27.123 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-02T09:02:27.123 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-02T09:02:27.124 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-02T09:02:27.386 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:27.829 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:27 smithi055 ceph-mon[81253]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-02T09:02:27.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:27 smithi055 ceph-mon[81253]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:28.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:27 smithi083 ceph-mon[84443]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-02T09:02:28.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:27 smithi083 ceph-mon[84443]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:28.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:27 smithi138 ceph-mon[84937]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-02T09:02:28.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:27 smithi138 ceph-mon[84937]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-02T09:02:28.408 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-02T09:02:28.408 INFO:teuthology.orchestra.run.smithi055.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-02T09:02:28.726 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-02T09:02:28.726 INFO:tasks.cephadm:Setup complete, yielding 2023-12-02T09:02:28.726 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-02T09:02:28.735 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2023-12-02T09:02:28.735 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-02T09:02:28.976 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:29.046 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:28 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1428073441' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-02T09:02:29.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:28 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1428073441' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-02T09:02:29.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:28 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1428073441' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-02T09:02:29.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:29 smithi055 ceph-mon[81253]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-02T09:02:30.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:29 smithi083 ceph-mon[84443]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-02T09:02:30.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:29 smithi138 ceph-mon[84937]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-02T09:02:30.965 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:30 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-02T09:02:30.965 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:30 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setuser ceph since I am not root 2023-12-02T09:02:30.965 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:30 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: ignoring --setgroup ceph since I am not root 2023-12-02T09:02:30.991 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-02T09:02:31.024 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-02T09:02:31.024 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-02T09:02:31.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:30 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-02T09:02:31.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:30 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: ignoring --setuser ceph since I am not root 2023-12-02T09:02:31.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:30 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: ignoring --setgroup ceph since I am not root 2023-12-02T09:02:31.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:30 smithi083 ceph-mgr[85839]: -- 172.21.15.83:0/3042936155 <== mon.2 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555e2cbfe1a0 con 0x555e2cbd5000 2023-12-02T09:02:31.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:30 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-02T09:02:31.273 INFO:teuthology.orchestra.run.smithi055.stdout:Inferring config /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/mon.a/config 2023-12-02T09:02:31.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:31 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:31.264+0000 7f102c5bf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T09:02:31.611 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:31 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:31.354+0000 7f102c5bf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T09:02:31.619 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:31 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:31.315+0000 7f426cb16200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-02T09:02:31.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:31 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:31.414+0000 7f426cb16200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-02T09:02:31.988 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:31 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-02T09:02:31.988 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:31 smithi055 ceph-mon[81253]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-02T09:02:31.994 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:31 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-02T09:02:31.994 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:31 smithi083 ceph-mon[84443]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-02T09:02:32.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:31 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1944008161' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-02T09:02:32.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:31 smithi138 ceph-mon[84937]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-02T09:02:32.319 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:31 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:31.990+0000 7f102c5bf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T09:02:32.319 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.082+0000 7f102c5bf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T09:02:32.319 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.221+0000 7f102c5bf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T09:02:32.319 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.314+0000 7f102c5bf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T09:02:32.356 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.110+0000 7f426cb16200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-02T09:02:32.356 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.205+0000 7f426cb16200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-02T09:02:32.356 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.352+0000 7f426cb16200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-02T09:02:32.610 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.396+0000 7f102c5bf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T09:02:32.619 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.451+0000 7f426cb16200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-02T09:02:32.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.536+0000 7f426cb16200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-02T09:02:32.937 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.643+0000 7f102c5bf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T09:02:32.937 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.753+0000 7f102c5bf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T09:02:32.937 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.840+0000 7f102c5bf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T09:02:32.937 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:32 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:32.932+0000 7f102c5bf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T09:02:33.097 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.794+0000 7f426cb16200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-02T09:02:33.098 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.907+0000 7f426cb16200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-02T09:02:33.098 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:32 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:32.996+0000 7f426cb16200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-02T09:02:33.098 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:33 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:33.093+0000 7f426cb16200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-02T09:02:33.360 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:33 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:33.108+0000 7f102c5bf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T09:02:33.369 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:33 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:33.275+0000 7f426cb16200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-02T09:02:34.360 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.057+0000 7f102c5bf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T09:02:34.361 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.187+0000 7f102c5bf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T09:02:34.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:34 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:34.288+0000 7f426cb16200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-02T09:02:34.620 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:34 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:34.423+0000 7f426cb16200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-02T09:02:34.804 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.529+0000 7f102c5bf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T09:02:34.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.619+0000 7f102c5bf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T09:02:34.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.800+0000 7f102c5bf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:02:35.054 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:34 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:34.768+0000 7f426cb16200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-02T09:02:35.054 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:34 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:34.861+0000 7f426cb16200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-02T09:02:35.054 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:35 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:35.049+0000 7f426cb16200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:02:35.110 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:34 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:34.984+0000 7f102c5bf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T09:02:35.370 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:35 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:35.241+0000 7f426cb16200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-02T09:02:35.538 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:35 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:35.255+0000 7f102c5bf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:02:35.538 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:35 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:35.534+0000 7f102c5bf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T09:02:35.802 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:35 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:35.523+0000 7f426cb16200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-02T09:02:35.860 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:35 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:35.755+0000 7f102c5bf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T09:02:36.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:35 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:35.796+0000 7f426cb16200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-02T09:02:36.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:36 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:36.026+0000 7f426cb16200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-02T09:02:36.860 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:36 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:36.548+0000 7f102c5bf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T09:02:37.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:36 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:36.863+0000 7f426cb16200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-02T09:02:37.414 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:37.111+0000 7f102c5bf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T09:02:37.415 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:37.209+0000 7f102c5bf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T09:02:37.415 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b[85835]: 2023-12-02T09:02:37.410+0000 7f102c5bf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T09:02:37.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: Standby manager daemon b restarted 2023-12-02T09:02:37.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: Standby manager daemon b started 2023-12-02T09:02:37.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-mon[81253]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:37.457+0000 7f426cb16200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:37.562+0000 7f426cb16200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-02T09:02:37.776 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:37 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:37.771+0000 7f426cb16200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-02T09:02:37.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: Standby manager daemon b restarted 2023-12-02T09:02:37.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: Standby manager daemon b started 2023-12-02T09:02:37.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:02:37.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:02:37.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:02:37.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:37 smithi083 ceph-mon[84443]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:02:37.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: Standby manager daemon b restarted 2023-12-02T09:02:37.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: Standby manager daemon b started 2023-12-02T09:02:37.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-02T09:02:37.894 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-02T09:02:37.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-02T09:02:37.895 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:37 smithi138 ceph-mon[84937]: from='mgr.? 172.21.15.83:0/561861924' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: Active manager daemon a restarted 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: Activating manager daemon a 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: osdmap e23: 3 total, 3 up, 3 in 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: mgrmap e17: a(active, starting, since 0.00677s), standbys: b 2023-12-02T09:02:38.781 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: Manager daemon a is now available 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.782 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T09:02:38.783 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:38 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T09:02:38.870 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: Active manager daemon a restarted 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: Activating manager daemon a 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: osdmap e23: 3 total, 3 up, 3 in 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: mgrmap e17: a(active, starting, since 0.00677s), standbys: b 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T09:02:38.871 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: Manager daemon a is now available 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T09:02:38.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:38 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T09:02:38.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-02T09:02:38.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: Active manager daemon a restarted 2023-12-02T09:02:38.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: Activating manager daemon a 2023-12-02T09:02:38.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: osdmap e23: 3 total, 3 up, 3 in 2023-12-02T09:02:38.878 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: mgrmap e17: a(active, starting, since 0.00677s), standbys: b 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-02T09:02:38.879 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: Manager daemon a is now available 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-02T09:02:38.880 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:38 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-02T09:02:40.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: mgrmap e18: a(active, since 1.01206s), standbys: b 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: [02/Dec/2023:09:02:39] ENGINE Bus STARTING 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: [02/Dec/2023:09:02:39] ENGINE Serving on https://172.21.15.55:7150 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: [02/Dec/2023:09:02:39] ENGINE Serving on http://172.21.15.55:8765 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: [02/Dec/2023:09:02:39] ENGINE Bus STARTED 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:39 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: mgrmap e18: a(active, since 1.01206s), standbys: b 2023-12-02T09:02:40.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: [02/Dec/2023:09:02:39] ENGINE Bus STARTING 2023-12-02T09:02:40.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: [02/Dec/2023:09:02:39] ENGINE Serving on https://172.21.15.55:7150 2023-12-02T09:02:40.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: [02/Dec/2023:09:02:39] ENGINE Serving on http://172.21.15.55:8765 2023-12-02T09:02:40.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: [02/Dec/2023:09:02:39] ENGINE Bus STARTED 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:39 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: mgrmap e18: a(active, since 1.01206s), standbys: b 2023-12-02T09:02:40.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: [02/Dec/2023:09:02:39] ENGINE Bus STARTING 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: [02/Dec/2023:09:02:39] ENGINE Serving on https://172.21.15.55:7150 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: [02/Dec/2023:09:02:39] ENGINE Serving on http://172.21.15.55:8765 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: [02/Dec/2023:09:02:39] ENGINE Bus STARTED 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:40.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:39 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: osdmap e24: 3 total, 3 up, 3 in 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:02:41.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:02:41.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:41.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:40 smithi083 ceph-mon[84443]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: osdmap e24: 3 total, 3 up, 3 in 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:41.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:02:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:02:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:02:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:40 smithi055 ceph-mon[81253]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:41.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:41.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: osdmap e24: 3 total, 3 up, 3 in 2023-12-02T09:02:41.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-02T09:02:41.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: Updating smithi055:/etc/ceph/ceph.conf 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: Updating smithi083:/etc/ceph/ceph.conf 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:41.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:40 smithi138 ceph-mon[84937]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:42.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:41 smithi083 ceph-mon[84443]: mgrmap e19: a(active, since 3s), standbys: b 2023-12-02T09:02:42.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:41 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-02T09:02:42.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:41 smithi083 ceph-mon[84443]: osdmap e25: 3 total, 3 up, 3 in 2023-12-02T09:02:42.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:41 smithi055 ceph-mon[81253]: mgrmap e19: a(active, since 3s), standbys: b 2023-12-02T09:02:42.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:41 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-02T09:02:42.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:41 smithi055 ceph-mon[81253]: osdmap e25: 3 total, 3 up, 3 in 2023-12-02T09:02:42.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:41 smithi138 ceph-mon[84937]: mgrmap e19: a(active, since 3s), standbys: b 2023-12-02T09:02:42.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:41 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/2549289253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-02T09:02:42.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:41 smithi138 ceph-mon[84937]: osdmap e25: 3 total, 3 up, 3 in 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: osdmap e26: 3 total, 3 up, 3 in 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:43.112 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:42 smithi083 ceph-mon[84443]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:43.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: osdmap e26: 3 total, 3 up, 3 in 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:43.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:43.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:42 smithi055 ceph-mon[81253]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-02T09:02:43.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: Updating smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: osdmap e26: 3 total, 3 up, 3 in 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:43.146 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-02T09:02:43.146 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-02T09:02:43.146 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-02T09:02:43.146 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:42 smithi138 ceph-mon[84937]: from='mgr.14397 172.21.15.55:0/848991456' entity='mgr.a' 2023-12-02T09:02:44.110 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:43 smithi083 ceph-mon[84443]: mgrmap e20: a(active, since 5s), standbys: b 2023-12-02T09:02:44.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:43 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-02T09:02:44.111 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:43 smithi083 ceph-mon[84443]: osdmap e27: 3 total, 3 up, 3 in 2023-12-02T09:02:44.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:43 smithi055 ceph-mon[81253]: mgrmap e20: a(active, since 5s), standbys: b 2023-12-02T09:02:44.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:43 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-02T09:02:44.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:43 smithi055 ceph-mon[81253]: osdmap e27: 3 total, 3 up, 3 in 2023-12-02T09:02:44.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:43 smithi138 ceph-mon[84937]: mgrmap e20: a(active, since 5s), standbys: b 2023-12-02T09:02:44.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:43 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-02T09:02:44.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:43 smithi138 ceph-mon[84937]: osdmap e27: 3 total, 3 up, 3 in 2023-12-02T09:02:45.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:44 smithi055 ceph-mon[81253]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:45.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:44 smithi055 ceph-mon[81253]: osdmap e28: 3 total, 3 up, 3 in 2023-12-02T09:02:45.120 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:44 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-02T09:02:45.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:44 smithi138 ceph-mon[84937]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:45.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:44 smithi138 ceph-mon[84937]: osdmap e28: 3 total, 3 up, 3 in 2023-12-02T09:02:45.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:44 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-02T09:02:45.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:44 smithi083 ceph-mon[84443]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-02T09:02:45.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:44 smithi083 ceph-mon[84443]: osdmap e28: 3 total, 3 up, 3 in 2023-12-02T09:02:45.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:44 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-02T09:02:46.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:45 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-02T09:02:46.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:45 smithi138 ceph-mon[84937]: osdmap e29: 3 total, 3 up, 3 in 2023-12-02T09:02:46.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:45 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-02T09:02:46.294 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:45 smithi055 ceph-mon[81253]: osdmap e29: 3 total, 3 up, 3 in 2023-12-02T09:02:46.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:45 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-02T09:02:46.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:45 smithi083 ceph-mon[84443]: osdmap e29: 3 total, 3 up, 3 in 2023-12-02T09:02:47.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:46 smithi138 ceph-mon[84937]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-02T09:02:47.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:46 smithi138 ceph-mon[84937]: osdmap e30: 3 total, 3 up, 3 in 2023-12-02T09:02:47.145 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:46 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-02T09:02:47.248 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:46 smithi055 ceph-mon[81253]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-02T09:02:47.248 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:46 smithi055 ceph-mon[81253]: osdmap e30: 3 total, 3 up, 3 in 2023-12-02T09:02:47.248 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:46 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-02T09:02:47.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:46 smithi083 ceph-mon[84443]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-02T09:02:47.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:46 smithi083 ceph-mon[84443]: osdmap e30: 3 total, 3 up, 3 in 2023-12-02T09:02:47.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:46 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr:Error EINVAL: Traceback (most recent call last): 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: return self.func(mgr, **kwargs) 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: return func(self, *args, **kwargs) 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-02T09:02:47.947 INFO:teuthology.orchestra.run.smithi055.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: self.update_period(realm, zonegroup) 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: period = RGWPeriod(period_info) 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: self.realm_name = period_dict['realm_name'] 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr:KeyError: 'realm_name' 2023-12-02T09:02:47.948 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-12-02T09:02:48.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:47 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-02T09:02:48.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:47 smithi138 ceph-mon[84937]: osdmap e31: 3 total, 3 up, 3 in 2023-12-02T09:02:48.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:47 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-02T09:02:48.144 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:47 smithi138 ceph-mon[84937]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-mon[81253]: osdmap e31: 3 total, 3 up, 3 in 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-mon[81253]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:47.938+0000 7f41dd66e700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:47.939+0000 7f41dd66e700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-02T09:02:48.152 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: return self.func(mgr, **kwargs) 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: return func(self, *args, **kwargs) 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: self.update_period(realm, zonegroup) 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: period = RGWPeriod(period_info) 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: self.realm_name = period_dict['realm_name'] 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: KeyError: 'realm_name' 2023-12-02T09:02:48.153 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:47 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:48.181 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-12-02T09:02:48.182 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi055 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-02T09:02:48.251 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=901207b3e59b4027b952dd68d552705a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi055 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-02T09:02:48.253 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-02T09:02:48.262 INFO:tasks.cephadm:Teardown begin 2023-12-02T09:02:48.262 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:48.302 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:48.332 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:47 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-02T09:02:48.332 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:47 smithi083 ceph-mon[84443]: osdmap e31: 3 total, 3 up, 3 in 2023-12-02T09:02:48.332 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:47 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-02T09:02:48.332 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:47 smithi083 ceph-mon[84443]: from='client.? 172.21.15.55:0/1474925902' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-02T09:02:48.336 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:02:48.372 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-02T09:02:48.372 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-02T09:02:48.389 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-02T09:02:48.406 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-02T09:02:48.430 INFO:tasks.cephadm:Stopping all daemons... 2023-12-02T09:02:48.431 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-02T09:02:48.431 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a 2023-12-02T09:02:48.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 systemd[1]: Stopping Ceph mon.a for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:48.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a[81249]: 2023-12-02T09:02:48.675+0000 7f2c490cb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:48.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a[81249]: 2023-12-02T09:02:48.675+0000 7f2c490cb700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-02T09:02:49.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 podman[104339]: 2023-12-02 09:02:48.74791057 +0000 UTC m=+0.135186246 container died 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20231128, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.31.3, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, maintainer=Guillaume Abrioux , GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544) 2023-12-02T09:02:49.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 podman[104339]: 2023-12-02 09:02:48.94046978 +0000 UTC m=+0.327745446 container cleanup 66a36d6161cb3e8cdca26e230b6243c6599c58e6d368fdb9a5ecd9ec94843a13 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a, GIT_CLEAN=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2023-12-02T09:02:49.011 INFO:journalctl@ceph.mon.a.smithi055.stdout:Dec 02 09:02:48 smithi055 bash[104339]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-a 2023-12-02T09:02:49.213 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.a.service' 2023-12-02T09:02:49.291 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:49.291 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-02T09:02:49.292 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-12-02T09:02:49.292 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.b 2023-12-02T09:02:49.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 systemd[1]: Stopping Ceph mon.b for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:49.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b[84439]: 2023-12-02T09:02:49.525+0000 7f40314e5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:49.611 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b[84439]: 2023-12-02T09:02:49.525+0000 7f40314e5700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-02T09:02:49.948 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 podman[93470]: 2023-12-02 09:02:49.658825581 +0000 UTC m=+0.189136333 container died 167941e1ceda3589534aa57a83332dc49877f503776d11a1bad46b9f31693f3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b, org.label-schema.build-date=20231128, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544) 2023-12-02T09:02:49.948 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 podman[93470]: 2023-12-02 09:02:49.740742951 +0000 UTC m=+0.271053694 container cleanup 167941e1ceda3589534aa57a83332dc49877f503776d11a1bad46b9f31693f3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b, maintainer=Guillaume Abrioux , GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20231128, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2023-12-02T09:02:49.948 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 bash[93470]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b 2023-12-02T09:02:49.949 INFO:journalctl@ceph.mon.b.smithi083.stdout:Dec 02 09:02:49 smithi083 podman[93484]: 2023-12-02 09:02:49.840520422 +0000 UTC m=+0.182811712 container remove 167941e1ceda3589534aa57a83332dc49877f503776d11a1bad46b9f31693f3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-b, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.31.3, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20231128) 2023-12-02T09:02:49.953 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.b.service' 2023-12-02T09:02:50.013 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:50.014 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-12-02T09:02:50.014 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-02T09:02:50.014 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.c 2023-12-02T09:02:50.309 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 systemd[1]: Stopping Ceph mon.c for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:50.309 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c[84933]: 2023-12-02T09:02:50.244+0000 7f805a840700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:50.309 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c[84933]: 2023-12-02T09:02:50.244+0000 7f805a840700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-02T09:02:50.644 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 podman[93554]: 2023-12-02 09:02:50.306011758 +0000 UTC m=+0.113447128 container died 46638d029a9bbd800eb8c5554c2c3f477b8cc4e20ce4ac75734ef3122b2f809b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2023-12-02T09:02:50.645 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 podman[93554]: 2023-12-02 09:02:50.425857398 +0000 UTC m=+0.233292749 container cleanup 46638d029a9bbd800eb8c5554c2c3f477b8cc4e20ce4ac75734ef3122b2f809b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c, org.label-schema.vendor=CentOS, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.schema-version=1.0, io.buildah.version=1.31.3, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2023-12-02T09:02:50.645 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 bash[93554]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c 2023-12-02T09:02:50.645 INFO:journalctl@ceph.mon.c.smithi138.stdout:Dec 02 09:02:50 smithi138 podman[93568]: 2023-12-02 09:02:50.509030004 +0000 UTC m=+0.195163338 container remove 46638d029a9bbd800eb8c5554c2c3f477b8cc4e20ce4ac75734ef3122b2f809b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mon-c, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.build-date=20231128, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2023-12-02T09:02:50.739 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mon.c.service' 2023-12-02T09:02:50.781 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:50.782 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-02T09:02:50.782 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-12-02T09:02:50.782 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a 2023-12-02T09:02:51.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:50 smithi055 systemd[1]: Stopping Ceph mgr.a for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:51.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:51 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a[81485]: 2023-12-02T09:02:51.016+0000 7f426158b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:51.120 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:51 smithi055 podman[104458]: 2023-12-02 09:02:51.048171283 +0000 UTC m=+0.076287429 container died 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.31.3, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20231128) 2023-12-02T09:02:51.449 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:51 smithi055 podman[104458]: 2023-12-02 09:02:51.18197966 +0000 UTC m=+0.210095789 container cleanup 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.31.3, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2023-12-02T09:02:51.450 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:51 smithi055 bash[104458]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a 2023-12-02T09:02:51.450 INFO:journalctl@ceph.mgr.a.smithi055.stdout:Dec 02 09:02:51 smithi055 podman[104471]: 2023-12-02 09:02:51.29850314 +0000 UTC m=+0.248365419 container remove 26bf864f1563cd01d5254a96dd31e0bb3aeed3523f46488792e9ad4dbd06039a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20231128) 2023-12-02T09:02:51.454 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.a.service' 2023-12-02T09:02:51.494 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:51.494 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-12-02T09:02:51.494 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-12-02T09:02:51.494 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.b 2023-12-02T09:02:51.820 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 systemd[1]: Stopping Ceph mgr.b for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:51.820 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 podman[93593]: 2023-12-02 09:02:51.747039657 +0000 UTC m=+0.077415603 container died 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.build-date=20231128, io.buildah.version=1.31.3, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2023-12-02T09:02:52.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 podman[93593]: 2023-12-02 09:02:51.890413636 +0000 UTC m=+0.220789582 container cleanup 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2023-12-02T09:02:52.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 bash[93593]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b 2023-12-02T09:02:52.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 podman[93608]: 2023-12-02 09:02:51.948661281 +0000 UTC m=+0.194045954 container remove 302313fc50cc8b640bc38508ea6f935ee54b71f7a238bbf374c5b5c8a9632b51 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-mgr-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.31.3, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20231128, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544) 2023-12-02T09:02:52.111 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Dec 02 09:02:51 smithi083 systemd[1]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-12-02T09:02:52.151 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@mgr.b.service' 2023-12-02T09:02:52.193 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:52.193 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-12-02T09:02:52.193 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-02T09:02:52.193 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.0 2023-12-02T09:02:52.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:52 smithi055 systemd[1]: Stopping Ceph osd.0 for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:52.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:02:52.416+0000 7fd1d5f9b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:52.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:02:52.416+0000 7fd1d5f9b700 -1 osd.0 32 *** Got signal Terminated *** 2023-12-02T09:02:52.620 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:52 smithi055 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0[95704]: 2023-12-02T09:02:52.416+0000 7fd1d5f9b700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-02T09:02:58.192 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:57 smithi055 podman[104581]: 2023-12-02 09:02:57.937868623 +0000 UTC m=+5.560813719 container died 15268c8f446820e23b6b54485b98d1fa74cd00d3303d3fe8036fb6ceda4f66a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3) 2023-12-02T09:02:58.193 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104581]: 2023-12-02 09:02:58.080996389 +0000 UTC m=+5.703941471 container cleanup 15268c8f446820e23b6b54485b98d1fa74cd00d3303d3fe8036fb6ceda4f66a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2023-12-02T09:02:58.193 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 bash[104581]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0 2023-12-02T09:02:58.451 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104599]: 2023-12-02 09:02:58.189199138 +0000 UTC m=+0.245395547 container remove 15268c8f446820e23b6b54485b98d1fa74cd00d3303d3fe8036fb6ceda4f66a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.31.3, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2023-12-02T09:02:58.837 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.447495572 +0000 UTC m=+0.054554341 container create 023a4ed8c579a198dd5ca13ac67a425121ea72d90a8343bd48ff36369bf71eda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20231128, maintainer=Guillaume Abrioux , GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, CEPH_POINT_RELEASE=, io.buildah.version=1.31.3, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2023-12-02T09:02:58.837 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.410878467 +0000 UTC m=+0.017937261 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7 2023-12-02T09:02:58.838 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.522922294 +0000 UTC m=+0.129981067 container init 023a4ed8c579a198dd5ca13ac67a425121ea72d90a8343bd48ff36369bf71eda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2023-12-02T09:02:58.838 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.537142315 +0000 UTC m=+0.144201079 container start 023a4ed8c579a198dd5ca13ac67a425121ea72d90a8343bd48ff36369bf71eda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2023-12-02T09:02:58.838 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.572503271 +0000 UTC m=+0.179562057 container attach 023a4ed8c579a198dd5ca13ac67a425121ea72d90a8343bd48ff36369bf71eda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.vendor=CentOS, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80) 2023-12-02T09:02:59.100 INFO:journalctl@ceph.osd.0.smithi055.stdout:Dec 02 09:02:58 smithi055 podman[104688]: 2023-12-02 09:02:58.834682741 +0000 UTC m=+0.441741521 container died 023a4ed8c579a198dd5ca13ac67a425121ea72d90a8343bd48ff36369bf71eda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20231128, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.31.3) 2023-12-02T09:02:59.111 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.0.service' 2023-12-02T09:02:59.153 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:02:59.153 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-02T09:02:59.154 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-02T09:02:59.154 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.1 2023-12-02T09:02:59.610 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:59 smithi083 systemd[1]: Stopping Ceph osd.1 for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:02:59.611 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:59 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:02:59.373+0000 7f33386c4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:02:59.611 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:59 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:02:59.373+0000 7f33386c4700 -1 osd.1 32 *** Got signal Terminated *** 2023-12-02T09:02:59.611 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:02:59 smithi083 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1[88558]: 2023-12-02T09:02:59.373+0000 7f33386c4700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-02T09:03:05.111 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:04 smithi083 podman[93716]: 2023-12-02 09:03:04.753319805 +0000 UTC m=+5.426561745 container died a2a4954e704eeecb28e2f9cf8c597fc450ea2d719d307c793f86df64d8757ffe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1, org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.31.3, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.build-date=20231128, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2023-12-02T09:03:05.111 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:04 smithi083 podman[93716]: 2023-12-02 09:03:04.863672356 +0000 UTC m=+5.536914307 container cleanup a2a4954e704eeecb28e2f9cf8c597fc450ea2d719d307c793f86df64d8757ffe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2023-12-02T09:03:05.112 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:04 smithi083 bash[93716]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1 2023-12-02T09:03:05.112 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:04 smithi083 podman[93732]: 2023-12-02 09:03:04.946871835 +0000 UTC m=+0.187344152 container remove a2a4954e704eeecb28e2f9cf8c597fc450ea2d719d307c793f86df64d8757ffe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.31.3, CEPH_POINT_RELEASE=, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, org.label-schema.build-date=20231128, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2023-12-02T09:03:05.611 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.321788392 +0000 UTC m=+0.052891284 container create 7bbdc0ee66005b41f3e7f3cf5ab5f224108ca2a1a491b32dbb3bf692eb22d267 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1-deactivate, io.buildah.version=1.31.3, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.build-date=20231128, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2023-12-02T09:03:05.612 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.287169165 +0000 UTC m=+0.018272057 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7 2023-12-02T09:03:05.612 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.42307822 +0000 UTC m=+0.154181122 container init 7bbdc0ee66005b41f3e7f3cf5ab5f224108ca2a1a491b32dbb3bf692eb22d267 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.31.3, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80) 2023-12-02T09:03:05.612 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.426310878 +0000 UTC m=+0.157413763 container start 7bbdc0ee66005b41f3e7f3cf5ab5f224108ca2a1a491b32dbb3bf692eb22d267 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20231128, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.31.3, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2023-12-02T09:03:05.612 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.446735333 +0000 UTC m=+0.177838241 container attach 7bbdc0ee66005b41f3e7f3cf5ab5f224108ca2a1a491b32dbb3bf692eb22d267 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.31.3, ceph=True, org.label-schema.build-date=20231128) 2023-12-02T09:03:05.908 INFO:journalctl@ceph.osd.1.smithi083.stdout:Dec 02 09:03:05 smithi083 podman[93821]: 2023-12-02 09:03:05.699956909 +0000 UTC m=+0.431059809 container died 7bbdc0ee66005b41f3e7f3cf5ab5f224108ca2a1a491b32dbb3bf692eb22d267 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20231128, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, io.buildah.version=1.31.3, org.label-schema.schema-version=1.0) 2023-12-02T09:03:05.918 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.1.service' 2023-12-02T09:03:05.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:03:05.957 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-02T09:03:05.957 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-02T09:03:05.957 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.2 2023-12-02T09:03:06.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:05 smithi138 systemd[1]: Stopping Ceph osd.2 for f8763ab2-90f0-11ee-95a2-87774f69a715... 2023-12-02T09:03:06.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:06 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:03:06.191+0000 7f374c9cd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-02T09:03:06.395 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:06 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:03:06.191+0000 7f374c9cd700 -1 osd.2 32 *** Got signal Terminated *** 2023-12-02T09:03:06.395 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:06 smithi138 ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2[88871]: 2023-12-02T09:03:06.191+0000 7f374c9cd700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-02T09:03:11.834 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:11 smithi138 podman[93676]: 2023-12-02 09:03:11.570530345 +0000 UTC m=+5.433349527 container died 6caeb06464474270ae415a096e6f96881a8f8023c4a50785b781a5b142689703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2, ceph=True, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_CLEAN=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.31.3, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, org.label-schema.name=CentOS Stream 8 Base Image) 2023-12-02T09:03:11.834 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:11 smithi138 podman[93676]: 2023-12-02 09:03:11.697517797 +0000 UTC m=+5.560337010 container cleanup 6caeb06464474270ae415a096e6f96881a8f8023c4a50785b781a5b142689703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2, GIT_CLEAN=True, ceph=True, io.buildah.version=1.31.3, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.license=GPLv2, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20231128, org.label-schema.name=CentOS Stream 8 Base Image) 2023-12-02T09:03:11.834 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:11 smithi138 bash[93676]: ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2 2023-12-02T09:03:12.108 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:11 smithi138 podman[93693]: 2023-12-02 09:03:11.830635667 +0000 UTC m=+0.251517950 container remove 6caeb06464474270ae415a096e6f96881a8f8023c4a50785b781a5b142689703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.31.3, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544) 2023-12-02T09:03:12.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.105544742 +0000 UTC m=+0.052763148 container create 901fb6ff860d1840891f44f537197206d9adb7a27123e180b9c3be22f5a3e52c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20231128, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.31.3, CEPH_POINT_RELEASE=) 2023-12-02T09:03:12.394 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.070486514 +0000 UTC m=+0.017704904 image pull 8eb2fd8e90e47bfc9b3c6192ab33722adf9db8b1e1f14f2b9b5fa10587613e2c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7 2023-12-02T09:03:12.395 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.198025304 +0000 UTC m=+0.145243679 container init 901fb6ff860d1840891f44f537197206d9adb7a27123e180b9c3be22f5a3e52c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2-deactivate, ceph=True, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.31.3, org.label-schema.build-date=20231128, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2023-12-02T09:03:12.395 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.207675937 +0000 UTC m=+0.154894302 container start 901fb6ff860d1840891f44f537197206d9adb7a27123e180b9c3be22f5a3e52c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2-deactivate, io.buildah.version=1.31.3, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20231128, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2023-12-02T09:03:12.395 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.230519301 +0000 UTC m=+0.177737681 container attach 901fb6ff860d1840891f44f537197206d9adb7a27123e180b9c3be22f5a3e52c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2-deactivate, ceph=True, io.buildah.version=1.31.3, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20231128, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80, org.label-schema.schema-version=1.0, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, maintainer=Guillaume Abrioux ) 2023-12-02T09:03:12.692 INFO:journalctl@ceph.osd.2.smithi138.stdout:Dec 02 09:03:12 smithi138 podman[93779]: 2023-12-02 09:03:12.485859496 +0000 UTC m=+0.433077869 container died 901fb6ff860d1840891f44f537197206d9adb7a27123e180b9c3be22f5a3e52c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4999c63e7a893c07aab2c30d5e3725cabb5da354388b34471b119ec76a81c7c7, name=ceph-f8763ab2-90f0-11ee-95a2-87774f69a715-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=22f80ca4c136f147bbce02633ac680eef227d544, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.31.3, maintainer=Guillaume Abrioux , org.label-schema.build-date=20231128, RELEASE=wip-adk4-centos-9-orch-2023-12-01-0902-790ec80) 2023-12-02T09:03:12.702 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8763ab2-90f0-11ee-95a2-87774f69a715@osd.2.service' 2023-12-02T09:03:12.741 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T09:03:12.741 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-02T09:03:12.741 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-02T09:03:12.941 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:13.923 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-02T09:03:14.111 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:15.064 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-02T09:03:15.239 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:16.039 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:03:16.078 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:03:16.112 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-02T09:03:16.141 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-02T09:03:16.143 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi055/crash 2023-12-02T09:03:16.144 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash -- . 2023-12-02T09:03:16.216 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T09:03:16.216 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2023-12-02T09:03:16.218 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi083/crash 2023-12-02T09:03:16.219 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash -- . 2023-12-02T09:03:16.261 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T09:03:16.262 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2023-12-02T09:03:16.264 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi138/crash 2023-12-02T09:03:16.265 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash -- . 2023-12-02T09:03:16.304 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T09:03:16.305 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2023-12-02T09:03:16.306 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-02T09:03:16.306 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-02T09:03:16.336 INFO:teuthology.orchestra.run.smithi055.stderr:grep: /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-02T09:03:16.338 INFO:tasks.cephadm:Compressing logs... 2023-12-02T09:03:16.338 DEBUG:teuthology.orchestra.run.smithi055:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-02T09:03:16.381 DEBUG:teuthology.orchestra.run.smithi083:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-02T09:03:16.384 DEBUG:teuthology.orchestra.run.smithi138:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-02T09:03:16.410 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-02T09:03:16.411 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2023-12-02T09:03:16.411 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-02T09:03:16.411 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-02T09:03:16.411 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-02T09:03:16.411 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr: -- /var/log/ceph/cephadm.log 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.b.log 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-02T09:03:16.413 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.1.log: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T09:03:16.414 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-02T09:03:16.415 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-02T09:03:16.416 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2023-12-02T09:03:16.416 INFO:teuthology.orchestra.run.smithi055.stderr: /var/log/ceph/cephadm.log 2023-12-02T09:03:16.416 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-02T09:03:16.416 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.a.log/var/log/ceph/cephadm.log: 2023-12-02T09:03:16.416 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-02T09:03:16.418 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-02T09:03:16.418 INFO:teuthology.orchestra.run.smithi083.stderr: 89.8% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.b.log.gz 2023-12-02T09:03:16.418 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-02T09:03:16.418 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T09:03:16.419 INFO:teuthology.orchestra.run.smithi055.stderr: 91.0% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-02T09:03:16.446 INFO:teuthology.orchestra.run.smithi083.stderr: 92.3% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-02T09:03:16.450 INFO:teuthology.orchestra.run.smithi138.stderr: 92.5% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-02T09:03:16.465 INFO:teuthology.orchestra.run.smithi055.stderr: 89.3% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mgr.a.log.gz 2023-12-02T09:03:16.533 INFO:teuthology.orchestra.run.smithi055.stderr: 94.5% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-02T09:03:16.539 INFO:teuthology.orchestra.run.smithi138.stderr: 94.3% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-02T09:03:16.541 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-12-02T09:03:16.542 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.144s 2023-12-02T09:03:16.542 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.180s 2023-12-02T09:03:16.542 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.020s 2023-12-02T09:03:16.542 INFO:teuthology.orchestra.run.smithi055.stderr: 91.6% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-02T09:03:16.543 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-12-02T09:03:16.543 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.150s 2023-12-02T09:03:16.543 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m0.312s 2023-12-02T09:03:16.544 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.037s 2023-12-02T09:03:16.560 INFO:teuthology.orchestra.run.smithi083.stderr: 94.5% -- replaced with /var/log/ceph/f8763ab2-90f0-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-02T09:03:16.561 INFO:teuthology.orchestra.run.smithi083.stderr: 2023-12-02T09:03:16.562 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.164s 2023-12-02T09:03:16.562 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.193s 2023-12-02T09:03:16.562 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.027s 2023-12-02T09:03:16.563 INFO:tasks.cephadm:Archiving logs... 2023-12-02T09:03:16.563 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi055/log 2023-12-02T09:03:16.564 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T09:03:16.671 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi083/log 2023-12-02T09:03:16.672 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T09:03:16.735 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi138/log 2023-12-02T09:03:16.736 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T09:03:16.786 INFO:tasks.cephadm:Removing cluster... 2023-12-02T09:03:16.786 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force 2023-12-02T09:03:16.971 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:17.261 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force 2023-12-02T09:03:17.432 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:17.700 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 --force 2023-12-02T09:03:17.884 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: f8763ab2-90f0-11ee-95a2-87774f69a715 2023-12-02T09:03:18.156 INFO:tasks.cephadm:Removing cephadm ... 2023-12-02T09:03:18.156 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-02T09:03:18.176 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-02T09:03:18.192 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-02T09:03:18.207 INFO:tasks.cephadm:Teardown complete 2023-12-02T09:03:18.207 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-02T09:03:18.216 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-12-02T09:03:18.216 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-02T09:03:18.219 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-02T09:03:18.235 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-02T09:03:18.347 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-02T09:03:18.356 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-02T09:03:18.356 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:03:18.359 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:03:18.361 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:03:18.372 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:03:18.373 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:03:18.375 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 +2087us[+2087us] +/- 85ms 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -1798us[-1788us] +/- 75ms 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 -28us[ -21us] +/- 86ms 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:03:18.378 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:03:18.379 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-12-02T09:03:18.379 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 +2085us[+2098us] +/- 85ms 2023-12-02T09:03:18.379 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv02.front.sepia.ceph.com 3 6 377 64 -1779us[-1767us] +/- 74ms 2023-12-02T09:03:18.379 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +25us[ +25us] +/- 87ms 2023-12-02T09:03:18.379 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:03:18.380 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:03:18.380 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-12-02T09:03:18.380 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 +2090us[+2113us] +/- 85ms 2023-12-02T09:03:18.380 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -1721us[-1693us] +/- 75ms 2023-12-02T09:03:18.380 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +37us[ +37us] +/- 87ms 2023-12-02T09:03:18.381 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:03:18.381 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-02T09:03:18.390 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-02T09:03:18.391 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-02T09:03:18.436 DEBUG:teuthology.orchestra.run.smithi055:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-02T09:03:18.550 DEBUG:teuthology.orchestra.run.smithi083:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-02T09:03:18.643 DEBUG:teuthology.orchestra.run.smithi138:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-02T09:03:18.738 DEBUG:teuthology.orchestra.run.smithi055:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:03:18.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:18.776 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:03:18.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:18.808 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:03:18.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:18.840 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-02T09:03:18.850 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-02T09:03:18.858 INFO:teuthology.task.internal:Duration was 821.087491 seconds 2023-12-02T09:03:18.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-02T09:03:18.868 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-02T09:03:18.868 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T09:03:18.871 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T09:03:18.873 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T09:03:18.913 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:03:18.923 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:03:18.923 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:03:19.386 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-02T09:03:19.387 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2023-12-02T09:03:19.387 DEBUG:teuthology.orchestra.run.smithi055:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-02T09:03:19.410 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2023-12-02T09:03:19.410 DEBUG:teuthology.orchestra.run.smithi083:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-02T09:03:19.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2023-12-02T09:03:19.450 DEBUG:teuthology.orchestra.run.smithi138:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-02T09:03:19.479 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-02T09:03:19.480 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T09:03:19.483 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T09:03:19.493 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T09:03:19.549 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-02T09:03:19.550 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T09:03:19.558 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T09:03:19.562 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T09:03:19.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-02T09:03:19.733 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-02T09:03:19.734 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T09:03:19.765 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T09:03:19.792 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T09:03:19.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-02T09:03:19.829 DEBUG:teuthology.orchestra.run.smithi055:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.831 DEBUG:teuthology.orchestra.run.smithi083:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.834 DEBUG:teuthology.orchestra.run.smithi138:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.856 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2023-12-02T09:03:19.858 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2023-12-02T09:03:19.885 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2023-12-02T09:03:19.909 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:19.937 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:19.952 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:03:19.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:03:19.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-02T09:03:19.978 INFO:teuthology.task.internal:Transferring archived files... 2023-12-02T09:03:19.979 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi055 2023-12-02T09:03:19.979 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T09:03:20.021 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi083 2023-12-02T09:03:20.021 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T09:03:20.056 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188/remote/smithi138 2023-12-02T09:03:20.057 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T09:03:20.093 INFO:teuthology.task.internal:Removing archive directory... 2023-12-02T09:03:20.093 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T09:03:20.096 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T09:03:20.098 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T09:03:20.141 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-02T09:03:20.153 INFO:teuthology.task.internal:Not uploading archives. 2023-12-02T09:03:20.154 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-02T09:03:20.165 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-02T09:03:20.165 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T09:03:20.169 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T09:03:20.171 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T09:03:20.180 INFO:teuthology.orchestra.run.smithi055.stdout: 265244 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 09:03 /home/ubuntu/cephtest 2023-12-02T09:03:20.183 INFO:teuthology.orchestra.run.smithi083.stdout: 265414 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 09:03 /home/ubuntu/cephtest 2023-12-02T09:03:20.195 INFO:teuthology.orchestra.run.smithi138.stdout: 265244 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 09:03 /home/ubuntu/cephtest 2023-12-02T09:03:20.196 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-02T09:03:20.207 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-02T09:03:20.240 INFO:teuthology.nuke:Checking targets against current locks 2023-12-02T09:03:20.265 DEBUG:teuthology.nuke:shortname: smithi055 2023-12-02T09:03:20.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:03:20.292 DEBUG:teuthology.nuke:shortname: smithi083 2023-12-02T09:03:20.292 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:03:20.297 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.169188', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHevJuKfyKy/9SsQxuZnmC+9t6XeenSMtJDYjAgh8scyRV5iR082Y8utG9cfmIWQeeJL86Dy3S5VrvMQBkr7HeU='} 2023-12-02T09:03:20.316 DEBUG:teuthology.nuke:shortname: smithi138 2023-12-02T09:03:20.317 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:03:20.320 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.166201', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFAbtREwBuNc1xmIDi1RRHWXZsH3oGFZ0nIItzeE8uXBYAnyk195O1GRS+NNBycnMCvv9EXfaSixDoZP16rMSi8='} 2023-12-02T09:03:20.346 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:41:11.167956', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOv1kxvZ7dPONeD366Rc3sYf1qCLQUrYasjICVfx+/T5ZvZ2PAjc6Wt6SLTzTILG0aezDlcar/GlXbGSR20xDzM='} 2023-12-02T09:03:20.355 INFO:teuthology.orchestra.console.smithi055:Power off 2023-12-02T09:03:20.356 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T09:03:20.375 INFO:teuthology.orchestra.console.smithi083:Power off 2023-12-02T09:03:20.375 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T09:03:20.388 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2023-12-02T09:03:20.388 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:20.400 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2023-12-02T09:03:20.400 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:20.420 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-12-02T09:03:20.427 INFO:teuthology.orchestra.console.smithi138:Power off 2023-12-02T09:03:20.427 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T09:03:20.437 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2023-12-02T09:03:20.449 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2023-12-02T09:03:20.450 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:20.474 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-12-02T09:03:24.421 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:24.438 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:24.475 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:24.534 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-12-02T09:03:24.548 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2023-12-02T09:03:24.586 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-12-02T09:03:28.538 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:28.549 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:28.587 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:03:28.648 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2023-12-02T09:03:28.659 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2023-12-02T09:03:28.698 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2023-12-02T09:03:28.749 INFO:teuthology.orchestra.console.smithi055:Power off completed 2023-12-02T09:03:28.760 INFO:teuthology.orchestra.console.smithi083:Power off completed 2023-12-02T09:03:28.799 INFO:teuthology.orchestra.console.smithi138:Power off completed 2023-12-02T09:03:28.905 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 821.0874910354614 failure_reason: 'Command failed on smithi055 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8763ab2-90f0-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=901207b3e59b4027b952dd68d552705a status: fail success: false 2023-12-02T09:03:28.905 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T09:03:28.981 INFO:teuthology.run:FAIL